Changeset 641


Ignore:
Timestamp:
12/18/17 12:48:10 (6 years ago)
Author:
dubos
Message:

devel/unstructured : test Python interface to ARK time scheme

Location:
codes/icosagcm/devel
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/make_python

    r631 r641  
    8888    # Cythonize Python modules 
    8989    cd $DYNAMICO_ROOT/Python/src 
     90    NUMPY=$(python -c 'import numpy as np ; print np.get_include()') 
    9091    CYTHONFLAGS="$SOFLAGS $LDFLAGS -L$LIBDIR -licosa $KERNELS_LDFLAGS" 
    91     LDSHARED="$LINK" CFLAGS="-fno-strict-aliasing -O2" LDFLAGS="$CYTHONFLAGS" log python setup.py build_ext --inplace 
     92    LDSHARED="$LINK" CFLAGS="-fno-strict-aliasing -O2 -I$NUMPY" LDFLAGS="$CYTHONFLAGS" log python setup.py build_ext --inplace || exit 
    9293    cp -fpr $DYNAMICO_ROOT/Python/dynamico $DYNAMICO_ROOT/lib 
    9394    cp -fp *.so $DYNAMICO_ROOT/lib/dynamico/ 
Note: See TracChangeset for help on using the changeset viewer.