mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
sci-electronics/slang: add missing depend
- add dev-libs/mimalloc as RDEPEND - fix libfmt gentoo depend Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -31,6 +31,7 @@ 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}]
|
||||
')
|
||||
@@ -40,6 +41,10 @@ DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-4.0-fix-gentoo-libfmt-depend.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
python_setup
|
||||
local mycmakeargs=(
|
||||
|
||||
@@ -31,6 +31,7 @@ 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}]
|
||||
')
|
||||
|
||||
Reference in New Issue
Block a user