[107572] trunk/dports/devel

sean at macports.org sean at macports.org
Tue Jul 2 17:41:00 PDT 2013


Revision: 107572
          https://trac.macports.org/changeset/107572
Author:   sean at macports.org
Date:     2013-07-02 17:41:00 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
hwloc: add new port for hardware locality abstraction

Added Paths:
-----------
    trunk/dports/devel/hwloc/
    trunk/dports/devel/hwloc/Portfile

Added: trunk/dports/devel/hwloc/Portfile
===================================================================
--- trunk/dports/devel/hwloc/Portfile	                        (rev 0)
+++ trunk/dports/devel/hwloc/Portfile	2013-07-03 00:41:00 UTC (rev 107572)
@@ -0,0 +1,31 @@
+# -*- 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/f68db9dd/attachment.html>


More information about the macports-changes mailing list