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
b6ebfa40
Commit
b6ebfa40
authored
4 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing install script for vars relocation
parent
ed6bcee4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2784
passed
4 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+1
-1
1 addition, 1 deletion
configure
install
+1
-1
1 addition, 1 deletion
install
with
2 additions
and
2 deletions
configure
+
1
−
1
View file @
b6ebfa40
...
...
@@ -586,7 +586,7 @@ cd build
## remove enerything
echo
"Calling cmake ../.
$conf_options
"
echo
"cmake ../.
$conf_options
"
>
cmake_build_options
printf
"cmake ../.
$conf_options
"
>
cmake_build_options
rm
../error_code
DYLD_LIBRARY_PATH
=
$ld_lib_pathopt
cmake ../.
$conf_options
if
[
$?
!=
0
]
;
then
...
...
This diff is collapsed.
Click to expand it.
install
+
1
−
1
View file @
b6ebfa40
...
...
@@ -568,7 +568,7 @@ bash_library="$bash_library\""
# in cygwin we have to add to PATH additional directories
if
[
x
"VARS_FILE_LOCATION"
==
x
""
]
;
then
if
[
x
"
$
VARS_FILE_LOCATION
"
==
x
""
]
;
then
VARS_FILE_LOCATION
=
$HOME
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