diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-24 09:03:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-24 09:03:39 +0000 |
commit | 14be7bd191de0d71e48770d90738e82928fad6aa (patch) | |
tree | 55c9720bb839ecfb49fdc99ca948c3d8041f2dcd /science/py-scikit-sparse | |
parent | 8ca43586e1b57397f3b522748b91497f7c61df19 (diff) |
Notes
Diffstat (limited to 'science/py-scikit-sparse')
-rw-r--r-- | science/py-scikit-sparse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-scikit-sparse/Makefile b/science/py-scikit-sparse/Makefile index 7092cba38063..bcc25abae422 100644 --- a/science/py-scikit-sparse/Makefile +++ b/science/py-scikit-sparse/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \ BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libumfpack.so:math/suitesparse -USES= fortran python +USES= fortran python:3.6+ USE_PYTHON= distutils cython autoplist CFLAGS+= -I${LOCALBASE}/include/suitesparse |