hwloc, bump version (#5770)

This commit is contained in:
Schrijvers Luc
2021-03-07 11:04:56 +01:00
committed by GitHub
parent 3bd5912992
commit b4fb4e1dba

View File

@@ -28,10 +28,9 @@ COPYRIGHT="2004-2006 The Trustees of Indiana University and Indiana \
(RIST)
2015-2016 Intel, Inc."
LICENSE="BSD (3-clause)"
REVISION="2"
SOURCE_URI="
https://download.open-mpi.org/release/hwloc/v${portVersion%.*}/hwloc-$portVersion.tar.bz2"
CHECKSUM_SHA256="b607f6097873f69ef6b4b01e66e0dcb45f9939e8979827284664bbf0d4018a64"
REVISION="1"
SOURCE_URI="https://download.open-mpi.org/release/hwloc/v${portVersion%.*}/hwloc-$portVersion.tar.bz2"
CHECKSUM_SHA256="392421e69f26120c8ab95d151fe989f2b4b69dab3c7735741c4e0a6d7de5de63"
SOURCE_DIR="hwloc-$portVersion"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -44,7 +43,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
libVersion="15.3.0"
libVersion="15.4.1"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
@@ -59,7 +58,7 @@ REQUIRES="
PROVIDES_devel="
hwloc2${secondaryArchSuffix}_devel = $portVersion
devel:libhwloc$secondaryArchSuffix = $libVersion
devel:libhwloc$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
hwloc2$secondaryArchSuffix == $portVersion base