1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libcutl: Build with default gcc.

* gnu/packages/cpp.scm (libcutl)[native-inputs]: Remove gcc-10.
[arguments]: Add make-flag to set the C++ standard used.

Change-Id: Ica9df67f9ebda5f7abf038f9572e45b717677148
This commit is contained in:
Efraim Flashner
2026-03-23 11:59:33 +02:00
parent 2c52ce2a5f
commit 2a7a0e474a

View File

@@ -3172,12 +3172,11 @@ from C++.")
(arguments
`(#:configure-flags (list "--disable-static"
;;"--with-external-boost"
"--with-external-expat")))
"--with-external-expat")
#:make-flags (list "CXXFLAGS=-std=c++11 -O2 -g")))
(inputs
(list ;;("boost ,boost)
expat))
(native-inputs
(list gcc-10)) ;does not build with gcc-12
(home-page "https://www.codesynthesis.com/projects/libcutl/")
(synopsis "C++ utility library with generic and independent components")
(description "libcutl is a C++ utility library. It contains a collection