Changeset 11979


Ignore:
Timestamp:
04/13/12 07:59:19 (13 years ago)
Author:
Mathieu Morlighem
Message:

Do not compile issm2 for now

File:
1 edited

Legend:

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

    r11974 r11979  
    964964bin_PROGRAMS =
    965965else
    966 bin_PROGRAMS = issm issm2
     966bin_PROGRAMS = issm
    967967endif
    968968
     
    975975issm_SOURCES = solutions/issm.cpp
    976976issm_CXXFLAGS= -fPIC -D_PARALLEL_ $(CXXFLAGS) $(CXXOPTFLAGS) $(COPTFLAGS)
    977 issm2_SOURCES = solutions/issm2.cpp
    978 issm2_CXXFLAGS= $(issm_CXXFLAGS)
    979 
    980977#}}}
    981978#Automatic differentiation: append this fold to the end of the src/c/Makefile.am to get this Makefile.am {{{
Note: See TracChangeset for help on using the changeset viewer.