open-bitbucket may be offline for system maintenance Thursday evenings from 10pm to 1am ET.
Learn more about cloning repositories
You have read-only access
--- numpy/distutils/fcompiler/gnu.py.orig
+++ numpy/distutils/fcompiler/gnu.py
@@ -230,7 +230,7 @@
return []
def runtime_library_dir_option(self, dir):
- return '-Wl,-rpath="%s"' % dir
+ return '-Wl,-rpath -Wl,"%s"' % dir
class Gnu95FCompiler(GnuFCompiler):
compiler_type = 'gnu95'
Everything looks good. We'll let you know here if there's anything you should know about.