Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
wercker: add blas and lapack
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsblom committed Feb 13, 2016
1 parent caefa08 commit b51480f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
name: install packages
code: |
apt-get update
apt-get -y install git build-essential flex bison zlib1g-dev libreadline-dev libncurses-dev libxt-dev libopenmpi-dev openmpi-bin rpm wget cmake hwloc scotch gfortran python unzip scons libiberty-dev libscotch-dev
apt-get -y install git build-essential flex bison zlib1g-dev libreadline-dev libncurses-dev libxt-dev libopenmpi-dev openmpi-bin rpm wget cmake hwloc scotch gfortran python unzip scons libiberty-dev libscotch-dev liblapack-dev libblas-dev
- script:
name: initialize git submodules
code: |
Expand Down Expand Up @@ -458,3 +458,23 @@ build:
cd src/tests
python runTests.py testsuite-fsi
- script:
name: testsuite-dealii
code: |
export PARAVIEW_SYSTEM=1
export CMAKE_SYSTEM=1
export HWLOC_SYSTEM=1
export SCOTCH_SYSTEM=1
export PYFOAM_SYSTEM=1
export CUDA_IGNORE=1
export SWAK4FOAM_SYSTEM=1
export WM_MPLIB=SYSTEMOPENMPI
export OPENMPI_DIR=/usr
export OPENMPI_BIN_DIR=$OPENMPI_DIR/bin
export FOAM_INST_DIR=`pwd`
source foam-extend-3.2/etc/bashrc
cd src/tests
python runTests.py testsuite-dealii

0 comments on commit b51480f

Please sign in to comment.