mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
opensm: update to 3.3.22
This commit is contained in:
parent
d661eeee51
commit
0329ccc82a
2 changed files with 12 additions and 16 deletions
|
@ -1,7 +1,6 @@
|
||||||
diff --git include/complib/cl_debug_osd.h include/complib/cl_debug_osd.h
|
diff -ru a/include/complib/cl_debug_osd.h include/complib/cl_debug_osd.h
|
||||||
index 31d6972..4506504 100644
|
--- a/include/complib/cl_debug_osd.h 2019-04-17 04:02:47.000000000 -0400
|
||||||
--- include/complib/cl_debug_osd.h
|
+++ include/complib/cl_debug_osd.h 2019-04-17 11:56:45.870471013 -0400
|
||||||
+++ include/complib/cl_debug_osd.h
|
|
||||||
@@ -42,7 +42,7 @@
|
@@ -42,7 +42,7 @@
|
||||||
#define _CL_DEBUG_OSD_H_
|
#define _CL_DEBUG_OSD_H_
|
||||||
|
|
||||||
|
@ -11,10 +10,9 @@ index 31d6972..4506504 100644
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
# define BEGIN_C_DECLS extern "C" {
|
# define BEGIN_C_DECLS extern "C" {
|
||||||
diff --git include/complib/cl_types.h include/complib/cl_types.h
|
diff -ru a/include/complib/cl_types.h include/complib/cl_types.h
|
||||||
index a773e51..a94ea2e 100644
|
--- a/include/complib/cl_types.h 2019-04-17 04:02:47.000000000 -0400
|
||||||
--- include/complib/cl_types.h
|
+++ include/complib/cl_types.h 2019-04-17 11:57:35.064280498 -0400
|
||||||
+++ include/complib/cl_types.h
|
|
||||||
@@ -56,6 +56,9 @@
|
@@ -56,6 +56,9 @@
|
||||||
BEGIN_C_DECLS
|
BEGIN_C_DECLS
|
||||||
#include <complib/cl_types_osd.h>
|
#include <complib/cl_types_osd.h>
|
||||||
|
@ -25,11 +23,10 @@ index a773e51..a94ea2e 100644
|
||||||
typedef uint16_t net16_t;
|
typedef uint16_t net16_t;
|
||||||
typedef uint32_t net32_t;
|
typedef uint32_t net32_t;
|
||||||
typedef uint64_t net64_t;
|
typedef uint64_t net64_t;
|
||||||
diff --git opensm/osm_db_files.c opensm/osm_db_files.c
|
diff -ru a/opensm/osm_db_files.c opensm/osm_db_files.c
|
||||||
index fd9f2fe..8ac6b7b 100644
|
--- a/opensm/osm_db_files.c 2019-04-17 04:02:47.000000000 -0400
|
||||||
--- opensm/osm_db_files.c
|
+++ opensm/osm_db_files.c 2019-04-17 11:58:57.600529423 -0400
|
||||||
+++ opensm/osm_db_files.c
|
@@ -394,7 +394,7 @@
|
||||||
@@ -415,7 +415,7 @@ int osm_db_restore(IN osm_db_domain_t * p_domain)
|
|
||||||
p_accum_val);
|
p_accum_val);
|
||||||
|
|
||||||
/* check that the key is a number */
|
/* check that the key is a number */
|
||||||
|
@ -38,4 +35,3 @@ index fd9f2fe..8ac6b7b 100644
|
||||||
&& *endptr != '\0') {
|
&& *endptr != '\0') {
|
||||||
OSM_LOG(p_log, OSM_LOG_ERROR,
|
OSM_LOG(p_log, OSM_LOG_ERROR,
|
||||||
"ERR 610B: "
|
"ERR 610B: "
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'opensm'
|
# Template file for 'opensm'
|
||||||
pkgname=opensm
|
pkgname=opensm
|
||||||
version=3.3.21
|
version=3.3.22
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake bison flex libtool"
|
hostmakedepends="automake bison flex libtool"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Rich G <rich@richgannon.net>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/linux-rdma/opensm"
|
homepage="https://github.com/linux-rdma/opensm"
|
||||||
distfiles="https://github.com/linux-rdma/opensm/releases/download/${version}/opensm-${version}.tar.gz"
|
distfiles="https://github.com/linux-rdma/opensm/releases/download/${version}/opensm-${version}.tar.gz"
|
||||||
checksum=50d024090dc083274bc840792a3b539ecee5ad37a42948f43e84068e42b89b48
|
checksum=1e0dc56a5cf5f8e5cd68bd534591405a5f5f1975ace40509f61a43cc2fe74ca7
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue