summaryrefslogtreecommitdiff
path: root/sys-cluster/libquo/libquo-1.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /sys-cluster/libquo/libquo-1.2.ebuild
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'sys-cluster/libquo/libquo-1.2.ebuild')
-rw-r--r--sys-cluster/libquo/libquo-1.2.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-cluster/libquo/libquo-1.2.ebuild b/sys-cluster/libquo/libquo-1.2.ebuild
deleted file mode 100644
index 72ea50f3be66..000000000000
--- a/sys-cluster/libquo/libquo-1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="run-time tuning of process binding policies made easy"
-HOMEPAGE="https://lanl.github.io/libquo/"
-SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- virtual/mpi
- sys-process/numactl
- sys-apps/hwloc[numa,xml]
- "
-RDEPEND="${DEPEND}"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_configure() {
- autotools-utils_src_configure CC=mpicc
-}