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 Aug 22 08:31:01 UTC 2022

Modified Files:
        pkgsrc/parallel/hwloc: Makefile

Log Message:
hwloc: explicitly disable opencl


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/parallel/hwloc/Makefile

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.31 pkgsrc/parallel/hwloc/Makefile:1.32
--- pkgsrc/parallel/hwloc/Makefile:1.31 Mon Apr 18 19:10:04 2022
+++ pkgsrc/parallel/hwloc/Makefile      Mon Aug 22 08:31:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/04/18 19:10:04 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/08/22 08:31:01 markd Exp $
 
 DISTNAME=      hwloc-1.11.13
 PKGREVISION=   5
@@ -15,6 +15,7 @@ USE_LIBTOOL=          yes
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-picky
+CONFIGURE_ARGS+=       --disable-opencl
 TEST_TARGET=           check
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index