Merge pull request #48 from joakim-hove/opm-parser-tag

Added tag instructions to Sunbeam readme.
This commit is contained in:
Pål Grønås Drange
2017-10-16 14:59:23 +02:00
committed by GitHub
2 changed files with 14 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ before_script:
- popd
- mkdir opm-parser/build
- pushd opm-parser/build
- git checkout 8d202adefd7f8b84c7124210a84af09af71ecb96
- git checkout sunbeam-2017.10
- cmake -DCMAKE_PREFIX_PATH=$INSTALL_ROOT -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ..
- make install
- popd

View File

@@ -20,6 +20,19 @@ cmake ..
make install
```
# Use the correct version of OPM-Parser:
As of October 2017 the master branch of opm-parser is not compatible with
sunbeam. To build sunbeam you should check out and build the branch
`sunbeam-2017.10` of opm-parser:
```
git clone git@github.com:OPM/opm-parser
git checkout sunbeam-2017.10
...
...
```
# Quick start (WIP)
Assumes you have built (and maybe installed) opm-parser