Skip to content

Commit

Permalink
Merge branch 'rec' of github.com:scopatz/pyne-ci into rec
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Mar 9, 2015
2 parents 5047e4b + f41e4fe commit f153c5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -x
set -e
source conda_env.sh

tar_dir="pyne-unichr"
tar_dir="pyne-ci"

# Setup workdir
if [ -d "${BLD}/work/${tar_dir}" ]; then
Expand Down
4 changes: 3 additions & 1 deletion pyne/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ if [[ "${UNAME}" == 'Linux' ]]; then
else
ln -s $PREFIX/lib/libhdf5.9.dylib $PREFIX/lib/libhdf5.8.dylib
ln -s $PREFIX/lib/libhdf5_hl.9.dylib $PREFIX/lib/libhdf5_hl.8.dylib
export CC=gcc
export CXX=g++
fi

${PYTHON} setup.py install
Expand All @@ -27,4 +29,4 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
elif [[ "$OSTYPE" == "linux-gnu" ]]; then
find . -name '*.so' | xargs chmod +x
cp build/src/*.so $PREFIX/lib
fi
fi
1 change: 1 addition & 0 deletions pyne/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ source:
requirements:
build:
- python
- gcc # [osx]
- cmake
- cython
- moab
Expand Down

0 comments on commit f153c5a

Please sign in to comment.