~ruther/guix-local

ref: a1e5b01d6dcd37c0b2b9aa66dd57f33ccca926f7 guix-local/gnu/packages/patches/cf-tool-add-languages.patch -rw-r--r-- 703 bytes
a1e5b01d — Cayetano Santos teams: hpc: Adopt parallel module. a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Add newer language options.

diff --git a/client/langs.go b/tmp/langs.go
index b09c69f..0695958 100644
--- a/client/langs.go
+++ b/tmp/langs.go
@@ -9,6 +9,7 @@ var Langs = map[string]string{
 	"42": "GNU G++11 5.1.0",
 	"50": "GNU G++14 6.4.0",
 	"54": "GNU G++17 7.3.0",
+	"89": "GNU G++20 13.2 (64 bit, winlibs)",
 	"2":  "Microsoft Visual C++ 2010",
 	"59": "Microsoft Visual C++ 2017",
 	"9":  "C# Mono 5.18",
@@ -60,6 +61,7 @@ var LangsExt = map[string]string{
 	"GNU C++11":             "cpp",
 	"GNU C++14":             "cpp",
 	"GNU C++17":             "cpp",
+	"GNU G++20":             "cpp",
 	"MS C++":                "cpp",
 	"MS C++ 2017":           "cpp",
 	"Mono C#":               "cs",