Changeset 18306


Ignore:
Timestamp:
07/30/14 16:06:30 (11 years ago)
Author:
schlegel
Message:

CHG: update mavericks build

Location:
issm/trunk-jpl/externalpackages/boost
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/boost/install-1.55-macosx-mavericks.sh

    r18159 r18306  
    2222rm -rf boost_1_55_0
    2323
    24 patch src/boost/atomic/detail/cas128strong.hpp ./configs/1.55/cas128strong.hpp.patch
    25 patch src/boost/atomic/detail/gcc-atomic.hpp ./configs/1.55/gcc-atomic.hpp.patch
     24#patch src/boost/atomic/detail/cas128strong.hpp ./configs/1.55/cas128strong.hpp.patch
     25#patch src/boost/atomic/detail/gcc-atomic.hpp ./configs/1.55/gcc-atomic.hpp.patch
     26patch src/tools/build/v2/user-config.jam ./configs/1.55/user-config.jam.patch
     27patch src/tools/build/v2/tools/darwin.jam ./configs/1.55/darwin.jam.patch
     28patch src/tools/build/v2/tools/darwin.py ./configs/1.55/darwin.py.patch
    2629
    2730#Configure and compile
     
    2932./bootstrap.sh \
    3033        --prefix="$ISSM_DIR/externalpackages/boost/install" \
    31         --with-python=python3.2 \
     34        --with-python=python2.7 \
    3235        --with-python-root="$ISSM_DIR/externalpackages/python/install"
    3336
    3437#Compile boost
    35 ./b2 toolset=clang cxxflags=-stdlib=libstdc++ linkflags=-stdlib=libstdc++ -j2 variant=release link=static threading=multi install
    36 #./bjam install
     38# Need gcc with iconv installed in a location that has been added to your path
     39./bjam toolset=darwin-std0x link=static install
     40
     41#./b2 toolset=clang cxxflags=-stdlib=libstdc++ linkflags=-stdlib=libstdc++ -j2 variant=release link=static threading=multi instal
    3742
    3843#put bjam into install also:
Note: See TracChangeset for help on using the changeset viewer.