diff options
Diffstat (limited to 'misc/py-hf-xet/Makefile')
-rw-r--r-- | misc/py-hf-xet/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/py-hf-xet/Makefile b/misc/py-hf-xet/Makefile index 4d3002f76ed6..c0c55cc50007 100644 --- a/misc/py-hf-xet/Makefile +++ b/misc/py-hf-xet/Makefile @@ -1,5 +1,6 @@ PORTNAME= hf-xet -DISTVERSION= 1.1.4 +DISTVERSION= 1.1.9 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ COMMENT= Fast transfer of large files with the Hugging Face Hub WWW= https://github.com/huggingface/xet-core LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/hf_xet/LICENSE BROKEN_i386= fails to build: cannot find function `_mm256_insert_epi64` in this scope @@ -27,6 +28,8 @@ CARGO_BUILD= no CARGO_INSTALL= no CARGO_ENV= OPENSSL_NO_VENDOR=1 +MAKE_ENV= ${CARGO_ENV} + post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/hf_xet/*.so |