pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/hwloc hwloc: explicitly disable opencl



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03d1d4943f53
branches:  trunk
changeset: 383693:03d1d4943f53
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Aug 22 08:31:01 2022 +0000

description:
hwloc: explicitly disable opencl

diffstat:

 parallel/hwloc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d56624a9c86e -r 03d1d4943f53 parallel/hwloc/Makefile
--- a/parallel/hwloc/Makefile   Mon Aug 22 08:23:19 2022 +0000
+++ b/parallel/hwloc/Makefile   Mon Aug 22 08:31:01 2022 +0000
@@ -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_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