pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/volk



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Mar 17 14:35:34 UTC 2022

Modified Files:
        pkgsrc/math/volk: Makefile

Log Message:
volk: needs GCC>=8 for std::filesystem, like GNU Radio


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/volk/Makefile

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

Modified files:

Index: pkgsrc/math/volk/Makefile
diff -u pkgsrc/math/volk/Makefile:1.10 pkgsrc/math/volk/Makefile:1.11
--- pkgsrc/math/volk/Makefile:1.10      Fri Mar 11 20:59:42 2022
+++ pkgsrc/math/volk/Makefile   Thu Mar 17 14:35:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/03/11 20:59:42 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2022/03/17 14:35:34 tnn Exp $
 
 DISTNAME=      volk-2.5.1
 CATEGORIES=    math ham
@@ -12,6 +12,7 @@ LICENSE=      gnu-gpl-v3
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
 
+GCC_REQD+=     8       # std::filesystem
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config



Home | Main Index | Thread Index | Old Index