Changes
Page history
Update building on cave cluster
authored
Apr 18, 2018
by
Thomas Vierjahn
Show whitespace changes
Inline
Side-by-side
building-on-cave-cluster.md
View page @
48985d41
...
...
@@ -25,5 +25,22 @@ conan install ninja_installer/1.8.2@bincrafters/stable \
export
PATH
=
~/.conan/data/ninja_installer/1.8.2/bincrafters/stable/package/[HASH]/bin:
$PATH
```
### Boost
Create
`user-config.jam`
in your home directory with this content:
```
using gcc : 6.2.0 : /usr/local_rwth/sw/gcc/6.2.0/bin/g++ ;
```
Check version and path before via
```
bash
which g++
g++
--version
```
and adapt the content of
`user-config.jam`
accordingly.
## Build
Currently, the automatic conan dependency installation crashes on building
`boost_python`
.
\ No newline at end of file
```
bash
mkdir
-p
build/centos7.x84_64.gcc-6
cd
build/centos7.x84_64.gcc-6
cmake ../..
-DCMAKE_BUILD_TYPE
=
Release
make
```
\ No newline at end of file