Changeset 23364


Ignore:
Timestamp:
10/01/18 15:38:31 (6 years ago)
Author:
jdquinn
Message:

CHG: Adding gmsh to Windows binaries

Location:
issm/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/jenkins/windows_static

    r23297 r23364  
    4242                                                metis       install-4.0-win10.sh
    4343                                                triangle    install-win10.sh
     44                                                gmsh            install-win64-precompiled.sh
    4445                                                shell2junit install.sh"
    4546
     
    5960#by Matlab and runme.m
    6061#ex: "'id',[101 102 103]"
    61 
    62 #In Windows, we don't yet have MUMPS, can't do full stokes, so exclude all FS runs. Also exclude all runs with Dakota. And exclude higher order runs that have penalties. And 800+ tests because we don't want to have --with-development since we do the binaries with this version
    6362MATLAB_NROPTIONS=""
    6463PYTHON_NROPTIONS=""
  • issm/trunk/packagers/win10/package64.sh

    r23326 r23364  
    1616ls $ISSM_DIR/bin
    1717echo "----------------------------------"
     18
     19echo "Copying gmsh to bin"
     20if [ -f ../externalpackages/gmsh/install/gmsh.exe ]; then
     21        cp ../externalpackages/gmsh/install/gmsh.exe .
     22else
     23        echo "gmsh not found"
     24fi
    1825
    1926# Check that test 101 runs
Note: See TracChangeset for help on using the changeset viewer.