Merge pull request #48 from joakim-hove/opm-parser-tag
Added tag instructions to Sunbeam readme.
This commit is contained in:
@@ -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
|
||||
|
||||
13
README.md
13
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user