hhwloc: Bindings to https://www.open-mpi.org/projects/hwloc

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/dtaskoff/hhwloc#readme


[Skip to Readme]

Properties

Versions 0.1.0, 0.2.0, 0.2.1, 0.3.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5) [details]
License MIT
Copyright 2020 (c) Daniel Taskoff
Author Daniel Taskoff
Maintainer daniel.taskoff@gmail.com
Category Foreign, System
Home page https://github.com/dtaskoff/hhwloc#readme
Bug tracker https://github.com/dtaskoff/hhwloc/issues
Source repo head: git clone https://github.com/dtaskoff/hhwloc
Uploaded by dtaskoff at 2020-02-05T11:45:02Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hhwloc-0.3.0

[back to package description]

hhwloc

hackage

Haskell bindings to https://www.open-mpi.org/projects/hwloc

Prerequisites

You'll need hwloc, in order to use the bindings.

Using a custom version of hwloc

git clone https://github.com/open-mpi/hwloc ../hwloc
cd ../hwloc
sh autogen.sh
sh configure --disable-picky --disable-cairo --disable-cpuid --disable-libxml2 --disable-io --disable-pci --disable-opencl --disable-cuda --disable-nvml --disable-gl --disable-libudev --disable-netloc
make -C hwloc
cd ../hhwloc
stack exec -- hsc2hs src/System/Libhwloc/Internal -I../hwloc/include
stack ghci --ghci-options="-L../hwloc/hwloc/.libs -lhwloc"