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_pdata
Commits
5f3da590
Commit
5f3da590
authored
Nov 14, 2018
by
incardon
Browse files
Reinstalling OPENBLAS
parent
39bb2c50
Pipeline
#879
failed with stages
in 29 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
5f3da590
...
...
@@ -10,9 +10,14 @@ echo "compilation type: $5"
echo
"Branch name:
$6
"
if
[
x
"
$3
"
==
x
"ubuntu"
]
;
then
echo
"UBUNTU"
rm
-rf
$HOME
/openfpm_dependencies/openfpm_pdata/
$6
/OPENBLAS
fi
if
[
x
"
$3
"
==
x
"osx"
]
;
then
rm
-rf
$HOME
/openfpm_dependencies/openfpm_pdata/
$6
/OPENBLAS
fi
if
[
x
"
$6
"
==
x
""
]
;
then
branch
=
$(
git ls-remote
--heads
origin |
grep
$(
git rev-parse HEAD
)
|
cut
-d
/
-f
3
)
else
...
...
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