File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11pkgname = "chicken"
2- pkgver = "5.4 .0"
2+ pkgver = "6.0 .0"
33pkgrel = 0
44build_style = "makefile"
55depends = [self .with_pkgver ("chicken-devel" )]
66pkgdesc = "Practical and portable Scheme system"
77license = "BSD-3-Clause"
88url = "https://call-cc.org"
99source = f"https://code.call-cc.org/releases/{ pkgver } /chicken-{ pkgver } .tar.gz"
10- sha256 = "3c5d4aa61c1167bf6d9bf9eaf891da7630ba9f5f3c15bf09515a7039bfcdec5f "
10+ sha256 = "92835552b1b687ad26737e429b5aba36510bf429f8816ec0f6d336c8cb41f443 "
1111# is fwrapv so it mostly does not matter, still breaks tests on loongarch
1212hardening = ["!int" ]
1313# parallel build unsupported
@@ -20,6 +20,7 @@ def init_build(self):
2020 "CXX_COMPILER" : self .get_tool ("CXX" ),
2121 "C_COMPILER_OPTIMIZATION_OPTIONS" : self .get_cflags (shell = True ),
2222 "LINKER_OPTIONS" : self .get_ldflags (shell = True ),
23+ "PLATFORM" : "linux" ,
2324 }
2425
2526
You can’t perform that action at this time.
0 commit comments