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
caac53d1
Commit
caac53d1
authored
Jan 01, 2021
by
incardon
Browse files
Fixing Boost detection
parent
1f1ccb89
Pipeline
#2531
failed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
caac53d1
...
...
@@ -9,7 +9,7 @@ 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
if
[
x
"
$hostname
"
==
x
"cifarm-ubuntu-node"
]
;
then
echo
"Ubuntu node"
export
PATH
=
"/opt/bin:
$PATH
"
fi
...
...
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