From 827fa7f51a785a4063ef24c9a02bbd44538ed120 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 25 Feb 2012 22:11:21 -0800 Subject: Python: add more references for bug --- Library/Formula/python.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library/Formula/python.rb') diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 06efe7b99..6aa76cecc 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -40,8 +40,10 @@ class Python < Formula skip_clean ['bin', 'lib'] def install - # Python requires -fwrapv for proper Decimal division. See: + # Python requires -fwrapv for proper Decimal division with Clang. See: + # https://github.com/mxcl/homebrew/pull/10487 # http://stackoverflow.com/questions/7590137/dividing-decimals-yields-invalid-results-in-python-2-5-to-2-7 + # https://trac.macports.org/changeset/87442 ENV.append_to_cflags "-fwrapv" if build_framework? and ARGV.include? "--static" -- cgit v1.2.3