Changeset 12313


Ignore:
Timestamp:
06/01/12 14:09:31 (13 years ago)
Author:
Eric.Larour
Message:

Compile without matlab, without python, and just gsl

Location:
issm/trunk-jpl
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/ad/todo

    r11120 r12313  
    2929amatrix will be used in adolc. pmatrix will be used in Petsc routines. Matrix will
    3030have routines to map one into the other.
     31
     32
     33Ad:
     34Eric:
     35Create ISSM namespace.
     36Make Matrix Assembly one homogeneous block.
     37Make Validation suite for Jean for his prognostic capabilities.
     38Jean:
     39typedef all double to ISSM_DOUBLE
  • issm/trunk-jpl/src/c/Makefile.am

    r12230 r12313  
    44
    55#Library declaration {{{1
    6 lib_LIBRARIES = libISSMCore.a libISSMModules.a libISSMOverload.a
     6lib_LIBRARIES = libISSMCore.a libISSMOverload.a
    77if PYTHON
    88lib_LIBRARIES += libISSMPython.a
     
    1010if MATLAB
    1111lib_LIBRARIES += libISSMMatlab.a
     12endif
     13if MODULES
     14lib_LIBRARIES += libISSMModules.a
    1215endif
    1316#}}}
     
    967970libISSMModules_a_SOURCES += $(kml_sources)
    968971libISSMModules_a_CXXFLAGS = $(ALLCXXFLAGS)
     972endif
    969973
    970974if PYTHON
     
    977981libISSMMatlab_a_CXXFLAGS= $(ALLCXXFLAGS)
    978982endif
    979 endif
     983
    980984#}}}
    981985#Overload library, to overload any non-standard symbols. {{{1
Note: See TracChangeset for help on using the changeset viewer.