diff options
author | David Cournapeau <cournape@gmail.com> | 2011-08-28 00:32:48 +0200 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-08-29 00:32:28 +0200 |
commit | 857ef85a91adb9435b5790a083ed9b16e5194b01 (patch) | |
tree | f27604f8e2589dc93eb84c70a8b1a2f65235fc13 /bscript | |
parent | 3763b5778b19ced9168c5d6234ef4daf961910ea (diff) | |
download | numpy-857ef85a91adb9435b5790a083ed9b16e5194b01.tar.gz |
ENH: no need to hardcode gcc anymore.
Diffstat (limited to 'bscript')
-rw-r--r-- | bscript | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -131,9 +131,6 @@ def pre_configure(context): conf.check_python_version((2, 4, 0)) conf.check_python_headers() if sys.platform == "darwin": - # FIXME: fix upstream waf tool to work on mac os X - conf.env.CC = ["/usr/bin/gcc-4.0"] - conf.env.LINK_CC = ["/usr/bin/gcc-4.0"] remove_flag_prevalue("ppc", conf.env.CFLAGS_PYEXT) remove_flag_prevalue("ppc", conf.env.LINKFLAGS_PYEXT) conf.env["MACOSX_DEPLOYMENT_TARGET"] = "10.4" |