Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
d1278fa1
Commit
d1278fa1
authored
6 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
add directories of custom install in LD_LIBRARY_PATH for running tests
parent
4bc44075
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci-env.sh
+10
-1
10 additions, 1 deletion
.gitlab-ci-env.sh
with
10 additions
and
1 deletion
.gitlab-ci-env.sh
+
10
−
1
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
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