Changeset 19115


Ignore:
Timestamp:
02/17/15 18:44:05 (10 years ago)
Author:
glperez
Message:

CHG: Jenkins Window file now provides Metis dir.
CHG: Makefile.am in src/m install more python scripts.
CHG: Makefile.am in src/wrappers/python uses directory subojects.

Location:
issm/trunk-jpl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/windows

    r19109 r19115  
    1313        --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
    1414        --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
     15        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    1516        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install/lib/  \
    1617        --with-mpi-libdir="$ISSM_DIR/externalpackages/petsc/install/lib" \
     
    4849                                                cmake       install.sh               
    4950                                                petsc       install-3.1-win7.sh
     51                                                metis       install-4.0-win7.sh
    5052                                                triangle    install-win7.sh       
    5153                                                matlab      install.sh
  • issm/trunk-jpl/src/m/Makefile.am

    r17408 r19115  
    6767                                        ./coordsystems/*.py \
    6868                                        ./interp/*.py \
     69                                        ./inversions/*.py \
    6970                                        ./mech/*.py \
    7071                                        ./mesh/*.py \
  • issm/trunk-jpl/src/wrappers/python/Makefile.am

    r19054 r19115  
    11AM_CPPFLAGS = @DAKOTAINCL@ @PETSCINCL@ @MPIINCL@ @SPOOLESINCL@ @METISINCL@ @TRIANGLEINCL@ @CHACOINCL@ @SCOTCHINCL@ @SHAPELIBINCL@ @PYTHONINCL@ @PYTHON_NUMPYINCL@ @AMPIINCL@
    2 #AUTOMAKE_OPTIONS = subdir-objects
     2AUTOMAKE_OPTIONS = subdir-objects
    33
    44EXEEXT=$(PYTHONWRAPPEREXT)
Note: See TracChangeset for help on using the changeset viewer.