We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d385b4d commit 9adae09Copy full SHA for 9adae09
arrayfire/library.py
@@ -373,7 +373,7 @@ def _setup():
373
374
## OSX specific setup
375
pre = 'lib'
376
- post = '.dylib'
+ post = '.3.dylib'
377
378
if AF_SEARCH_PATH is None:
379
AF_SEARCH_PATH='/usr/local/'
@@ -385,7 +385,7 @@ def _setup():
385
386
elif platform_name == 'Linux':
387
388
- post = '.so'
+ post = '.so.3'
389
390
391
AF_SEARCH_PATH='/opt/arrayfire-3/'
0 commit comments