Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pries, Jason
Oersted
Commits
c1c58938
Commit
c1c58938
authored
Dec 13, 2016
by
French, Robert
Browse files
Try to build on Eos
* Load boost
parent
7acb9b2f
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
c1c58938
build/*
.gitlab-ci.yml
0 → 100644
View file @
c1c58938
stages
:
-
build
build:eos:
script
:
-
./build-eos.sh
tags
:
-
eos
stage
:
build
build-eos.sh
0 → 100755
View file @
c1c58938
#!/bin/bash
module swap PrgEnv-intel PrgEnv-gnu
module swap gcc gcc/6.1.0
module load cmake3
module load boost
mkdir
-p
build/eos
cd
build/eos
cmake ../..
make
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment