Changeset 21855


Ignore:
Timestamp:
07/24/17 15:52:37 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not compile BamgAmr if adolc is on

File:
1 edited

Legend:

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

    r21837 r21855  
    4747                                         ./bamg/Mesh.cpp\
    4848                                         ./shared/Bamg/BigPrimeNumber.cpp\
    49                                          ./classes/AmrBamg.cpp\
    5049                                         ./modules/Bamgx/Bamgx.cpp\
    5150                                         ./modules/BamgConvertMeshx/BamgConvertMeshx.cpp\
    5251                                         ./modules/BamgTriangulatex/BamgTriangulatex.cpp
     52
     53#do not include AmrBamg with ADOLC
     54if !ADOLC
     55        issm_sources += ./classes/AmrBamg.cpp
     56endif
    5357endif
    5458#}}}
Note: See TracChangeset for help on using the changeset viewer.