diff options
-rw-r--r-- | libraries/libfabric/changelog | 28 | ||||
-rw-r--r-- | libraries/libfabric/libfabric.SlackBuild | 26 | ||||
-rw-r--r-- | libraries/libfabric/libfabric.info | 6 |
3 files changed, 26 insertions, 34 deletions
diff --git a/libraries/libfabric/changelog b/libraries/libfabric/changelog deleted file mode 100644 index 8f89ed82e2..0000000000 --- a/libraries/libfabric/changelog +++ /dev/null @@ -1,28 +0,0 @@ -Changelog for libfabric SlackBuild Script --------------------------------------------------------------------- - -03/09/2022: - -Added to slackbuilds.org - -18/02/2023: - -libfabric slackbuild script fixed by B.Watson - -16/05/2023: - -Updated to version 1.18.0 -From this build onwards it will only build -on x86_64 platform only. - -19/02/2024: - -Updated to version 1.20.1 - -23/04/2024: - -Updated to version 1.21.0 - -18/08/2024: - -Updated to version 1.22.0 diff --git a/libraries/libfabric/libfabric.SlackBuild b/libraries/libfabric/libfabric.SlackBuild index 718764b11d..6e2c3bcef2 100644 --- a/libraries/libfabric/libfabric.SlackBuild +++ b/libraries/libfabric/libfabric.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libfabric -# Copyright 2022-2024 Vijay Marcel +# Copyright 2022-2025 Vijay Marcel # All rights reserved. # @@ -23,10 +23,30 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# Changelog for libfabric SlackBuild Script +# --------------------------------------------------------------------------------- + +# 03/09/2022: Added to slackbuilds.org + +# 18/02/2023: libfabric slackbuild script fixed by B.Watson + +# 16/05/2023: Updated to version 1.18.0 From this build onwards it will only build +# on x86_64 platform only. + +# 19/02/2024: Updated to version 1.20.1 + +# 23/04/2024: Updated to version 1.21.0 + +# 18/08/2024: Updated to version 1.22.0 + +# 18/02/2025: updated to version 2.0.0 + +# --------------------------------------------------------------------------------------- + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libfabric -VERSION=${VERSION:-1.22.0} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,7 +109,7 @@ make make install DESTDIR=$PKG # Don't ship .la files: -rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" \ | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true diff --git a/libraries/libfabric/libfabric.info b/libraries/libfabric/libfabric.info index acd61e152f..5d86095404 100644 --- a/libraries/libfabric/libfabric.info +++ b/libraries/libfabric/libfabric.info @@ -1,10 +1,10 @@ PRGNAM="libfabric" -VERSION="1.22.0" +VERSION="2.0.0" HOMEPAGE="https://libfabric.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/ofiwg/libfabric/archive/v1.22.0/libfabric-1.22.0.tar.gz" -MD5SUM_x86_64="79c1c364ed149910ad69663355892232" +DOWNLOAD_x86_64="https://github.com/ofiwg/libfabric/archive/v2.0.0/libfabric-2.0.0.tar.gz" +MD5SUM_x86_64="bee7f0a4cc189db416a46fa751b8199a" REQUIRES="numactl rdma-core valgrind" MAINTAINER="Vijay Marcel" EMAIL="vijaymarcel@outlook.com" |