Added documenntation to the docs folder and edited the mac bash script in response to tests
This commit is contained in:
7
numpy-1.6.2/numpy/numarray/SConscript
Normal file
7
numpy-1.6.2/numpy/numarray/SConscript
Normal file
@@ -0,0 +1,7 @@
|
||||
# Last Change: Thu Jun 12 06:00 PM 2008 J
|
||||
# vim:syntax=python
|
||||
from numscons import GetNumpyEnvironment
|
||||
|
||||
env = GetNumpyEnvironment(ARGUMENTS)
|
||||
env.Prepend(CPPPATH=['numpy', "#$build_prefix/numpy/core/src/private"])
|
||||
env.NumpyPythonExtension('_capi', source = ['_capi.c'])
|
||||
Reference in New Issue
Block a user