From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/slang/
Date: Mon, 22 Apr 2024 02:32:57 +0000 (UTC) [thread overview]
Message-ID: <1713753137.8399ad2b82085397c59b75edfb000b2d54ad2ebd.vowstar@gentoo> (raw)
commit: 8399ad2b82085397c59b75edfb000b2d54ad2ebd
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Mon Apr 22 02:30:47 2024 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Mon Apr 22 02:32:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8399ad2b
sci-electronics/slang: disable py3.9, fix ebuild format
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
sci-electronics/slang/slang-4.0.ebuild | 4 ++--
sci-electronics/slang/slang-5.0.ebuild | 2 +-
sci-electronics/slang/slang-9999.ebuild | 15 +++++++--------
3 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/sci-electronics/slang/slang-4.0.ebuild b/sci-electronics/slang/slang-4.0.ebuild
index 8cf3c6e986..6ce4a98d17 100644
--- a/sci-electronics/slang/slang-4.0.ebuild
+++ b/sci-electronics/slang/slang-4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-single-r1
DESCRIPTION="SystemVerilog compiler and language services"
diff --git a/sci-electronics/slang/slang-5.0.ebuild b/sci-electronics/slang/slang-5.0.ebuild
index 671133d46c..6bba9883c2 100644
--- a/sci-electronics/slang/slang-5.0.ebuild
+++ b/sci-electronics/slang/slang-5.0.ebuild
@@ -3,7 +3,7 @@
EAPI="8"
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-single-r1
DESCRIPTION="SystemVerilog compiler and language services"
diff --git a/sci-electronics/slang/slang-9999.ebuild b/sci-electronics/slang/slang-9999.ebuild
index 1e128f55cd..a040c292e6 100644
--- a/sci-electronics/slang/slang-9999.ebuild
+++ b/sci-electronics/slang/slang-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-single-r1
DESCRIPTION="SystemVerilog compiler and language services"
@@ -29,16 +29,14 @@ RESTRICT="!test? ( test )"
RDEPEND="
${PYTHON_DEPS}
- >=dev-cpp/catch-3.0.1
- >=dev-libs/libfmt-9.1.0
- >=dev-libs/mimalloc-2.1.2
$(python_gen_cond_dep '
>=dev-python/pybind11-2.10[${PYTHON_USEDEP}]
')
"
-
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
+ >=dev-libs/libfmt-9.1.0
+ test? ( >=dev-cpp/catch-3.0.1 )
"
src_configure() {
@@ -48,6 +46,7 @@ src_configure() {
-D BUILD_SHARED_LIBS=ON
-D SLANG_INCLUDE_PYLIB=$(usex python)
-D SLANG_INCLUDE_TESTS=$(usex test)
+ -D SLANG_USE_MIMALLOC=OFF
)
cmake_src_configure
}
next reply other threads:[~2024-04-22 2:33 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-22 2:32 Rui Huang [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-15 11:29 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/slang/ Rui Huang
2025-08-15 11:29 Rui Huang
2025-05-26 9:17 Rui Huang
2025-03-06 5:20 Rui Huang
2025-02-15 17:12 Rui Huang
2025-02-15 17:12 Rui Huang
2024-10-09 4:32 Rui Huang
2024-10-09 4:32 Rui Huang
2024-03-01 14:12 Steffen Winter
2024-02-17 2:40 [gentoo-commits] repo/proj/guru:master " Rui Huang
2024-02-16 15:13 ` [gentoo-commits] repo/proj/guru:dev " Rui Huang
2023-09-15 11:48 Rui Huang
2023-09-15 10:58 Rui Huang
2023-09-15 10:58 Rui Huang
2023-06-05 7:16 Rui Huang
2023-06-05 7:16 Rui Huang
2023-04-01 5:42 Rui Huang
2023-03-31 4:55 Rui Huang
2023-03-15 11:49 Rui Huang
2022-11-06 3:34 Rui Huang
2022-10-20 3:04 Rui Huang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1713753137.8399ad2b82085397c59b75edfb000b2d54ad2ebd.vowstar@gentoo \
--to=vowstar@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox