sys-fabric/ibacm: treeclean

Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2022-02-15 10:22:04 +01:00
parent 9bdd8ed6b1
commit a5d34f8b2c
5 changed files with 0 additions and 68 deletions

View File

@@ -188,12 +188,6 @@ dev-java/colt
# Masking for tracker/tinderbox.
>=media-video/ffmpeg-5.0
# David Seifert <soap@gentoo.org> (2022-01-16)
# Most of these packages have been merged into sys-cluster/rdma-core and
# have long been dead and unmaintained.
# Removal in 30 days, bug #830999.
sys-fabric/ibacm
# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-01-15)
# Last branch update happened ~ 12 month ago.
# Maximum kernel supported is 5.9, which we no longer package.

View File

@@ -1 +0,0 @@
DIST OFED-3.12-rc1.tgz 22055476 BLAKE2B 49e6411721392f418369a292513709f396fbb0f17001687aa15b5c0acdc91013cc67354e5978df56452178af7fbbd338a7ff408592ff9126a3045b9bb27375fe SHA512 9f834d6982ab7e8ab47a8b5c958ab2e4c238ef983e47798e7f06655f69672ea1e996297939b381f26ed8c39552f6e62156173d5ddd2f0a7b6cad6aecdd973944

View File

@@ -1,20 +0,0 @@
https://github.com/ofiwg/ibacm/commit/7a781f6d554532995181b9efbe445599b25c271a.patch
https://bugs.gentoo.org/611778
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,12 +1,13 @@
AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/linux
AM_CFLAGS = -g -Wall -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)\" -DBINDIR=\"$(bindir)\" -DRDMADIR=\"@rdmadir@\"
-
+AM_LDFLAGS = -lpthread -ldl
bin_PROGRAMS = util/ib_acme
sbin_PROGRAMS = svc/ibacm
svc_ibacm_SOURCES = src/acm.c
util_ib_acme_SOURCES = src/acme.c linux/acme_linux.c src/libacm.c linux/libacm_linux.c src/parse.c
svc_ibacm_CFLAGS = $(AM_CFLAGS)
+svc_ibacm_LDFLAGS = -rdynamic $(AM_LDFLAGS)
util_ib_acme_CFLAGS = $(AM_CFLAGS)
ibacmincludedir = $(includedir)/infiniband

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
OFED_VER="3.12"
OFED_RC="1"
OFED_RC_VER="1"
OFED_SUFFIX="1"
inherit autotools openib
DESCRIPTION="IB CM pre-connection service application"
KEYWORDS="amd64 x86 ~amd64-linux"
RDEPEND="
sys-fabric/libibumad:${SLOT}
sys-fabric/libibverbs:${SLOT}
"
DEPEND="${RDEPEND}"
block_other_ofed_versions
PATCHES=(
"${FILESDIR}"/${P}-fix-pthread-linkage.patch
)
src_prepare() {
default
# Needed for pthread fix (bug #611778)
eautoreconf
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>cluster@gentoo.org</email>
<name>Gentoo Cluster Project</name>
</maintainer>
</pkgmetadata>