Loading Makefile.def.in +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ DESTDIR=$(HOME) # Default Instrument 1=SNS-NSE, 2=J-NSE INSTRUMENT=1 # Fortran 2003 compiler (use ifort or gfortran) # Fortran 2008 compiler (use ifort or gfortran) FC = gfortran # Fortran 2003 compiler flags FCFLAGS = -g Loading Makefile.version +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR) export VERSION_MAJOR=0 export VERSION_MINOR=61 export VERSION_MINOR=62 git_rev=$(shell git rev-parse --short HEAD 2> /dev/null) ifeq "$(git_rev)" "" Loading Loading
Makefile.def.in +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ DESTDIR=$(HOME) # Default Instrument 1=SNS-NSE, 2=J-NSE INSTRUMENT=1 # Fortran 2003 compiler (use ifort or gfortran) # Fortran 2008 compiler (use ifort or gfortran) FC = gfortran # Fortran 2003 compiler flags FCFLAGS = -g Loading
Makefile.version +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ export PROJARCH=$(PROJECT)-$(VERSION_MAJOR).$(VERSION_MINOR) export VERSION_MAJOR=0 export VERSION_MINOR=61 export VERSION_MINOR=62 git_rev=$(shell git rev-parse --short HEAD 2> /dev/null) ifeq "$(git_rev)" "" Loading