From 7ce951df20b710bcc51627bd3d9c2eb93679d352 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 14 Jul 2023 20:54:18 -0700 Subject: math/flintqs: Fix build by adding USE_CXXSTD --- math/flintqs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'math/flintqs') diff --git a/math/flintqs/Makefile b/math/flintqs/Makefile index a131c7803835..4a4cb5b3c4a2 100644 --- a/math/flintqs/Makefile +++ b/math/flintqs/Makefile @@ -17,6 +17,8 @@ GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= sagemath +USE_CXXSTD= c++14 # fix compilation failure on 14 due to use of the 'register' keyword + PLIST_FILES= bin/QuadraticSieve .include -- cgit v1.2.3