File tree Expand file tree Collapse file tree 4 files changed +1
-53
lines changed Expand file tree Collapse file tree 4 files changed +1
-53
lines changed Original file line number Diff line number Diff line change @@ -59,19 +59,6 @@ def site_packages
59
59
HOMEBREW_PREFIX /"lib/python#{ xy } /site-packages"
60
60
end
61
61
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
-
75
62
# setuptools remembers the build flags python is built with and uses them to
76
63
# build packages later. Xcode-only systems need different flags.
77
64
def pour_bottle?
Original file line number Diff line number Diff line change @@ -57,19 +57,6 @@ def site_packages
57
57
HOMEBREW_PREFIX /"lib/python#{ xy } /site-packages"
58
58
end
59
59
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
-
73
60
# setuptools remembers the build flags python is built with and uses them to
74
61
# build packages later. Xcode-only systems need different flags.
75
62
def pour_bottle?
Original file line number Diff line number Diff line change @@ -58,19 +58,6 @@ def site_packages
58
58
HOMEBREW_PREFIX /"lib/python#{ xy } /site-packages"
59
59
end
60
60
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
-
74
61
# setuptools remembers the build flags python is built with and uses them to
75
62
# build packages later. Xcode-only systems need different flags.
76
63
def pour_bottle?
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ class Python36 < Formula
5
5
sha256 "b0c5f904f685e32d9232f7bdcbece9819a892929063b6e385414ad2dd6a23622"
6
6
7
7
head "https://hg.python.org/cpython" , :using => :hg
8
-
8
+
9
9
option :universal
10
10
option "with-tcl-tk" , "Use Homebrew's Tk instead of OS X Tk (has optional Cocoa and threads support)"
11
11
option "with-quicktest" , "Run `make quicktest` after the build"
@@ -63,19 +63,6 @@ def site_packages
63
63
HOMEBREW_PREFIX /"lib/python#{ xy } /site-packages"
64
64
end
65
65
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
-
79
66
# setuptools remembers the build flags python is built with and uses them to
80
67
# build packages later. Xcode-only systems need different flags.
81
68
pour_bottle? do
You can’t perform that action at this time.
0 commit comments