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_pre1 "
33pkgrel = 0
4- build_style = "makefile"
4+ build_style = "configure"
5+ configure_args = ["--prefix=/usr" ]
56depends = [self .with_pkgver ("chicken-devel" )]
67pkgdesc = "Practical and portable Scheme system"
78license = "BSD-3-Clause"
89url = "https://call-cc.org"
9- source = f"https://code.call-cc.org/releases/{ pkgver } /chicken-{ pkgver } .tar.gz"
10- sha256 = "3c5d4aa61c1167bf6d9bf9eaf891da7630ba9f5f3c15bf09515a7039bfcdec5f"
10+ source = (
11+ "https://code.call-cc.org/dev-snapshots/2024/12/09/chicken-6.0.0pre1.tar.gz"
12+ )
13+ sha256 = "a4beda4eede1e2aa81f1c7d6cd71e0d0f2d3b9aa0023209984f1810fa29e7629"
1114# is fwrapv so it mostly does not matter, still breaks tests on loongarch
1215hardening = ["!int" ]
13- # parallel build unsupported
14- options = ["!parallel" ]
1516
1617
1718def init_build (self ):
1819 self .make_env = {
19- "C_COMPILER" : self .get_tool ("CC" ),
20- "CXX_COMPILER" : self .get_tool ("CXX" ),
21- "C_COMPILER_OPTIMIZATION_OPTIONS" : self .get_cflags (shell = True ),
2220 "LINKER_OPTIONS" : self .get_ldflags (shell = True ),
2321 }
2422
Original file line number Diff line number Diff line change 1+ # FIXME: prerelease
2+ ignore = True
You can’t perform that action at this time.
0 commit comments