Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
argupta
openfpm_pdata
Commits
1922f100
Commit
1922f100
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing binary format
parent
2e5db44b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
install
+6
-0
6 additions, 0 deletions
install
openfpm_io
+1
-1
1 addition, 1 deletion
openfpm_io
script/update_openfpm
+1
-0
1 addition, 0 deletions
script/update_openfpm
with
8 additions
and
1 deletion
install
+
6
−
0
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
...
...
This diff is collapsed.
Click to expand it.
openfpm_io
@
575fbc37
Subproject commit
6467fc05471d30b8f069cbcaeb6c2a58029709d6
Subproject commit
575fbc3703857caf31fb9266921880eedbad022c
This diff is collapsed.
Click to expand it.
script/update_openfpm
+
1
−
0
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment