# -*- 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
# $Id: Portfile 118798 2014-04-11 00:14:54Z sean@macports.org $

PortSystem          1.0

name                hwloc
set branch          1.9
version             ${branch}
categories          devel
platforms           darwin
maintainers         sean openmaintainer
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  b29327fb8dab112f4b7cc27a9b5b6578df0897aa \
                    sha256  9fb572daef35a1c8608d1a6232a4a9f56846bab2854c50562dfb9a7be294f4e8

configure.args      --without-x

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