Changeset 2764 in lmdz_wrf for trunk/tools
- Timestamp:
- Nov 16, 2019, 6:53:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Makefile.ypy.gcc
r2763 r2764 3 3 # A following python 'library' creation is required 4 4 ## Compilation 5 # source ~/bin/py27envLluis/bin/activate 5 6 # Prior to compilation, a copy of the file __test_Fmods.f90__ has to be done 6 7 # $ cp __test_Fmods.f90__ test_Fmods.f90 … … 39 40 LIB_INC = 40 41 RM = rm -f 41 F2PY = / usr/bin/f2py42 F2PY = /home/lluis.fita/bin/py27envLluis/bin/f2py 42 43 DBGFLAGS = #-g -Wall -Wextra -Warray-temporaries -Wconversion -fimplicit-none -fbacktrace -ffree-line-length-0 -fcheck=all -ffpe-trap=zero,overflow,underflow -finit-real=nan 43 44 NCLIBFOLD = /home/lluis.fita/bin/netcdf/4.5.0/gcc/lib
Note: See TracChangeset
for help on using the changeset viewer.