Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f110ad2 commit 096aa37Copy full SHA for 096aa37
1 file changed
bscript
@@ -51,6 +51,10 @@ def configure(context):
51
52
conf.check_python_version((2, 4, 0))
53
conf.check_python_headers()
54
+ if sys.platform == "darwin":
55
+ # FIXME: fix upstream waf tool to work on mac os X
56
+ conf.env.CC = ["/usr/bin/gcc-4.0"]
57
+ conf.env.LINK_CC = ["/usr/bin/gcc-4.0"]
58
59
check_blas_lapack(conf)
60
0 commit comments