Changeset 22667


Ignore:
Timestamp:
04/03/18 15:37:45 (7 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added Chaco and MeshPartition to the list of python libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r22498 r22667  
    3939                                                InterpFromMeshToGrid_python.la\
    4040                                                IssmConfig_python.la\
     41                                                MeshPartition_python.la\
    4142                                                MeshProfileIntersection_python.la\
    4243                                                NodeConnectivity_python.la\
    4344                                                Triangle_python.la\
    4445                                                ProcessRifts_python.la
     46
     47if CHACO
     48lib_LTLIBRARIES += Chaco_python.la
     49endif
    4550endif
    4651#}}}
     
    101106BamgTriangulate_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    102107
     108if CHACO
     109Chaco_python_la_SOURCES = ../Chaco/Chaco.cpp
     110Chaco_python_la_CXXFLAGS = ${AM_CXXFLAGS}
     111Chaco_python_la_LIBADD = ${deps} $(MPILIB)  $(CHACOLIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     112endif
     113
    103114ContourToMesh_python_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp
    104115ContourToMesh_python_la_CXXFLAGS = ${AM_CXXFLAGS}
     
    133144IssmConfig_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
    134145
     146MeshPartition_python_la_SOURCES = ../MeshPartition/MeshPartition.cpp
     147MeshPartition_python_la_CXXFLAGS = ${AM_CXXFLAGS}
     148MeshPartition_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
     149
    135150MeshProfileIntersection_python_la_SOURCES = ../MeshProfileIntersection/MeshProfileIntersection.cpp
    136151MeshProfileIntersection_python_la_CXXFLAGS = ${AM_CXXFLAGS}
Note: See TracChangeset for help on using the changeset viewer.