hwloc-2.9.1

This commit is contained in:
Rmys
2023-04-04 22:11:47 +03:00
committed by GitHub
parent 24bf2706f5
commit 1ba2dba1f3
2 changed files with 11 additions and 3 deletions
+3 -2
View File
@@ -15,7 +15,8 @@ def setup():
# suppress compiler warnings
pisitools.cflags.add("-Wno-unused-result")
autotools.configure("--sbindir=/usr/bin \
--enable-plugins")
--localstatedir=/var \
--enable-plugins")
#pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
#pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")
@@ -30,4 +31,4 @@ def check():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING","README*")
pisitools.dodoc("COPYING","README*")
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Portable Hardware Locality (hwloc)</Summary>
<Description>The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs.</Description>
<Archive sha1sum="314faaeda9f1982da97fca93b83307bc34d5b414" type="tarbz2">https://download.open-mpi.org/release/hwloc/v2.8/hwloc-2.8.0.tar.bz2</Archive>
<Archive sha1sum="7d69f7383f682a075351970028401f5e13a7131b" type="tarbz2">https://download.open-mpi.org/release/hwloc/v2.9/hwloc-2.9.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>cairo-devel</Dependency>
<Dependency>pciutils-devel</Dependency>
@@ -62,6 +62,13 @@
</Package>
<History>
<Update release="4">
<Date>2023-04-04</Date>
<Version>2.9.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2022-07-06</Date>
<Version>2.8.0</Version>