Changeset 1746 for trunk/UTIL/SPECTRA/makefile
- Timestamp:
- Jul 24, 2017, 5:06:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/SPECTRA/makefile
r1404 r1746 1 netcdfpath=/ planeto/milmd/library/netcdf/netcdf-4.0.1_levan_pgf902 spherepackpath= /planeto/milmd/library/spherepack/spherepack3.2_levan_pgf903 FC= pgf901 netcdfpath=/home/aymeric/Science/NETCDF/netcdf64-4.0.1_gfortran 2 spherepackpath=./spherepack3.2 3 FC=gfortran 4 4 5 5 6 6 FFLAGS=-I${netcdfpath}/include -I${spherepackpath}/lib 7 LDFLAGS=-L${netcdfpath}/lib -lnetcdf -L${spherepackpath}/lib -lspherepack 7 #LDFLAGS=-L${netcdfpath}/lib -lnetcdf -L${spherepackpath}/lib -lspherepack 8 LDFLAGS=-L${netcdfpath}/lib -lnetcdf -lnetcdff -L${spherepackpath}/lib -lspherepack 8 9 9 10 SRCS= $(wildcard *.f90)
Note: See TracChangeset
for help on using the changeset viewer.