Changeset 1747 for trunk/UTIL


Ignore:
Timestamp:
Jul 24, 2017, 5:10:39 PM (7 years ago)
Author:
aslmd
Message:

Amended previous commit. Committed more files than I wanted to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/SPECTRA/makefile

    r1746 r1747  
    1 netcdfpath=/home/aymeric/Science/NETCDF/netcdf64-4.0.1_gfortran
    2 spherepackpath=./spherepack3.2
    3 FC=gfortran
     1netcdfpath=/planeto/milmd/library/netcdf/netcdf-4.0.1_levan_pgf90
     2spherepackpath=/planeto/milmd/library/spherepack/spherepack3.2_levan_pgf90
     3FC=pgf90
    44
    55
    66FFLAGS=-I${netcdfpath}/include -I${spherepackpath}/lib
    7 #LDFLAGS=-L${netcdfpath}/lib -lnetcdf -L${spherepackpath}/lib -lspherepack
    8 LDFLAGS=-L${netcdfpath}/lib -lnetcdf -lnetcdff -L${spherepackpath}/lib -lspherepack
     7LDFLAGS=-L${netcdfpath}/lib -lnetcdf -L${spherepackpath}/lib -lspherepack
    98
    109SRCS= $(wildcard *.f90)
Note: See TracChangeset for help on using the changeset viewer.