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
1922f100
Commit
1922f100
authored
Feb 27, 2017
by
Pietro Incardona
Browse files
Fixing binary format
parent
2e5db44b
Changes
3
Hide whitespace changes
Inline
Side-by-side
install
View file @
1922f100
...
...
@@ -109,6 +109,12 @@ if [ $? -ne 0 ]; then
exit
1
fi
#### Eventualy remove garbage from old installation
rm
-rf
openfpm_numerics/src/.deps
rm
-rf
src/.deps
# Create config directory in each submodule
cd
openfpm_data
...
...
openfpm_io
@
575fbc37
Subproject commit
6467fc05471d30b8f069cbcaeb6c2a58029709d6
Subproject commit
575fbc3703857caf31fb9266921880eedbad022c
script/update_openfpm
View file @
1922f100
...
...
@@ -67,6 +67,7 @@ function update_openfpm()
echo
-e
"To make the update active do:
\0
33[1m make install
\0
33[0m"
fi
else
#### Remove .deps for fresh install
./install
$dir_prev_inst
$for_opt
if
[
$?
-ne
0
]
;
then
echo
-e
"Upgrade summary
\0
33[91;5;1m FAILED
\0
33[0m"
...
...
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