pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/parallel/hwloc



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Feb  6 03:50:01 UTC 2017

Modified Files:
        pkgsrc/parallel/hwloc: Makefile PLIST.Linux

Log Message:
fix linux build and PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/parallel/hwloc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/parallel/hwloc/PLIST.Linux

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/parallel/hwloc/Makefile
diff -u pkgsrc/parallel/hwloc/Makefile:1.19 pkgsrc/parallel/hwloc/Makefile:1.20
--- pkgsrc/parallel/hwloc/Makefile:1.19 Fri Oct 21 10:35:28 2016
+++ pkgsrc/parallel/hwloc/Makefile      Mon Feb  6 03:50:01 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/10/21 10:35:28 asau Exp $
+# $NetBSD: Makefile,v 1.20 2017/02/06 03:50:01 markd Exp $
 
 DISTNAME=      hwloc-1.11.4
 CATEGORIES=    parallel
@@ -10,7 +10,7 @@ COMMENT=      Portable Hardware Locality
 LICENSE=       modified-bsd
 
 USE_LIBTOOL=           yes
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-picky
 

Index: pkgsrc/parallel/hwloc/PLIST.Linux
diff -u pkgsrc/parallel/hwloc/PLIST.Linux:1.1 pkgsrc/parallel/hwloc/PLIST.Linux:1.2
--- pkgsrc/parallel/hwloc/PLIST.Linux:1.1       Tue Mar 19 20:06:10 2013
+++ pkgsrc/parallel/hwloc/PLIST.Linux   Mon Feb  6 03:50:01 2017
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2013/03/19 20:06:10 sbd Exp $
+@comment $NetBSD: PLIST.Linux,v 1.2 2017/02/06 03:50:01 markd Exp $
 bin/hwloc-gather-topology
 include/hwloc/glibc-sched.h
 include/hwloc/linux-libnuma.h
 include/hwloc/linux.h
 man/man1/hwloc-gather-topology.1
+man/man1/hwloc-dump-hwdata.1
+sbin/hwloc-dump-hwdata
+share/hwloc/hwloc-dump-hwdata.service



Home | Main Index | Thread Index | Old Index