tvierjahn created page: building on cave cluster authored by Thomas Vierjahn's avatar Thomas Vierjahn
# 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