# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:fenc=utf-8::et:sw=4:ts=4:sts=4

PortSystem          1.0

name                hwloc
set branch          1.11
version             ${branch}.8
epoch               1
categories          devel
platforms           darwin
maintainers         nomaintainer
description         Portable Hardware Locality
license             BSD

long_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.

homepage            http://www.open-mpi.org/projects/hwloc/
master_sites        http://www.open-mpi.org/software/hwloc/v${branch}/downloads/

checksums           rmd160  c6a991bea0c7b4271bb1452ee261a58688179367 \
                    sha256  8af89b1164a330e36d18210360ea9bb305e19f9773d1c882855d261a13054ea8

configure.args      --without-x

livecheck.type      regex
livecheck.regex     "${name} v(\[0-9.\]+) "