Changeset 21525
- Timestamp:
- 02/06/17 20:47:20 (8 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r21490 r21525 1895 1895 AC_MSG_RESULT($HAVE_BAMG) 1896 1896 dnl }}} 1897 dnl with-ocean{{{ 1898 AC_ARG_WITH([ocean], 1899 AS_HELP_STRING([--with-ocean = YES],[compile with ice/ocean coupling (default is no)]), 1900 [OCEAN=$withval],[OCEAN=no]) 1901 AC_MSG_CHECKING(for ice/ocean capability compilation) 1902 1903 HAVE_OCEAN=no 1904 if test "x$OCEAN" = "xyes"; then 1905 HAVE_OCEAN=yes 1906 AC_DEFINE([_HAVE_OCEAN_],[1],[with ice/ocean coupling capability]) 1907 fi 1908 AM_CONDITIONAL([OCEAN], [test x$HAVE_OCEAN = xyes]) 1909 AC_MSG_RESULT($HAVE_OCEAN) 1910 dnl }}} 1897 1911 dnl with-kml{{{ 1898 1912 AC_ARG_WITH([kml], -
issm/trunk-jpl/src/c/Makefile.am
r21516 r21525 264 264 ./modules/ConstraintsStatex/RiftConstraintsState.cpp\ 265 265 ./modules/ModelProcessorx/CreateOutputDefinitions.cpp\ 266 ./modules/OutputDefinitionsResponsex/OutputDefinitionsResponsex.cpp\ 266 ./modules/OutputDefinitionsResponsex/OutputDefinitionsResponsex.cpp\ 267 267 ./modules/InterpFromMeshToMesh2dx/InterpFromMeshToMesh2dx.cpp\ 268 268 ./classes/Inputs/PentaInput.cpp\ … … 694 694 issm_slr_CXXFLAGS= $(CXXFLAGS) $(CXXOPTFLAGS) 695 695 696 if OCEAN 697 bin_PROGRAMS += issm_ocean 698 issm_ocean_SOURCES = main/issm_ocean.cpp 699 issm_ocean_CXXFLAGS= $(CXXFLAGS) $(CXXOPTFLAGS) 700 endif 696 701 697 702 if KRIGING
Note:
See TracChangeset
for help on using the changeset viewer.