mirror of https://github.com/python/cpython.git
Removed NumPy install code: it's obsolete -- jvr
This commit is contained in:
parent
786cb11e51
commit
f1ae0eb9fa
|
@ -224,12 +224,6 @@ def main():
|
||||||
n = n + mkcorealias('PythonCorePPC', ':build.macppc.shared:PythonCorePPC')
|
n = n + mkcorealias('PythonCorePPC', ':build.macppc.shared:PythonCorePPC')
|
||||||
n = n + mkcorealias('PythonCoreCFM68K', ':build.mac68k.shared:PythonCoreCFM68K')
|
n = n + mkcorealias('PythonCoreCFM68K', ':build.mac68k.shared:PythonCoreCFM68K')
|
||||||
|
|
||||||
# Install NumPy
|
|
||||||
if os.path.exists(':Extensions:NumPy:macmkaliases.py'):
|
|
||||||
MacOS.splash(SPLASH_NUMPY)
|
|
||||||
os.chdir(':Extensions:NumPy')
|
|
||||||
import macmkaliases
|
|
||||||
err = macmkaliases.main()
|
|
||||||
if verbose and n == 0:
|
if verbose and n == 0:
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue