Changeset 22232


Ignore:
Timestamp:
11/03/17 20:34:11 (7 years ago)
Author:
jdquinn
Message:

CHG: Adjusted configuration for Linux_Ubuntu_Binaries to allow for statically built and linked libraries.

Location:
issm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/petsc/install-3.6-linux64-static.sh

    r22231 r22232  
    2929        --download-mumps=1 \
    3030        --download-fblaslapack=1 \
    31         --download-scalapack=1 \
    32         --with-pic=1 \
    33         --CFLAGS="-fPIC" \
    34         --CXXFLAGS="-fPIC" \
    35         --FFLAGS="-fPIC"
     31        --download-scalapack=1
    3632       
    37 
    3833#Compile and intall
    3934make
  • issm/trunk/jenkins/linux64_ross_static

    r22229 r22232  
    1515        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1616        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
    17         --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lfmpich -lmpich -lmpl" \
     17        --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib -lmpich" \
    1818        --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install  \
    1919        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
Note: See TracChangeset for help on using the changeset viewer.