opm-simulators/travis/build-opm-autodiff.sh

11 lines
148 B
Bash
Raw Normal View History

2016-02-08 23:34:37 -06:00
#!/usr/bin/env bash
set -ex
pushd . > /dev/null
cd opm-autodiff
mkdir build
cd build
cmake -D SUPERLU_ROOT=../../SuperLU ../
make
popd > /dev/null