pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul 18 18:39:06 UTC 2023

Modified Files:
        pkgsrc/parallel/openmp: Makefile
        pkgsrc/parallel/pocl: Makefile

Log Message:
parallel: Adapt packages (where possible) to USE_(CC|CXX)_FEATURES


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/parallel/openmp/Makefile
cvs rdiff -u -r1.11 -r1.12 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/openmp/Makefile
diff -u pkgsrc/parallel/openmp/Makefile:1.15 pkgsrc/parallel/openmp/Makefile:1.16
--- pkgsrc/parallel/openmp/Makefile:1.15        Mon Nov 14 18:44:07 2022
+++ pkgsrc/parallel/openmp/Makefile     Tue Jul 18 18:39:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/11/14 18:44:07 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/07/18 18:39:06 nia Exp $
 
 .include "../../lang/llvm/version.mk"
 
@@ -14,10 +14,11 @@ LICENSE=    apache-2.0
 CONFIGURE_DIRS=                ${WRKDIR}/build
 CMAKE_ARG_PATH=                ${WRKSRC}
 
-USE_LANGUAGES=         c gnu++14
+USE_LANGUAGES=         c c++
 USE_CMAKE=             yes
 USE_TOOLS+=            perl pkg-config
-GCC_REQD+=             4.8
+
+USE_CXX_FEATURES+=     c++14
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=   -DOPENMP_ENABLE_LIBOMPTARGET=OFF

Index: pkgsrc/parallel/pocl/Makefile
diff -u pkgsrc/parallel/pocl/Makefile:1.11 pkgsrc/parallel/pocl/Makefile:1.12
--- pkgsrc/parallel/pocl/Makefile:1.11  Wed Apr 19 08:11:16 2023
+++ pkgsrc/parallel/pocl/Makefile       Tue Jul 18 18:39:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/04/19 08:11:16 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/07/18 18:39:06 nia Exp $
 
 DISTNAME=      pocl-1.8
 PKGREVISION=   4
@@ -18,8 +18,7 @@ USE_LANGUAGES=        c c++
 
 TEST_TARGET=   check
 
-# C++11
-GCC_REQD+=     4.7
+USE_CXX_FEATURES+=     c++11
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE="Release"
 CMAKE_ARGS+=   -DCMAKE_INSTALL_LIBDIR="lib"



Home | Main Index | Thread Index | Old Index