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 cd1b3b5 commit cbefdb9Copy full SHA for cbefdb9
bin/fix_load_path_mac.py
@@ -1,3 +1,8 @@
1
+"""
2
+Creates working dylibs on Mac OS X by adding the full path to referenced libraries.
3
+This fixes ImportErrors that may appear starting with SUNDIALS 2.6.
4
+
5
6
import os
7
import glob
8
import re
@@ -27,4 +32,4 @@ def extract_library(so_file):
27
32
28
33
for so in sos:
29
34
extract_library(so)
30
- print("Done for %s!"%so)
35
+ print("Done for %s!"%so)
0 commit comments