August 2016/Cantera: Difference between revisions
From charlesreid1
(Created page with "Install any prerequisites: <pre> pip install cython numpy pandas brew install gcc gfortran pip install scons </pre> Now install Cantera: <pre> unzip cantera-2.2.1.tar.gz cd...") |
No edit summary |
||
| Line 18: | Line 18: | ||
[[Category:Cantera]] | [[Category:Cantera]] | ||
[[Category:August 2016]] | |||
Latest revision as of 23:13, 1 August 2016
Install any prerequisites:
pip install cython numpy pandas brew install gcc gfortran pip install scons
Now install Cantera:
unzip cantera-2.2.1.tar.gz cd cantera-2.2.1 scons build -j4 blas_lapack_libs=lapack,blas scons test sudo scons install