This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo yum install -y python34 blas-devel lapack-devel gcc-c++ cmake python34-devel git | |
$ alias python=python3 | |
$ wget --no-check-certificate -P /tmp https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.bz2 | |
$ tar xvf /tmp/boost_1_64_0.tar.bz2 -C /tmp | |
$ cd /tmp | |
$ cd boost_1_64_0 | |
$ ./bootstrap.sh --with-libraries=python -with-python=/usr/bin/python3.4m --with-python-root=/usr/bin/python3.4m |