diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-03-23 11:59:33 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-23 13:58:44 +0200 |
| commit | 2a7a0e474ac1424bdee713dffe3770ce1eb377fb (patch) | |
| tree | c2038c47a3dd3ed9563508b442d153c5be9421fe /gnu/packages/cpp.scm | |
| parent | 2c52ce2a5fcc8848915f7dcd4013ca2c9c0d63ea (diff) | |
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
Diffstat (limited to 'gnu/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 03f2cbc4d4a..11ddd2a75d7 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm | |||
| @@ -3172,12 +3172,11 @@ from C++.") | |||
| 3172 | (arguments | 3172 | (arguments |
| 3173 | `(#:configure-flags (list "--disable-static" | 3173 | `(#:configure-flags (list "--disable-static" |
| 3174 | ;;"--with-external-boost" | 3174 | ;;"--with-external-boost" |
| 3175 | "--with-external-expat"))) | 3175 | "--with-external-expat") |
| 3176 | #:make-flags (list "CXXFLAGS=-std=c++11 -O2 -g"))) | ||
| 3176 | (inputs | 3177 | (inputs |
| 3177 | (list ;;("boost ,boost) | 3178 | (list ;;("boost ,boost) |
| 3178 | expat)) | 3179 | expat)) |
| 3179 | (native-inputs | ||
| 3180 | (list gcc-10)) ;does not build with gcc-12 | ||
| 3181 | (home-page "https://www.codesynthesis.com/projects/libcutl/") | 3180 | (home-page "https://www.codesynthesis.com/projects/libcutl/") |
| 3182 | (synopsis "C++ utility library with generic and independent components") | 3181 | (synopsis "C++ utility library with generic and independent components") |
| 3183 | (description "libcutl is a C++ utility library. It contains a collection | 3182 | (description "libcutl is a C++ utility library. It contains a collection |
