From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA9E21581B9 for ; Thu, 25 Sep 2025 10:01:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D63AF340E99 for ; Thu, 25 Sep 2025 10:01:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3E5C1110575; Thu, 25 Sep 2025 10:01:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 34AA7110575 for ; Thu, 25 Sep 2025 10:01:37 +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 DFEAB340D3C for ; Thu, 25 Sep 2025 10:01:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42AC43A61 for ; Thu, 25 Sep 2025 10:01:35 +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: <1758794402.cbc55f7d60c72388717a48c756c58793a4874c11.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ispc/Manifest dev-lang/ispc/ispc-1.28.2.ebuild X-VCS-Directories: dev-lang/ispc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cbc55f7d60c72388717a48c756c58793a4874c11 X-VCS-Branch: master Date: Thu, 25 Sep 2025 10:01:35 +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: 88c892de-5a84-4dea-b256-81841d40baf6 X-Archives-Hash: f1aee78ea27d727599b3baa9e628626d commit: cbc55f7d60c72388717a48c756c58793a4874c11 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 25 02:49:13 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 25 10:00:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc55f7d dev-lang/ispc: Bump to 1.28.2 Signed-off-by: Michał Górny gentoo.org> dev-lang/ispc/Manifest | 1 + dev-lang/ispc/ispc-1.28.2.ebuild | 97 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) diff --git a/dev-lang/ispc/Manifest b/dev-lang/ispc/Manifest index f7ee7a4793bd..1e1a8eb3cb09 100644 --- a/dev-lang/ispc/Manifest +++ b/dev-lang/ispc/Manifest @@ -1 +1,2 @@ DIST ispc-1.28.0.gh.tar.gz 20019120 BLAKE2B 8ec8d9663646b111649cab9c68955ae2e1fcb1a7964dc49681d921d1d0b7eb92b125a439ada181a43b341a99b531f1f525b34fc4dc1a9e3a0fb1b9aa927bbb8a SHA512 693549c635116ae6a4c9d0419869da1c69590d043c151111c0381e16a491a5c5477f040ff8fbffac8bc286f11eee27eda53b748b642eac3921aa3877ed4229b6 +DIST ispc-1.28.2.gh.tar.gz 20021526 BLAKE2B 21012907bfd5f41c4bb4d2ae776a19ebf535615c9bc3af6db48ff61d39ff65ec26367cbf7ffca33ce64ee8d938d9617e1174f0fd8de400fa6d5f7642a98f0d9f SHA512 5fe5e7aff95c5e6805c6f0999659fec2cbae5fc187d75de22a069a3338f28b93fbc5d5c58edf4850e1741afa1cdf62b1aab877f1dbfafc81380fc85242cc0590 diff --git a/dev-lang/ispc/ispc-1.28.2.ebuild b/dev-lang/ispc/ispc-1.28.2.ebuild new file mode 100644 index 000000000000..15ad86546076 --- /dev/null +++ b/dev-lang/ispc/ispc-1.28.2.ebuild @@ -0,0 +1,97 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +LLVM_COMPAT=( {18..21} ) +PYTHON_COMPAT=( python3_{11..14} ) + +inherit cmake dot-a llvm-r1 multiprocessing python-any-r1 toolchain-funcs + +DESCRIPTION="Intel SPMD Program Compiler" +HOMEPAGE=" + https://ispc.github.io/ + https://github.com/ispc/ispc/ +" +SRC_URI=" + https://github.com/ispc/ispc/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD BSD-2 UoI-NCSA" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="examples gpu openmp test" +RESTRICT="!test? ( test )" + +DEPEND=" + $(llvm_gen_dep ' + llvm-core/clang:${LLVM_SLOT} + ') + sys-libs/ncurses:= + gpu? ( dev-libs/level-zero:= ) + !openmp? ( dev-cpp/tbb:= ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + app-alternatives/yacc + app-alternatives/lex + ${PYTHON_DEPS} +" + +pkg_pretend() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp +} + +pkg_setup() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp + llvm-r1_pkg_setup + python-any-r1_pkg_setup +} + +src_prepare() { + # do not require bundled gtest + mkdir -p ispcrt/tests/vendor/google/googletest || die + cat > ispcrt/tests/vendor/google/googletest/CMakeLists.txt <<-EOF || die + find_package(GTest) + EOF + # remove hacks that break unbundling + sed -i -e '/gmock/d' -e '/install/,$d' ispcrt/tests/CMakeLists.txt || die + + cmake_src_prepare +} + +src_configure() { + lto-guarantee-fat + local mycmakeargs=( + -DARM_ENABLED=$(usex arm) + -DCMAKE_SKIP_RPATH=ON + -DISPC_INCLUDE_EXAMPLES=OFF + -DISPC_INCLUDE_TESTS=$(usex test) + -DISPC_INCLUDE_UTILS=OFF + -DISPCRT_BUILD_GPU=$(usex gpu) + -DISPCRT_BUILD_TASK_MODEL=$(usex openmp OpenMP TBB) + # prevent it from trying to find the git repo + -DGIT_BINARY=GIT_BINARY-NOTFOUND + ) + cmake_src_configure +} + +src_test() { + # Inject path to prevent using system ispc + local -x PATH="${BUILD_DIR}/bin:${PATH}" + "${EPYTHON}" ./scripts/run_tests.py "-j$(makeopts_jobs)" -v || + die "Testing failed under ${EPYTHON}" +} + +src_install() { + cmake_src_install + strip-lto-bytecode + + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + dodoc -r examples + fi +}