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
f0d47ab8
Commit
f0d47ab8
authored
May 16, 2020
by
incardon
Browse files
Defete broken VCDEVEL
parent
6a1ac5b4
Pipeline
#1943
failed with stages
in 9 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
script/install_VCDEVEL.sh
View file @
f0d47ab8
...
...
@@ -2,7 +2,7 @@
# check if the directory $1/VCDEVEL exist
if
[
-d
"
$1
/VCDEVEL"
]
;
then
if
[
-d
"
$1
/VCDEVEL"
&&
-f
"
$1
/VCDEVEL/include/Vc/Vc"
]
;
then
echo
"VCDEVEL already installed"
exit
0
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