Skip to content

Commit

Permalink
libibcommon-1.2.0 (rebuild with gcc-12.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Dec 17, 2024
1 parent f991b78 commit be06e5c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
25 changes: 14 additions & 11 deletions libibcommon/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ libibcommon provides common utility functions for the OFA diagnostic and
management tools.

Runtime requirements:
cygwin-2.8.0-1
libibcommon-devel-1.2.0-1bl4
libibcommon1-1.2.0-1bl4
pkg-config-0.29.1-1
cygwin-3.5.4-1
libibcommon-devel-1.2.0-1bl5
libibcommon1-1.2.0-1bl5
pkg-config-2.3.0-1

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-9-1
binutils-2.25-4
cygport-0.24.1-1
gcc-core-5.4.0-1
libtool-2.4.6-4
make-4.2.1-2
autoconf-15-2
automake-20240607-1
binutils-2.43.1-1
cygport-0.36.9-1
gcc-core-12.4.0-3
libtool-2.5.3-1
make-4.4.1-2

Canonical website:
https://www.openfabrics.org/
Expand Down Expand Up @@ -62,6 +62,9 @@ Files included in the binary package:

Port Notes:

----- version 1.2.0-1bl5 -----
Rebuild with gcc-12.4.0

----- version 1.2.0-1bl4 -----
Rebuild with gcc-5.4.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ SUMMARY="OpenFabrics Alliance InfiniBand management common library"
DESCRIPTION="libibcommon provides common utility functions for the OFA diagnostic and
management tools."

LICENSE="BSD-2-Clause"
LICENSE_SPDX="SPDX-License-Identifier: BSD-2-Clause"
LICENSE_URI="COPYING"

PKG_NAMES="
${PN}
${PN}1
Expand All @@ -15,7 +19,7 @@ libibcommon_CONTENTS="
usr/share
"
libibcommon1_CONTENTS="
usr/bin
usr/bin/cyg*-1.dll
"
libibcommon_devel_CONTENTS="
usr/include
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- origsrc/libibcommon-1.2.0/Makefile.am 2008-07-27 00:38:35.000000000 +0900
+++ src/libibcommon-1.2.0/Makefile.am 2017-07-02 18:10:56.573999800 +0900
+++ src/libibcommon-1.2.0/Makefile.am 2024-12-17 13:15:49.427966900 +0900
@@ -15,7 +15,7 @@ endif

libibcommon_la_SOURCES = src/stack.c src/sysfs.c src/util.c src/time.c src/hash.c
Expand All @@ -17,7 +17,7 @@
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = $(PACKAGE).pc
--- origsrc/libibcommon-1.2.0/configure.in 2008-12-14 02:44:36.000000000 +0900
+++ src/libibcommon-1.2.0/configure.in 2017-07-02 18:09:52.011943300 +0900
+++ src/libibcommon-1.2.0/configure.in 2024-12-17 13:15:49.427966900 +0900
@@ -48,5 +48,5 @@ AC_CACHE_CHECK(whether ld accepts --vers

AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$ac_cv_version_script" = "yes")
Expand All @@ -26,7 +26,7 @@
+AC_CONFIG_FILES([libibcommon.pc Makefile libibcommon.spec])
AC_OUTPUT
--- origsrc/libibcommon-1.2.0/libibcommon.pc.in 1970-01-01 09:00:00.000000000 +0900
+++ src/libibcommon-1.2.0/libibcommon.pc.in 2017-07-02 18:10:41.183000000 +0900
+++ src/libibcommon-1.2.0/libibcommon.pc.in 2024-12-17 13:15:49.427966900 +0900
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
Expand Down

0 comments on commit be06e5c

Please sign in to comment.