Changeset 23362


Ignore:
Timestamp:
10/01/18 12:16:12 (6 years ago)
Author:
jdquinn
Message:

CHG: Packaging precompiled version of gmsh rather than attempting to link to static gfortran

Location:
issm/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/gmsh/install-static.sh

    r23343 r23362  
    2727#Configure
    2828cd install
    29 cmake ../src -DCMAKE_INSTALL_PREFIX="$ISSM_DIR/externalpackages/gmsh/install" -DENABLE_BUILD_LIB=1 -DENABLE_METIS=0
     29cmake ../src -DCMAKE_INSTALL_PREFIX="$ISSM_DIR/externalpackages/gmsh/install" -DENABLE_METIS=0
    3030
    3131#Compile and install
  • issm/trunk/jenkins/macosx_pine-island_static

    r23356 r23362  
    2323        --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
    2424        --with-math77-dir=$ISSM_DIR/externalpackages/math77/install \
    25         --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a /usr/local/gfortran/lib/libquadmath.a /usr/local/gfortran/lib/gcc/x86_64-apple-darwin14/5.2.0/libgcc.a" \
    26         --with-numthreads=4'
     25        --with-fortran-lib="/usr/local/gfortran/lib/libgfortran.a /usr/local/gfortran/lib/libquadmath.a /usr/local/gfortran/lib/gcc/x86_64-apple-darwin14/5.2.0/libgcc.a"'
    2726
    2827
     
    4746                                        netcdf          install.sh
    4847                                        gmt                     install-static.sh
    49                                         gmsh            install-static.sh
     48                                        gmsh            install-mac-precompiled.sh
    5049                                        shell2junit     install.sh"
    5150
Note: See TracChangeset for help on using the changeset viewer.