[csw-devel] SF.net SVN: gar:[15520] csw/mgar/pkg

igalic at users.sourceforge.net igalic at users.sourceforge.net
Sun Sep 4 18:15:57 CEST 2011


Revision: 15520
          http://gar.svn.sourceforge.net/gar/?rev=15520&view=rev
Author:   igalic
Date:     2011-09-04 16:15:57 +0000 (Sun, 04 Sep 2011)
Log Message:
-----------
Adding v1.2.1 of hwloc

Added Paths:
-----------
    csw/mgar/pkg/hwloc/
    csw/mgar/pkg/hwloc/Makefile
    csw/mgar/pkg/hwloc/branches/
    csw/mgar/pkg/hwloc/tags/
    csw/mgar/pkg/hwloc/trunk/
    csw/mgar/pkg/hwloc/trunk/Makefile
    csw/mgar/pkg/hwloc/trunk/checksums
    csw/mgar/pkg/hwloc/trunk/files/

Added: csw/mgar/pkg/hwloc/Makefile
===================================================================
--- csw/mgar/pkg/hwloc/Makefile	                        (rev 0)
+++ csw/mgar/pkg/hwloc/Makefile	2011-09-04 16:15:57 UTC (rev 15520)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/hwloc/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/hwloc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/hwloc/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/hwloc/trunk/Makefile	2011-09-04 16:15:57 UTC (rev 15520)
@@ -0,0 +1,45 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = hwloc
+VERSION = 1.2.1
+GARTYPE = v2
+CATEGORIES = devel
+
+DESCRIPTION = The Portable Hardware Locality provides an abstraction of the hierarchical topology of modern architectures
+define BLURB
+  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. It also gathers various system attributes such as cache and memory information. It primarily aims at helping applications with gathering information about modern computing hardware so as to exploit it accordingly and efficiently.
+endef
+
+MASTER_SITES =  http://www.open-mpi.org/software/hwloc/v1.2/downloads/
+DISTFILES  = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+#       does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then 
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES = 
+
+
+# Checkpkg suggests adding the following lines to the GAR recipe:
+# # This is a summary; see above for details.
+# # (If CSWhwloc-dev doesn't exist yet)
+PACKAGES += CSWhwloc-dev
+CATALOGNAME_CSWhwloc-dev = hwloc_dev
+SPKG_DESC_CSWhwloc += $(DESCRIPTION), development files
+PKGFILES_CSWhwloc-dev += $(PKGFILES_DEVEL)
+
+RUNTIME_DEP_PKGS_CSWhwloc += CSWlibcairo2
+RUNTIME_DEP_PKGS_CSWhwloc += CSWlibxml2-2
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --disable-visibility
+
+BUILD64 = 1
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/hwloc/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/hwloc/trunk/checksums
===================================================================
--- csw/mgar/pkg/hwloc/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/hwloc/trunk/checksums	2011-09-04 16:15:57 UTC (rev 15520)
@@ -0,0 +1 @@
+dc654612daf292b90d642a05d84ff1e6  hwloc-1.2.1.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list