Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pries, Jason
Oersted
Commits
261a420f
Commit
261a420f
authored
Dec 13, 2016
by
Jason Pries
Committed by
GitHub
Dec 13, 2016
Browse files
Merge pull request #2 from robertdfrench/build-on-eos
Try to build on Eos
parents
aa10acc8
c1c58938
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
261a420f
build/*
.gitlab-ci.yml
0 → 100644
View file @
261a420f
stages
:
-
build
build:eos:
script
:
-
./build-eos.sh
tags
:
-
eos
stage
:
build
build-eos.sh
0 → 100755
View file @
261a420f
#!/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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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