Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project_Phoenix
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Project_Phoenix
Wiki
building on cave cluster
Changes
Page history
New page
Templates
Clone repository
tvierjahn created page: building on cave cluster
authored
7 years ago
by
Thomas Vierjahn
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
building-on-cave-cluster.md
+29
-0
29 additions, 0 deletions
building-on-cave-cluster.md
with
29 additions
and
0 deletions
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
This diff is collapsed.
Click to expand it.