Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
2516eb72
Commit
2516eb72
authored
4 years ago
by
Your Name
Browse files
Options
Downloads
Patches
Plain Diff
Fixing detection on OSX
parent
5c09da16
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure
+3
-1
3 additions, 1 deletion
configure
with
3 additions
and
1 deletion
configure
+
3
−
1
View file @
2516eb72
...
...
@@ -5,6 +5,7 @@
# Because we moved to cmake this script emulate the configure script from autotools
conf_options
=
ld_lib_pathopt
=
# Avoid depending upon Character Ranges.
as_cr_letters
=
'abcdefghijklmnopqrstuvwxyz'
...
...
@@ -475,6 +476,7 @@ do
;;
suitesparse
)
conf_options
=
"
$conf_options
-DSUITESPARSE_ROOT=
$ac_optarg
"
ld_lib_pathopt
=
$ac_optarg
/lib
;;
eigen
)
conf_options
=
"
$conf_options
-DEIGEN3_ROOT=
$ac_optarg
"
...
...
@@ -564,7 +566,7 @@ cd build
## remove enerything
echo
"Calling cmake ../.
$conf_options
"
rm
../error_code
cmake ../.
$conf_options
DYLD_LIBRARY_PATH
=
$ld_lib_pathopt
cmake ../.
$conf_options
if
[
$?
!=
0
]
;
then
#ok something went wrong the install script analyze the return code to potentially fix the problem automatically
# Read the error code and exit with that
...
...
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