This commit is contained in:
fasiondog 2018-10-06 02:15:51 +08:00
parent 178ad8a394
commit 4db6cebdfc

View File

@ -12,15 +12,14 @@ before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y libhdf5-dev libhdf5-serial-dev libmysqlclient-dev; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
python3-config --prefix;
#ls /usr/local/opt;
ls /usr/local/local/Cellar/python;
fi
#rm /usr/local/opt/python
#ln -s /usr/local/opt/python /usr/local/Cellar/python
# ln -s /usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/include/python3.6m /usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/include/python3.6;
#ls /usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/include/python3.6;
# brew install libiconv mysql-client hdf5;
# brew link --overwrite gcc;
fi
- wget https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2
- tar -jxf boost_1_67_0.tar.bz2
- cd boost_1_67_0