Changeset 25787


Ignore:
Timestamp:
11/30/20 11:26:57 (4 years ago)
Author:
jdquinn
Message:

CHG: macOS configuration; clean up

Location:
issm/trunk-jpl/externalpackages/adjoinablempi
Files:
1 deleted
1 moved

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/externalpackages/adjoinablempi/install-mac.sh

    r25786 r25787  
    33
    44
    5 # Keeping this for potential future use
    6 #Mercurial cloning:
    7 #hg clone -r 268 http://mercurial.mcs.anl.gov//ad/AdjoinableMPI src
     5## Environment
     6#
     7#export CPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/malloc:/usr/include # If path to malloc is not included in shell configuration files, export it here after verifying that the path is correct.
     8export CFLAGS=-Wno-error=implicit-function-declaration
    89
    910# Cleanup
     
    2223        --prefix="${ISSM_DIR}/externalpackages/adjoinablempi/install" \
    2324        --libdir="${ISSM_DIR}/externalpackages/adjoinablempi/install/lib" \
    24         --with-mpi-root="${ISSM_DIR}/externalpackages/mpich/install" \
     25        --disable-dependency-tracking \
     26        --with-mpi-root="${ISSM_DIR}/externalpackages/petsc/install" \
    2527        --enable-requestOnTrace
    2628
Note: See TracChangeset for help on using the changeset viewer.