Changeset 18401
- Timestamp:
- 08/15/14 11:19:38 (11 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configure.ac
r18398 r18401 6 6 AC_CONFIG_MACRO_DIR([m4]) #m4 macros are located in m4 7 7 m4_include([m4/issm_options.m4]) 8 AC_CANONICAL_TARGET #Determine the system type 8 9 #Determine System type and OS 10 AC_CANONICAL_TARGET 9 11 10 12 #Compilers … … 13 15 AC_PROG_CXX([icpc cccl cl icl g++]) 14 16 AC_PROG_F77([ifort g77 gfortran]) 15 16 #AC_F77_LIBRARY_LDFLAGS17 18 #Libraries and linking19 #AC_PATH_XTRA #figure out X library and include paths20 17 21 18 #AUTOMAKE -
issm/trunk-jpl/jenkins/linux64_murdo_ampi
r18399 r18401 21 21 --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \ 22 22 --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich" \ 23 --with-graphics-lib="/usr/lib/x86_64-linux-gnu/libX11.so" \24 23 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 25 24 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ … … 27 26 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 28 27 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ 28 --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \ 29 29 --enable-development \ 30 30 --enable-debugging CXXFLAGS="-g -O0" '
Note:
See TracChangeset
for help on using the changeset viewer.