Changeset 19747


Ignore:
Timestamp:
11/17/15 18:20:56 (9 years ago)
Author:
schlegel
Message:

update for new python install

Location:
issm/trunk-jpl/externalpackages
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/cmake/install-macosx64-snowleopard.sh

    r19687 r19747  
    1717rm -rf cmake-$VER
    1818
     19LDFLAGS="-L/usr/lib/ -libstdc++ -L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10/4.6.2/ -lgfortran"
     20F77="/usr/local/gfortran/bin/x86_64-apple-darwin10-gfortran"
     21
    1922#Compile cmake
    2023cd install
  • issm/trunk-jpl/externalpackages/numpy/install-macosx-snowleopard.sh

    r16708 r19747  
    55
    66# On OSX 10.6, gfortran gets installed in /usr/local/gfortran
    7 export CC="/usr/local/gfortran/bin/gcc"
    8 export CXX="/usr/local/gfortran/bin/g++"
     7#export CC="/usr/local/gfortran/bin/gcc"
     8#export CXX="/usr/local/gfortran/bin/g++"
    99
    1010#download numpy first
  • issm/trunk-jpl/externalpackages/python/install-2.7.3-macosx-snowleopard.sh

    r13370 r19747  
    2222# --enable-framework needs to have the form "$SOME_PATH/Library/Frameworks" to avoid installing components in /Applications directory
    2323# --prefix is recognized as $SOME_PATH as long as this form is taken, so it's not necessary to include
    24 ./configure --enable-framework="$ISSM_DIR/externalpackages/python/install/Library/Frameworks"
     24./configure --enable-framework="$ISSM_DIR/externalpackages/python/install/Library/Frameworks" \
     25        LDFLAGS="-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin10/4.6.2/ -lgfortran "
    2526
    2627#make
  • issm/trunk-jpl/externalpackages/scipy/install-macosx-snowleopard.sh

    r19283 r19747  
    44# On OSX 10.6, fgortran gets installed in /usr/local/gfortran
    55export PATH="/usr/local/gfortran/bin/:$PATH"
    6 export CC="/usr/local/gfortran/bin/gcc"
    7 export CXX="/usr/local/gfortran/bin/g++"
     6#export CC="/usr/local/gfortran/bin/gcc"
     7#export CXX="/usr/local/gfortran/bin/g++"
    88
    99#download scipy
Note: See TracChangeset for help on using the changeset viewer.