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

[ foreign, library, mit, system ] [ Propose Tags ]

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


[Skip to Readme]

Modules

  • System
    • System.Libhwloc

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.2.0, 0.2.1
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-01-27T17:35:02Z
Distributions
Downloads 819 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-01-27 [all 2 reports]

Readme for hhwloc-0.2.1

[back to package description]

hhwloc

hackage

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

Prerequisites

You'll need autoconf, automake, make, and libtool (glibtool on macOS), in order to build this package.

On Windows, if you're using stack, they can be installed with the following commands:

stack exec bash
pacman -Syuu
pacman -S --needed autoconf automake make libtool