diff --git a/hardware/misc/hwloc/actions.py b/hardware/misc/hwloc/actions.py new file mode 100644 index 0000000000..e85eca64ee --- /dev/null +++ b/hardware/misc/hwloc/actions.py @@ -0,0 +1,33 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools + + +def setup(): + autotools.autoreconf("-vif") + # suppress compiler warnings + pisitools.cflags.add("-Wno-unused-result") + autotools.configure("--sbindir=/usr/bin \ + --enable-plugins") + + #pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""') + #pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE") + #pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + +def build(): + autotools.make() + +def check(): + autotools.make("check") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING","README*") \ No newline at end of file diff --git a/hardware/misc/hwloc/pspec.xml b/hardware/misc/hwloc/pspec.xml new file mode 100644 index 0000000000..55b27b5971 --- /dev/null +++ b/hardware/misc/hwloc/pspec.xml @@ -0,0 +1,65 @@ + + + + + hwloc + https://www.open-mpi.org/projects/hwloc/ + + Blue Devil + bluedevil@sctzine.com + + harware.misc + BSD + library + app:console + Portable Hardware Locality (hwloc) + 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. + https://download.open-mpi.org/release/hwloc/v2.2/hwloc-2.2.0.tar.bz2 + + cairo-devel + libxml2-devel + numactl-devel + + + + + hwloc + Portable Hardware Locality (hwloc) + + cairo + libxml2 + numactl + + + /etc + /usr/lib + /usr/share/doc + /usr/share/man + /usr/bin + /usr/share/hwloc + /usr/share/applications + + + + + hwloc-devel + Development files for hwloc + + hwloc + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2020-05-22 + 2.2.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/hardware/misc/hwloc/translations.xml b/hardware/misc/hwloc/translations.xml new file mode 100644 index 0000000000..dfaf7dabc4 --- /dev/null +++ b/hardware/misc/hwloc/translations.xml @@ -0,0 +1,14 @@ + + + + hwloc + Hiyerarşik mimarilerin taşınabilir soyutlama kitaplığı + hwlock, hiyerarşik mimarilerin taşınabilir soyutlama kitaplığı sunar. + + + + hwloc-devel + hwloc için geliştirme dosyaları + hwloc-devel, hwloc için geliştirme dosyalarını içerir. + + \ No newline at end of file