File: macro.conda

package info (click to toggle)
cdftools 4.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,980 kB
  • sloc: f90: 43,175; makefile: 446; sh: 96; ada: 22
file content (20 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Makefile for CDFTOOLS
# --------------------------------------------------------------
#
NCDF = -I$(CONDA_PREFIX)/include -L$(CONDA_PREFIX)/lib -lnetcdff -lnetcdf

NC4= -D key_netcdf4
#CMIP6 = -D key_CMIP6
CMIP6 =


#F90=gfortran -v
F90=gfortran 
MPF90=
#OMP=-fopenmp
OMP=
FFLAGS= -O  $(NCDF) $(NC4) $(CMIP6) -fPIC -Wl,-rpath-link,$(CONDA_PREFIX)/lib -fno-second-underscore -ffree-line-length-256 $(OMP)
LMPI=-lmpich

INSTALL=$(WORKDIR)/bin
INSTALL_MAN=$(WORKDIR)/man