From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/memkind/
Date: Sat, 28 May 2022 23:44:38 +0000 (UTC) [thread overview]
Message-ID: <1653780910.77c09001ebcb2ec3bc97bc8fcc60c37c64df2a8e.Alessandro-Barbieri@gentoo> (raw)
commit: 77c09001ebcb2ec3bc97bc8fcc60c37c64df2a8e
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 23:35:10 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 23:35:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77c09001
dev-libs/memkind: drop 1.11.0-r2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-libs/memkind/Manifest | 1 -
dev-libs/memkind/memkind-1.11.0-r2.ebuild | 82 -------------------------------
2 files changed, 83 deletions(-)
diff --git a/dev-libs/memkind/Manifest b/dev-libs/memkind/Manifest
index a753c820a..cb2fa9243 100644
--- a/dev-libs/memkind/Manifest
+++ b/dev-libs/memkind/Manifest
@@ -1,2 +1 @@
-DIST memkind-1.11.0.tar.gz 1072455 BLAKE2B 2de2cf053687ba2150f694e8c4143eeca74fc377feee2b6892067b661d8c58d7d5fcacb021fc92a47dad27f52aa4cbc6408cfede3141ab1f8ae81147b49aa6a7 SHA512 0b5bde35b3565c730fa954aebfe2ccbecd1e120c920d05acdbc0a74914731a90aeef8d57101f1f47bd35fd310bc143fa517bc871b32e592b8412384ff652fc05
DIST memkind-1.13.0.tar.gz 1111767 BLAKE2B fb2b0ca70b6da32b2bf42cba68f549c279f301f2c9b2eb2f7dfcb2909105bb1eb84bd6abdf15dfcb5f45a5e0bab7fbd0aef95ce090b06b02bc8ae099bdf1b0ca SHA512 509d49e3c67321496b322469d4bb13aa8b9038e94dc9bdfb379c38e86a5705ba13bc015443da8291be49711e14bce9845b697f62cfcc981168f255f9fb515b0e
diff --git a/dev-libs/memkind/memkind-1.11.0-r2.ebuild b/dev-libs/memkind/memkind-1.11.0-r2.ebuild
deleted file mode 100644
index f6d2be77a..000000000
--- a/dev-libs/memkind/memkind-1.11.0-r2.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit autotools linux-info python-any-r1 toolchain-funcs
-
-DESCRIPTION="user extensible heap manager built on top of jemalloc"
-HOMEPAGE="https://memkind.github.io/memkind/"
-SRC_URI="https://github.com/memkind/memkind/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="+daxctl debug decorators +heap-manager hwloc initial-exec-tls openmp secure test +tls"
-
-RDEPEND="
- daxctl? ( sys-block/ndctl )
- hwloc? ( sys-apps/hwloc )
- sys-process/numactl
-"
-DEPEND="
- ${RDEPEND}
- ${PYTHON_DEPS}
-"
-
-PATCHES=( "${FILESDIR}/${PN}-respect-ar.patch" )
-RESTRICT="test" # ERROR: ./test/test.sh requires a NUMA enabled system with more than one node.
-#RESTRICT="!test? ( test )"
-
-pkg_pretend() {
- linux-info_pkg_setup
- CONFIG_CHECK_MODULES=""
- if use daxctl; then
- CONFIG_CHECK_MODULES+="DEV_DAX_KMEM "
- fi
- if linux_config_exists; then
- for module in ${CONFIG_CHECK_MODULES}; do
- linux_chkconfig_present ${module} || ewarn "${module} needs to be enabled"
- done
- fi
-}
-
-src_prepare() {
- default
- eautoreconf
- cd jemalloc && eautoreconf
-}
-
-src_configure() {
- tc-export AR
- local myconf=(
- --disable-debug
- --disable-gcov
- --enable-shared
- --enable-static
- $(use_enable daxctl)
- $(use_enable decorators)
- $(use_enable debug debug-jemalloc)
- $(use_enable heap-manager)
- $(use_enable hwloc)
- $(use_enable initial-exec-tls memkind-initial-exec-tls)
- $(use_enable openmp)
- $(use_enable secure)
- $(use_enable tls)
- )
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
- find "${ED}" -name '*.a' -delete || die
-}
-
-src_test() {
- addwrite /proc/sys/vm/nr_hugepages
- echo 3000 > /proc/sys/vm/nr_hugepages
- emake check
-}
next reply other threads:[~2022-05-28 23:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-28 23:44 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-05-28 23:44 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/memkind/ Alessandro Barbieri
2022-03-27 7:30 Alessandro Barbieri
2022-03-26 15:16 Alessandro Barbieri
2022-03-26 7:36 Alessandro Barbieri
2021-09-05 6:34 Alessandro Barbieri
2021-08-22 2:00 Alessandro Barbieri
2021-06-30 17:03 Alessandro Barbieri
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=1653780910.77c09001ebcb2ec3bc97bc8fcc60c37c64df2a8e.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@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