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
09fccede
Commit
09fccede
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
With the lastest modules
parent
e2426d35
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openfpm_numerics
+1
-1
1 addition, 1 deletion
openfpm_numerics
script/install_EIGEN.sh
+2
-2
2 additions, 2 deletions
script/install_EIGEN.sh
with
3 additions
and
3 deletions
openfpm_numerics
@
4ca073be
Subproject commit
777a7b0ab2055e1452ce3a8c3b74bca7782b84f2
Subproject commit
4ca073be1e70e6330ed1c4c562c8a4e325fd618c
This diff is collapsed.
Click to expand it.
script/install_EIGEN.sh
+
2
−
2
View file @
09fccede
...
...
@@ -8,12 +8,12 @@ if [ -d "$1/EIGEN" ]; then
fi
./script/install_OPENBLAS.sh
$1
$2
if
[
-d
"
$1
/OPENBLAS"
]
;
then
if
[
!
-d
"
$1
/OPENBLAS"
]
;
then
exit
1
fi
./script/install_SUITESPARSE.sh
$1
$2
if
[
-d
"
$1
/SUITESPARSE"
]
;
then
if
[
!
-d
"
$1
/SUITESPARSE"
]
;
then
exit
1
fi
...
...
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