Changeset 22668


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

CHG: switching back to previous version

File:
1 edited

Legend:

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

    r22667 r22668  
    3939                                                InterpFromMeshToGrid_python.la\
    4040                                                IssmConfig_python.la\
    41                                                 MeshPartition_python.la\
    4241                                                MeshProfileIntersection_python.la\
    4342                                                NodeConnectivity_python.la\
    4443                                                Triangle_python.la\
    4544                                                ProcessRifts_python.la
    46 
    47 if CHACO
    48 lib_LTLIBRARIES += Chaco_python.la
    49 endif
    5045endif
    5146#}}}
     
    106101BamgTriangulate_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    107102
    108 if CHACO
    109 Chaco_python_la_SOURCES = ../Chaco/Chaco.cpp
    110 Chaco_python_la_CXXFLAGS = ${AM_CXXFLAGS}
    111 Chaco_python_la_LIBADD = ${deps} $(MPILIB)  $(CHACOLIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    112 endif
    113 
    114103ContourToMesh_python_la_SOURCES = ../ContourToMesh/ContourToMesh.cpp
    115104ContourToMesh_python_la_CXXFLAGS = ${AM_CXXFLAGS}
     
    144133IssmConfig_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB)
    145134
    146 MeshPartition_python_la_SOURCES = ../MeshPartition/MeshPartition.cpp
    147 MeshPartition_python_la_CXXFLAGS = ${AM_CXXFLAGS}
    148 MeshPartition_python_la_LIBADD = ${deps} $(MPILIB) $(PETSCLIB) $(GSLLIB) $(PROJ4LIB)
    149 
    150135MeshProfileIntersection_python_la_SOURCES = ../MeshProfileIntersection/MeshProfileIntersection.cpp
    151136MeshProfileIntersection_python_la_CXXFLAGS = ${AM_CXXFLAGS}
Note: See TracChangeset for help on using the changeset viewer.