Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
morse_cmake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
solverstack
morse_cmake
Commits
c265c557
Commit
c265c557
authored
6 months ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
env.in: add {DYLD_}LIBRARY_PATH for Mac
parent
c480b7f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/env.in
+10
-8
10 additions, 8 deletions
modules/env.in
with
10 additions
and
8 deletions
modules/env.in
+
10
−
8
View file @
c265c557
...
@@ -42,15 +42,17 @@ else
...
@@ -42,15 +42,17 @@ else
then
then
if test @PACKAGE_TEST@
if test @PACKAGE_TEST@
then
then
echo "Setting @PACKAGE@ environment for $prefix"
echo "Setting @PACKAGE@ environment for $prefix"
export @PACKAGE_UC@_ROOT=$prefix
export @PACKAGE_UC@_ROOT=$prefix
export PKG_CONFIG_PATH=$@PACKAGE_LC@_libdir/pkgconfig:$PKG_CONFIG_PATH
export PKG_CONFIG_PATH=$@PACKAGE_LC@_libdir/pkgconfig:$PKG_CONFIG_PATH
export LD_LIBRARY_PATH=$@PACKAGE_LC@_libdir:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$@PACKAGE_LC@_libdir:$LD_LIBRARY_PATH
export PATH=$@PACKAGE_LC@_bindir:$PATH
export DYLD_LIBRARY_PATH=$@PACKAGE_LC@_libdir:$DYLD_LIBRARY_PATH
export MANPATH=$@PACKAGE_LC@_datarootdir/man:$MANPATH
export LIBRARY_PATH=$@PACKAGE_LC@_libdir:$LIBRARY_PATH
for d in $@PACKAGE_LC@_libdir/python3*/site-packages ; do export PYTHONPATH=$d:$PYTHONPATH ; done
export PATH=$@PACKAGE_LC@_bindir:$PATH
export MANPATH=$@PACKAGE_LC@_datarootdir/man:$MANPATH
for d in $@PACKAGE_LC@_libdir/python3*/site-packages ; do export PYTHONPATH=$d:$PYTHONPATH ; done
else
else
echo "[Error] $prefix is not a valid @PACKAGE@ installation directory"
echo "[Error] $prefix is not a valid @PACKAGE@ installation directory"
fi
fi
fi
fi
fi
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