Skip to content

Commit 13eec60

Browse files
committed
Removes deprecated fails_with :llvm fixes zoidyzoidzoid#9
1 parent 64add4d commit 13eec60

File tree

4 files changed

+1
-53
lines changed

4 files changed

+1
-53
lines changed

python33.rb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,6 @@ def site_packages
5959
HOMEBREW_PREFIX/"lib/python#{xy}/site-packages"
6060
end
6161

62-
fails_with :llvm do
63-
build 2336
64-
cause <<-EOS.undent
65-
Could not find platform dependent libraries <exec_prefix>
66-
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
67-
python.exe(14122) malloc: *** mmap(size=7310873954244194304) failed (error code=12)
68-
*** error: can't allocate region
69-
*** set a breakpoint in malloc_error_break to debug
70-
Could not import runpy module
71-
make: *** [pybuilddir.txt] Segmentation fault: 11
72-
EOS
73-
end
74-
7562
# setuptools remembers the build flags python is built with and uses them to
7663
# build packages later. Xcode-only systems need different flags.
7764
def pour_bottle?

python34.rb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,6 @@ def site_packages
5757
HOMEBREW_PREFIX/"lib/python#{xy}/site-packages"
5858
end
5959

60-
fails_with :llvm do
61-
build 2336
62-
cause <<-EOS.undent
63-
Could not find platform dependent libraries <exec_prefix>
64-
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
65-
python.exe(14122) malloc: *** mmap(size=7310873954244194304) failed (error code=12)
66-
*** error: can't allocate region
67-
*** set a breakpoint in malloc_error_break to debug
68-
Could not import runpy module
69-
make: *** [pybuilddir.txt] Segmentation fault: 11
70-
EOS
71-
end
72-
7360
# setuptools remembers the build flags python is built with and uses them to
7461
# build packages later. Xcode-only systems need different flags.
7562
def pour_bottle?

python35.rb

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,6 @@ def site_packages
5858
HOMEBREW_PREFIX/"lib/python#{xy}/site-packages"
5959
end
6060

61-
fails_with :llvm do
62-
build 2336
63-
cause <<-EOS.undent
64-
Could not find platform dependent libraries <exec_prefix>
65-
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
66-
python.exe(14122) malloc: *** mmap(size=7310873954244194304) failed (error code=12)
67-
*** error: can't allocate region
68-
*** set a breakpoint in malloc_error_break to debug
69-
Could not import runpy module
70-
make: *** [pybuilddir.txt] Segmentation fault: 11
71-
EOS
72-
end
73-
7461
# setuptools remembers the build flags python is built with and uses them to
7562
# build packages later. Xcode-only systems need different flags.
7663
def pour_bottle?

python36.rb

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Python36 < Formula
55
sha256 "b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622"
66

77
head "https://hg.python.org/cpython", :using => :hg
8-
8+
99
option :universal
1010
option "with-tcl-tk", "Use Homebrew's Tk instead of OS X Tk (has optional Cocoa and threads support)"
1111
option "with-quicktest", "Run `make quicktest` after the build"
@@ -63,19 +63,6 @@ def site_packages
6363
HOMEBREW_PREFIX/"lib/python#{xy}/site-packages"
6464
end
6565

66-
fails_with :llvm do
67-
build 2336
68-
cause <<-EOS.undent
69-
Could not find platform dependent libraries <exec_prefix>
70-
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
71-
python.exe(14122) malloc: *** mmap(size=7310873954244194304) failed (error code=12)
72-
*** error: can't allocate region
73-
*** set a breakpoint in malloc_error_break to debug
74-
Could not import runpy module
75-
make: *** [pybuilddir.txt] Segmentation fault: 11
76-
EOS
77-
end
78-
7966
# setuptools remembers the build flags python is built with and uses them to
8067
# build packages later. Xcode-only systems need different flags.
8168
pour_bottle? do

0 commit comments

Comments
 (0)