Skip to content
Snippets Groups Projects
Commit fa35606c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing trilinos installation for cygwin

parent 1f69d54f
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,10 @@ if [ ! -d "$1/TRILINOS" ]; then
tar -xf trilinos-12.10.1-Source.tar.gz
cd trilinos-12.10.1-Source
mkdir build
## Apply patch
wget http://ppmcore.mpi-cbg.de/upload/trilinos_cygwin_comb
patch -p0 -R < trilinos_cygwin_comb
cd build
### On clang we have no openMP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment