* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libmlx5/
@ 2018-04-23 0:24 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-04-23 0:24 UTC (permalink / raw
To: gentoo-commits
commit: e0805c02bad8c018eb9de79794a9bee588bc84e0
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 00:21:28 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 00:21:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0805c02
sys-fabric/libmlx5: amd64 stable wrt bug #643122
Bug: https://bugs.gentoo.org/643122
Package-Manager: Portage-2.3.31, Repoman-2.3.9
sys-fabric/libmlx5/libmlx5-1.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild b/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild
index 94e72af30ae..4b7a5b45ba8 100644
--- a/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild
+++ b/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -11,7 +11,7 @@ OFED_SUFFIX="1"
inherit openib
DESCRIPTION="OpenIB userspace driver for Mellanox ConnectIB HCA"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libmlx5/
@ 2020-11-15 23:24 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-11-15 23:24 UTC (permalink / raw
To: gentoo-commits
commit: e33ca0f6b29eb486f137e70f371b9571e151a8ff
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Nov 15 23:23:31 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 23:23:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33ca0f6
sys-fabric/libmlx5: disable static libs and Werror
Closes: https://bugs.gentoo.org/686100
Closes: https://bugs.gentoo.org/732220
Closes: https://github.com/gentoo/gentoo/pull/18272
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-fabric/libmlx5/libmlx5-1.0.1.ebuild | 27 +++++++++++++++++++--------
1 file changed, 19 insertions(+), 8 deletions(-)
diff --git a/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild b/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild
index 4b7a5b45ba8..52884509e40 100644
--- a/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild
+++ b/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=6
OFED_VER="3.12"
OFED_RC="1"
@@ -12,11 +12,22 @@ inherit openib
DESCRIPTION="OpenIB userspace driver for Mellanox ConnectIB HCA"
KEYWORDS="amd64 ~x86 ~amd64-linux"
-IUSE=""
-DEPEND="
- sys-fabric/libibverbs:${SLOT}
- "
-RDEPEND="
- !sys-fabric/openib-userspace"
+DEPEND="sys-fabric/libibverbs:${SLOT}"
+RDEPEND="!sys-fabric/openib-userspace"
block_other_ofed_versions
+
+src_prepare() {
+ default
+
+ sed -i -e '/CFLAGS=\"$CFLAGS -Werror\"/d' configure || die
+}
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libmlx5/
@ 2021-05-16 19:53 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-05-16 19:53 UTC (permalink / raw
To: gentoo-commits
commit: 6c8544a07b44af1b72891943f052aed01bb93b67
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 19:53:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 19:53:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8544a0
sys-fabric/libmlx5: Stabilize 1.0.1 x86, #643122
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fabric/libmlx5/libmlx5-1.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild b/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild
index 52884509e40..9205ba7f42c 100644
--- a/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild
+++ b/sys-fabric/libmlx5/libmlx5-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ OFED_SUFFIX="1"
inherit openib
DESCRIPTION="OpenIB userspace driver for Mellanox ConnectIB HCA"
-KEYWORDS="amd64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 x86 ~amd64-linux"
DEPEND="sys-fabric/libibverbs:${SLOT}"
RDEPEND="!sys-fabric/openib-userspace"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-05-16 19:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-15 23:24 [gentoo-commits] repo/gentoo:master commit in: sys-fabric/libmlx5/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2021-05-16 19:53 Sam James
2018-04-23 0:24 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox