From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 725BC158064 for ; Sun, 5 May 2024 09:56:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 891E9E2B2D; Sun, 5 May 2024 09:56:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C7E0E2B2D for ; Sun, 5 May 2024 09:56:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6057034309D for ; Sun, 5 May 2024 09:56:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFD771A24 for ; Sun, 5 May 2024 09:56:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1714902964.b80df6f97bb984f15beee338a509a5fad18dd6f9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/simsimd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/simsimd/Manifest dev-python/simsimd/metadata.xml dev-python/simsimd/simsimd-4.3.1.ebuild X-VCS-Directories: dev-python/simsimd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b80df6f97bb984f15beee338a509a5fad18dd6f9 X-VCS-Branch: master Date: Sun, 5 May 2024 09:56:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99a3ca42-3211-449a-b91d-5410c28e6b82 X-Archives-Hash: 62d998124ed50d9fd6e09d904fe376c0 commit: b80df6f97bb984f15beee338a509a5fad18dd6f9 Author: Michał Górny gentoo org> AuthorDate: Sun May 5 09:51:43 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 5 09:56:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80df6f9 dev-python/simsimd: New package, v4.3.1 New optional dependency of dev-python/elasticsearch. Signed-off-by: Michał Górny gentoo.org> dev-python/simsimd/Manifest | 1 + dev-python/simsimd/metadata.xml | 11 ++++++ dev-python/simsimd/simsimd-4.3.1.ebuild | 64 +++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) diff --git a/dev-python/simsimd/Manifest b/dev-python/simsimd/Manifest new file mode 100644 index 000000000000..f8e563bde92f --- /dev/null +++ b/dev-python/simsimd/Manifest @@ -0,0 +1 @@ +DIST SimSIMD-4.3.1.gh.tar.gz 105424 BLAKE2B b5886261ad8290662325321816cf9e7eeb7059b58e3e2352f341345667393d4ee009a840061768666234ae2619bbd4c7522726a2efc4f60935309a393649fd22 SHA512 722a8ae473d4526130a0d80bd6074ba6cee7a2566414505b7db8cd4d63efade2470153e4364a9cff140780fc839264c7ccb6580983170d25ff3bbb4a00d78155 diff --git a/dev-python/simsimd/metadata.xml b/dev-python/simsimd/metadata.xml new file mode 100644 index 000000000000..2d9fde8689d5 --- /dev/null +++ b/dev-python/simsimd/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + ashvardanian/SimSIMD + simsimd + + diff --git a/dev-python/simsimd/simsimd-4.3.1.ebuild b/dev-python/simsimd/simsimd-4.3.1.ebuild new file mode 100644 index 000000000000..ede8569c67d3 --- /dev/null +++ b/dev-python/simsimd/simsimd-4.3.1.ebuild @@ -0,0 +1,64 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + +inherit distutils-r1 toolchain-funcs + +MY_P=SimSIMD-${PV} +DESCRIPTION="Fastest SIMD-Accelerated Vector Similarity Functions for x86 and Arm" +HOMEPAGE=" + https://github.com/ashvardanian/SimSIMD/ + https://pypi.org/project/simsimd/ +" +# no sdist, as of 4.3.1 +# https://github.com/ashvardanian/SimSIMD/issues/113 +SRC_URI=" + https://github.com/ashvardanian/SimSIMD/archive/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="openmp" + +BDEPEND=" + test? ( + dev-python/pytest-repeat[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]] && use openmp; then + tc-check-openmp + fi +} + +pkg_setup() { + if [[ ${MERGE_TYPE} != binary ]] && use openmp; then + tc-check-openmp + fi +} + +src_prepare() { + # https://github.com/ashvardanian/SimSIMD/pull/115 + sed -i -e '/-O3/d' -e 's:-lgomp:-fopenmp:' setup.py || die + if ! use openmp; then + sed -i -e '/-fopenmp/d' setup.py || die + fi + + distutils-r1_src_prepare +} + +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest -p repeat python/test.py +}