Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_devices
Commits
53009a01
Commit
53009a01
authored
Jan 01, 2021
by
incardon
Browse files
Fixing Boost detection
parent
4bf83c4e
Pipeline
#2529
passed with stages
in 14 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
build.sh
View file @
53009a01
...
...
@@ -9,6 +9,11 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
source
/opt/rh/devtoolset-8/enable
fi
if
[
x
"
$hostname
"
==
x
"cifarm-ubuntu-node.mpi-cbg.de"
]
;
then
echo
"Ubuntu node"
export
PATH
=
"
$PATH
:/opt/bin"
fi
mkdir
src/config
...
...
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