pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/pocl



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Apr 22 16:07:26 UTC 2025

Modified Files:
        pkgsrc/parallel/pocl: Makefile

Log Message:
pocl: mask out on i386 due to float16 usage


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/parallel/pocl/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/pocl/Makefile
diff -u pkgsrc/parallel/pocl/Makefile:1.23 pkgsrc/parallel/pocl/Makefile:1.24
--- pkgsrc/parallel/pocl/Makefile:1.23  Thu Apr 17 21:52:07 2025
+++ pkgsrc/parallel/pocl/Makefile       Tue Apr 22 16:07:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/04/17 21:52:07 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/04/22 16:07:26 nia Exp $
 
 DISTNAME=      pocl-6.0
 PKGREVISION=   4
@@ -16,6 +16,9 @@ USE_LANGUAGES=                c c++
 USE_TOOLS+=            pkg-config
 TEST_TARGET=           check
 
+# error: _Float16 is not supported on this target
+NOT_FOR_PLATFORM+=     *-*-i386
+
 CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
 #CMAKE_CONFIGURE_ARGS+=        -DCMAKE_INSTALL_LIBDIR=lib
 CMAKE_CONFIGURE_ARGS+= -DPOCL_INSTALL_ICD_VENDORDIR="${PREFIX}/share/examples/OpenCL/vendors"



Home | Main Index | Thread Index | Old Index