Just replace what we need.
This commit is contained in:
parent
7ecb96b2ef
commit
f878c3d0ab
1 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2011/04/19 13:14:28 roy Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2011/04/19 15:32:28 roy Exp $
|
||||
#
|
||||
|
||||
DISTNAME= numpy-1.4.1
|
||||
|
@ -19,7 +19,12 @@ USE_LANGUAGES+= c fortran77
|
|||
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
||||
MAKE_ENV+= ATLAS=None
|
||||
|
||||
REPLACE_PYTHON+= *.py */*.py */*/*.py */*/*/*.py */*/*/*/*.py
|
||||
REPLACE_PYTHON+= numpy/core/scons_support.py
|
||||
REPLACE_PYTHON+= numpy/distutils/from_template.py
|
||||
REPLACE_PYTHON+= numpy/distutils/system_info.py
|
||||
REPLACE_PYTHON+= numpy/ma/bench.py
|
||||
REPLACE_PYTHON+= numpy/distutils/conv_template.py
|
||||
|
||||
SUBST_CLASSES+= numpy
|
||||
SUBST_STAGE.numpy= post-patch
|
||||
SUBST_FILES.numpy= numpy/f2py/setup.py numpy/f2py/setupscons.py
|
||||
|
|
Loading…
Reference in a new issue