Skip to content
Snippets Groups Projects
Commit 62963c3e authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Latest modules

parent af760dfa
No related branches found
No related tags found
No related merge requests found
Pipeline #2089 passed
openfpm_data @ 0a468a10
Subproject commit 380c7511b14d6d8d18e5582c65d4a9c71e35fe0c
Subproject commit 0a468a1081ce99fcd087df676975491ac4542c27
......@@ -2,7 +2,7 @@
# check if the directory $1/VCDEVEL exist
if [ -d "$1/VCDEVEL" && -f "$1/VCDEVEL/include/Vc/Vc" ]; then
if [ -d "$1/VCDEVEL" -a -f "$1/VCDEVEL/include/Vc/Vc" ]; then
echo "VCDEVEL already installed"
exit 0
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment