Changes
Page history
tvierjahn created page: building on cave cluster
authored
Apr 05, 2018
by
Thomas Vierjahn
Show whitespace changes
Inline
Side-by-side
building-on-cave-cluster.md
0 → 100644
View page @
5c9ab749
# Building on the CAVE cluster
## Prepare
As of ab6e467eb4d7169337e2d358b7df0419c8ea8d5f, there are some prerequisites to be met.
### Conan
```
bash
pip
install
--user
conan
export
PATH
=
~/.local/bin:
$PATH
conan remote add rwth-vr--bintray https://api.bintray.com/conan/rwth-vr/conan
conan remote add bincrafters_public https://api.bintray.com/conan/bincrafters/public-conan
```
### Environment
```
bash
module load cmake/3.10.1
module load gcc/6
module unload intel
```
### Build System
```
bash
conan
install
ninja_installer/1.8.2@bincrafters/stable
\
-s
arch_build
=
x86_64
-s
os_build
=
Linux
export
PATH
=
~/.conan/data/ninja_installer/1.8.2/bincrafters/stable/package/[HASH]/bin:
$PATH
```
## Build
Currently, the automatic conan dependency installation crashes on building
`boost_python`
.
\ No newline at end of file