Created
July 12, 2016 17:08
-
-
Save edwinksl/8140530db231e0462112b4e3ac591b6b to your computer and use it in GitHub Desktop.
Installation script for DAE Tools
This file contains hidden or 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
#!/bin/bash | |
cd ~/svn | |
svn checkout svn://svn.code.sf.net/p/daetools/code/trunk daetools-code | |
cd daetools-code | |
chmod +x install_dependencies_linux.sh compile_libraries_linux.sh compile_linux.sh | |
./install_dependencies_linux.sh | |
./compile_libraries_linux.sh --with-python-version 3.5 boost ref_blas_lapack umfpack idas superlu superlu_mt bonmin nlopt # compile everything except Trilinos and deal.II | |
./compile_linux.sh --with-python-version 3.5 dae superlu superlu_mt ipopt bonmin nlopt # compile everything except Trilinos and deal.II |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment