Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
d1278fa1
Commit
d1278fa1
authored
Aug 09, 2018
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add directories of custom install in LD_LIBRARY_PATH for running tests
parent
4bc44075
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
.gitlab-ci-env.sh
.gitlab-ci-env.sh
+10
-1
No files found.
.gitlab-ci-env.sh
View file @
d1278fa1
...
@@ -5,11 +5,20 @@
...
@@ -5,11 +5,20 @@
# these paths may depend on the runner used, please be careful and add
# these paths may depend on the runner used, please be careful and add
# the necessary if blocks depending on the machine
# the necessary if blocks depending on the machine
# too noisy
export
STARPU_SILENT
=
1
export
STARPU_SILENT
=
1
# if simgrid change the default starpu dir to use
if
[
"
$1
"
==
"simu"
]
;
then
if
[
"
$1
"
==
"simu"
]
;
then
export
STARPU_DIR
=
/builds/install/starpu-simgrid
export
STARPU_DIR
=
$STARPUSIMGRID_DIR
fi
fi
# for build: better to rely on pkg-config than to guess libraries with the env. var.
export
PKG_CONFIG_PATH
=
$PARSEC_DIR
/lib/pkgconfig:
$PKG_CONFIG_PATH
export
PKG_CONFIG_PATH
=
$PARSEC_DIR
/lib/pkgconfig:
$PKG_CONFIG_PATH
export
PKG_CONFIG_PATH
=
$STARPU_DIR
/lib/pkgconfig:
$PKG_CONFIG_PATH
export
PKG_CONFIG_PATH
=
$STARPU_DIR
/lib/pkgconfig:
$PKG_CONFIG_PATH
# for ctest: we need this at runtime
export
LD_LIBRARY_PATH
=
$PARSEC_DIR
/lib:
$LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
$QUARK_DIR
/lib:
$LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
$STARPU_DIR
/lib:
$LD_LIBRARY_PATH
export
LD_LIBRARY_PATH
=
$SIMGRID_DIR
/lib:
$LD_LIBRARY_PATH
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