Changeset 18401


Ignore:
Timestamp:
08/15/14 11:19:38 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: final adjustements

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configure.ac

    r18398 r18401  
    66AC_CONFIG_MACRO_DIR([m4])                 #m4 macros are located in m4
    77m4_include([m4/issm_options.m4])
    8 AC_CANONICAL_TARGET                       #Determine the system type
     8
     9#Determine System type and OS
     10AC_CANONICAL_TARGET
    911
    1012#Compilers
     
    1315AC_PROG_CXX([icpc cccl cl icl g++])
    1416AC_PROG_F77([ifort g77 gfortran])
    15 
    16 #AC_F77_LIBRARY_LDFLAGS
    17 
    18 #Libraries and linking
    19 #AC_PATH_XTRA      #figure out X library and include paths
    2017
    2118#AUTOMAKE
  • issm/trunk-jpl/jenkins/linux64_murdo_ampi

    r18399 r18401  
    2121                                  --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    2222                                  --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich" \
    23                                   --with-graphics-lib="/usr/lib/x86_64-linux-gnu/libX11.so" \
    2423                                  --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    2524                                  --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
     
    2726                                  --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    2827                                  --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
     28                                  --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.6/ -lgfortran" \
    2929                                  --enable-development \
    3030                                  --enable-debugging CXXFLAGS="-g -O0" '
Note: See TracChangeset for help on using the changeset viewer.