diff --git a/.travis.yml b/.travis.yml index aae07989..2518ea4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_script: - python -c 'import numpy' 2>/dev/null || pip install numpy - python -c 'import numpy; print numpy.__version__' - mkdir build installdir rundir - - cd build || /usr/bin/cd build || /bin/cd build + - cd build - cmake .. -DCMAKE_BUILD_TYPE=${BUILD} -DCMAKE_INSTALL_PREFIX=../installdir/ - set +e diff --git a/CHANGELOG b/CHANGELOG index bb193d94..5921576f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ -v0.9.2 2018-01-18 +v0.9.2 2018-01-23 * Fix cross-section and material composition bugs in Geant4 interface. Only affects Geant4 users. + * CMakeLists.txt: Always use absolute rpath (needed on OSX). + * Fix gcc7 compilation. v0.9.1 2017-08-30 * Proper behaviour of python interface if Numpy is absent.