@hackage / hhwloc

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

Latest0.2.1

About

Metadata

  • Last updated , by dtaskoff
  • License MIT
  • Categories FFI, Systems Programming
  • Maintained by: daniel.taskoff@gmail.com

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Readme

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