diff options
author | GUAN Xin <guanx.bac@gmail.com> | 2024-04-17 21:47:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-18 07:09:42 +0700 |
commit | e9b57413263b82bfe7b4928ac529af7e0b7a5c46 (patch) | |
tree | 1266e10f9b2d71b570a3f667a33c8c6c3ad832a6 /network | |
parent | 40bfc3b43193c12aebf07cf6d2c4e8d028ebe27a (diff) |
network/rdma-core: Updated for version 51.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/rdma-core/optional_pandoc.patch | 13 | ||||
-rw-r--r-- | network/rdma-core/rdma-core.SlackBuild | 4 | ||||
-rw-r--r-- | network/rdma-core/rdma-core.info | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/network/rdma-core/optional_pandoc.patch b/network/rdma-core/optional_pandoc.patch index fdc0c5c18917..6fba97e818f4 100644 --- a/network/rdma-core/optional_pandoc.patch +++ b/network/rdma-core/optional_pandoc.patch @@ -1,7 +1,7 @@ -diff -ru rdma-core-48.0.orig/CMakeLists.txt rdma-core-48.0/CMakeLists.txt ---- rdma-core-48.0.orig/CMakeLists.txt 2023-09-18 13:24:24.000000000 +0800 -+++ rdma-core-48.0/CMakeLists.txt 2023-09-18 14:59:56.134525340 +0800 -@@ -708,27 +708,41 @@ +diff -ru rdma-core-51.0.orig/CMakeLists.txt rdma-core-51.0/CMakeLists.txt +--- rdma-core-51.0.orig/CMakeLists.txt 2024-04-01 05:29:36.000000000 +0000 ++++ rdma-core-51.0/CMakeLists.txt 2024-04-12 09:23:05.833329702 +0000 +@@ -723,28 +723,44 @@ add_subdirectory(kernel-headers) # Libraries add_subdirectory(libibumad) @@ -27,6 +27,9 @@ diff -ru rdma-core-48.0.orig/CMakeLists.txt rdma-core-48.0/CMakeLists.txt +endif() add_subdirectory(providers/erdma) add_subdirectory(providers/hns) ++if (PANDOC_FOUND) + add_subdirectory(providers/hns/man) ++endif() add_subdirectory(providers/irdma) add_subdirectory(providers/mana) +if (PANDOC_FOUND) @@ -43,7 +46,7 @@ diff -ru rdma-core-48.0.orig/CMakeLists.txt rdma-core-48.0/CMakeLists.txt add_subdirectory(providers/mthca) add_subdirectory(providers/ocrdma) add_subdirectory(providers/qedr) -@@ -738,15 +752,21 @@ +@@ -754,15 +770,21 @@ add_subdirectory(providers/hfi1verbs) add_subdirectory(providers/ipathverbs) add_subdirectory(providers/rxe) diff --git a/network/rdma-core/rdma-core.SlackBuild b/network/rdma-core/rdma-core.SlackBuild index 22158fdfced0..834e4ae362ca 100644 --- a/network/rdma-core/rdma-core.SlackBuild +++ b/network/rdma-core/rdma-core.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rdma-core -VERSION=${VERSION:-48.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-51.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/rdma-core/rdma-core.info b/network/rdma-core/rdma-core.info index 2f7e7a100f18..bc119b4913a7 100644 --- a/network/rdma-core/rdma-core.info +++ b/network/rdma-core/rdma-core.info @@ -1,8 +1,8 @@ PRGNAM="rdma-core" -VERSION="48.0" +VERSION="51.0" HOMEPAGE="https://github.com/linux-rdma" -DOWNLOAD="https://github.com/linux-rdma/rdma-core/releases/download/v48.0/rdma-core-48.0.tar.gz" -MD5SUM="f8901665b2fbf03b4ffb6bf7f6207ac4" +DOWNLOAD="https://github.com/linux-rdma/rdma-core/releases/download/v51.0/rdma-core-51.0.tar.gz" +MD5SUM="ed95d79f782ea00bd7233d453abd60b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |