# -*- 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$

PortSystem          1.0

name                hwloc
set branch          1.7
version             ${branch}.1
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  51ede5221c8eb69a6ba4299d1d0e43e540a9d1f6 \
                    sha256  774ef887f5a274200bac0f2bed7fba64ccf43bc36bd93a2160b45aa267765a37

configure.args      --without-x

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