Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
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
Container Registry
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
61150407
Commit
61150407
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Change DYLD by DYLD_FALLBACK
parent
f74faa15
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
gitlab/functions.sh
+2
-2
2 additions, 2 deletions
gitlab/functions.sh
with
2 additions
and
2 deletions
gitlab/functions.sh
+
2
−
2
View file @
61150407
...
@@ -237,7 +237,7 @@ if [ -z "${BOB_PREFIX_PATH}" ]; then
...
@@ -237,7 +237,7 @@ if [ -z "${BOB_PREFIX_PATH}" ]; then
fi
fi
LD_LIBRARY_PATH
=
${
BOB_PREFIX_PATH
}
/lib
LD_LIBRARY_PATH
=
${
BOB_PREFIX_PATH
}
/lib
if
[
"
${
ARCH
}
"
==
"macosx"
]
;
then
if
[
"
${
ARCH
}
"
==
"macosx"
]
;
then
DYLD_LIBRARY_PATH
=
${
BOB_PREFIX_PATH
}
/lib
DYLD_
FALLBACK_
LIBRARY_PATH
=
${
BOB_PREFIX_PATH
}
/lib
fi
fi
if
[
-z
"
${
PYPISERVER
}
"
]
;
then
if
[
-z
"
${
PYPISERVER
}
"
]
;
then
...
@@ -258,7 +258,7 @@ check_env CONDA_FOLDER
...
@@ -258,7 +258,7 @@ check_env CONDA_FOLDER
check_env VIRTUALENV_PATH
check_env VIRTUALENV_PATH
export_env LD_LIBRARY_PATH
export_env LD_LIBRARY_PATH
if
[
"
${
ARCH
}
"
==
"macosx"
]
;
then
if
[
"
${
ARCH
}
"
==
"macosx"
]
;
then
export_env DYLD_LIBRARY_PATH
export_env DYLD_
FALLBACK_
LIBRARY_PATH
fi
fi
export_env BOB_PREFIX_PATH
export_env BOB_PREFIX_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