diff options
author | joerg <joerg> | 2015-12-25 20:06:47 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-12-25 20:06:47 +0000 |
commit | 6622d3fd93c78e9bdb41405859dc0912b5739251 (patch) | |
tree | 15ec057b3abcadd604e820b1fded09ac3862f084 /math | |
parent | 81613dc7097e78c32ff9022a72a8f46c9d887ef5 (diff) | |
download | pkgsrc-6622d3fd93c78e9bdb41405859dc0912b5739251.tar.gz |
Help setup.py to find the fftw libs.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-fftw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-fftw/Makefile b/math/py-fftw/Makefile index 041f06cfe01..39b1927a90d 100644 --- a/math/py-fftw/Makefile +++ b/math/py-fftw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/12/05 21:25:49 adam Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/25 20:06:47 joerg Exp $ DISTNAME= PyFFTW3-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//S/FFTW/fftw/S/3//} @@ -15,6 +15,8 @@ USE_LANGUAGES= c PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # as of 0.2.1 +MAKE_ENV+= FFTW_PATH=${PREFIX}/lib + .include "../../lang/python/distutils.mk" .include "../../math/fftw/buildlink3.mk" .include "../../math/py-numpy/buildlink3.mk" |