Changeset 2764 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Nov 16, 2019, 6:53:54 PM (5 years ago)
Author:
lfita
Message:

Updating Makefile for ypy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Makefile.ypy.gcc

    r2763 r2764  
    33# A following python 'library' creation is required
    44## Compilation
     5# source ~/bin/py27envLluis/bin/activate
    56# Prior to compilation, a copy of the file __test_Fmods.f90__ has to be done
    67#  $ cp __test_Fmods.f90__ test_Fmods.f90
     
    3940LIB_INC =
    4041RM              = rm -f
    41 F2PY    = /usr/bin/f2py
     42F2PY    = /home/lluis.fita/bin/py27envLluis/bin/f2py
    4243DBGFLAGS = #-g -Wall -Wextra -Warray-temporaries -Wconversion -fimplicit-none -fbacktrace -ffree-line-length-0 -fcheck=all -ffpe-trap=zero,overflow,underflow -finit-real=nan
    4344NCLIBFOLD       = /home/lluis.fita/bin/netcdf/4.5.0/gcc/lib
Note: See TracChangeset for help on using the changeset viewer.