From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/dlb/ Date: Sun, 27 Dec 2020 12:48:14 +0000 (UTC) [thread overview] Message-ID: <1609073287.37f0d72f41525dc90eaaa974762c549acb29823a.andrewammerlaan@gentoo> (raw) commit: 37f0d72f41525dc90eaaa974762c549acb29823a Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Dec 27 12:48:07 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Dec 27 12:48:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37f0d72f sys-cluster/dlb: drop old (description too long) Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sys-cluster/dlb/dlb-2.1.ebuild | 67 ------------------------------------------ 1 file changed, 67 deletions(-) diff --git a/sys-cluster/dlb/dlb-2.1.ebuild b/sys-cluster/dlb/dlb-2.1.ebuild deleted file mode 100644 index fbd921ed..00000000 --- a/sys-cluster/dlb/dlb-2.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -#PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) -inherit autotools #distutils-r1 - -DESCRIPTION="tool that will dynamically react to the application imbalance modifying the number of resources" -HOMEPAGE="https://github.com/bsc-pm/dlb" -SRC_URI="https://github.com/bsc-pm/dlb/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64" -#TODO: correctly install python stuff -IUSE="hwloc instrumentation mpi openmp" # python" - -DEPEND=" - hwloc? ( sys-apps/hwloc ) - mpi? ( virtual/mpi ) -" -#instrumentation ( sys-cluster/extrae ) -RDEPEND="${DEPEND}" -#REQUIRED_USE=" -# python? ( ${PYTHON_REQUIRED_USE} ) -#" - -src_prepare() { - sed -e "s|chmod +x \$(|chmod +x ${ED}/\$(|g" -i Makefile.am || die - default - eautoreconf -# if use python; then -# distutils-r1_python_prepare_all -# fi -} - -src_configure() { - local myconf=( - --disable-static - --enable-shared - --with-pic - $(use_enable instrumentation) - $(use_enable openmp) - $(use_with hwloc) - $(use_with mpi) - ) - econf "${myconf[@]}" -# if use python; then -# python_foreach_impl distutils-r1_python_install -# fi -} - -src_compile() { - default -# if use python; then -# python_foreach_impl distutils-r1_python_compile -# fi -} - -src_install() { - default -# rm -rf "${D}/usr/lib/python*" || die -# if use python; then -# python_foreach_impl distutils-r1_python_install -# fi - find "${D}" -name '*.la' -delete || die -}
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/dlb/ Date: Sun, 27 Dec 2020 12:48:22 +0000 (UTC) [thread overview] Message-ID: <1609073287.37f0d72f41525dc90eaaa974762c549acb29823a.andrewammerlaan@gentoo> (raw) Message-ID: <20201227124822.wWv-XqDcnq98SSQkkJGrnTlG2cbEP0vvWKMkYo-jAB0@z> (raw) commit: 37f0d72f41525dc90eaaa974762c549acb29823a Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Dec 27 12:48:07 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Dec 27 12:48:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37f0d72f sys-cluster/dlb: drop old (description too long) Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> sys-cluster/dlb/dlb-2.1.ebuild | 67 ------------------------------------------ 1 file changed, 67 deletions(-) diff --git a/sys-cluster/dlb/dlb-2.1.ebuild b/sys-cluster/dlb/dlb-2.1.ebuild deleted file mode 100644 index fbd921ed..00000000 --- a/sys-cluster/dlb/dlb-2.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -#PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) -inherit autotools #distutils-r1 - -DESCRIPTION="tool that will dynamically react to the application imbalance modifying the number of resources" -HOMEPAGE="https://github.com/bsc-pm/dlb" -SRC_URI="https://github.com/bsc-pm/dlb/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64" -#TODO: correctly install python stuff -IUSE="hwloc instrumentation mpi openmp" # python" - -DEPEND=" - hwloc? ( sys-apps/hwloc ) - mpi? ( virtual/mpi ) -" -#instrumentation ( sys-cluster/extrae ) -RDEPEND="${DEPEND}" -#REQUIRED_USE=" -# python? ( ${PYTHON_REQUIRED_USE} ) -#" - -src_prepare() { - sed -e "s|chmod +x \$(|chmod +x ${ED}/\$(|g" -i Makefile.am || die - default - eautoreconf -# if use python; then -# distutils-r1_python_prepare_all -# fi -} - -src_configure() { - local myconf=( - --disable-static - --enable-shared - --with-pic - $(use_enable instrumentation) - $(use_enable openmp) - $(use_with hwloc) - $(use_with mpi) - ) - econf "${myconf[@]}" -# if use python; then -# python_foreach_impl distutils-r1_python_install -# fi -} - -src_compile() { - default -# if use python; then -# python_foreach_impl distutils-r1_python_compile -# fi -} - -src_install() { - default -# rm -rf "${D}/usr/lib/python*" || die -# if use python; then -# python_foreach_impl distutils-r1_python_install -# fi - find "${D}" -name '*.la' -delete || die -}
next reply other threads:[~2020-12-27 12:48 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-27 12:48 Andrew Ammerlaan [this message] 2020-12-27 12:48 ` [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/dlb/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2021-06-15 23:28 [gentoo-commits] repo/proj/guru:dev " Alessandro Barbieri 2021-03-28 11:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2021-03-28 10:52 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-12-26 11:20 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=1609073287.37f0d72f41525dc90eaaa974762c549acb29823a.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --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: linkBe 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