Commit f1ae0eb9 authored by Just van Rossum's avatar Just van Rossum

Removed NumPy install code: it's obsolete -- jvr

parent 786cb11e
......@@ -224,12 +224,6 @@ def main():
n = n + mkcorealias('PythonCorePPC', ':build.macppc.shared:PythonCorePPC')
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:
sys.exit(1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment