[python-arrayfire] 229/250: BUGFIX: Append SO names to the full library path
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository python-arrayfire.
commit 9adae094e4888543c44a0b2cdfd773dfd30357ae
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Wed Mar 2 16:22:05 2016 -0500
BUGFIX: Append SO names to the full library path
---
arrayfire/library.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arrayfire/library.py b/arrayfire/library.py
index 08bd486..ced4db4 100644
--- a/arrayfire/library.py
+++ b/arrayfire/library.py
@@ -373,7 +373,7 @@ def _setup():
## OSX specific setup
pre = 'lib'
- post = '.dylib'
+ post = '.3.dylib'
if AF_SEARCH_PATH is None:
AF_SEARCH_PATH='/usr/local/'
@@ -385,7 +385,7 @@ def _setup():
elif platform_name == 'Linux':
pre = 'lib'
- post = '.so'
+ post = '.so.3'
if AF_SEARCH_PATH is None:
AF_SEARCH_PATH='/opt/arrayfire-3/'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git
More information about the debian-science-commits
mailing list