diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-04-23 03:51:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-04-23 03:52:25 +0000 |
commit | 6e25d8d4edbbaf825f74f8f2a18609430c5d54ed (patch) | |
tree | 6b880419dfe82c6701ed90e24087c5f342db19c0 /math/py-openTSNE/Makefile | |
parent | ffcc80b398388764315e241249c60521bf9922ae (diff) | |
download | ports-6e25d8d4edbbaf825f74f8f2a18609430c5d54ed.tar.gz ports-6e25d8d4edbbaf825f74f8f2a18609430c5d54ed.zip |
Diffstat (limited to 'math/py-openTSNE/Makefile')
-rw-r--r-- | math/py-openTSNE/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-openTSNE/Makefile b/math/py-openTSNE/Makefile index bbd9022f7216..104e5e0ad134 100644 --- a/math/py-openTSNE/Makefile +++ b/math/py-openTSNE/Makefile @@ -1,5 +1,5 @@ PORTNAME= openTSNE -DISTVERSION= 0.6.1 +DISTVERSION= 0.6.2 CATEGORIES= math python # statistics MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20:science/py-scikit-learn@${PY_FLAVOR} USES= compiler:c++14-lang localbase:ldflags python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils cython autoplist post-install: @${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD} |