pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/biology/molsketch
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 25 13:30:43 UTC 2023
Modified Files:
pkgsrc/biology/molsketch: Makefile
Log Message:
molsketch: needs gcc 12 for std::transform_reduce
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/biology/molsketch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/biology/molsketch/Makefile
diff -u pkgsrc/biology/molsketch/Makefile:1.13 pkgsrc/biology/molsketch/Makefile:1.14
--- pkgsrc/biology/molsketch/Makefile:1.13 Wed Apr 19 08:09:12 2023
+++ pkgsrc/biology/molsketch/Makefile Tue Apr 25 13:30:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2023/04/19 08:09:12 adam Exp $
+# $NetBSD: Makefile,v 1.14 2023/04/25 13:30:43 wiz Exp $
DISTNAME= Molsketch-0.8.0-src
PKGNAME= ${DISTNAME:S/-src//:tl}
@@ -16,6 +16,8 @@ USE_TOOLS= pkg-config
USE_CMAKE= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
+# std::transform_reduce
+GCC_REQD= 12
USE_LANGUAGES= c c++17
CMAKE_ARGS+= -DMSK_PREFIX=${PREFIX:Q}
Home |
Main Index |
Thread Index |
Old Index