Skip to content

Instantly share code, notes, and snippets.

@edwinksl
Created July 12, 2016 17:08
Show Gist options
  • Save edwinksl/8140530db231e0462112b4e3ac591b6b to your computer and use it in GitHub Desktop.
Save edwinksl/8140530db231e0462112b4e3ac591b6b to your computer and use it in GitHub Desktop.
Installation script for DAE Tools
#!/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