Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Will Sinatra
aports
Commits
9dbb7298
Commit
9dbb7298
authored
Jun 30, 2022
by
Will Sinatra
Browse files
community/sbcl: upgrade to 2.2.6
parent
4b16c904
Pipeline
#126691
passed with stages
in 108 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
community/sbcl/APKBUILD
View file @
9dbb7298
...
...
@@ -3,13 +3,12 @@
# Contributor: Will Sinatra <wpsinatra@gmail.com>
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname
=
sbcl
pkgver
=
2.2.
5
pkgrel
=
1
pkgver
=
2.2.
6
pkgrel
=
0
pkgdesc
=
"Steel Bank Common Lisp"
url
=
"http://www.sbcl.org/"
# sbcl 2.2.5 has a "memory fault" on x86
# riscv64: No rule to make target 'genesis/Makefile.features'. Stop.
arch
=
"all
!x86
!s390x !riscv64"
arch
=
"all !s390x !riscv64"
license
=
"custom"
options
=
"!check"
checkdepends
=
"ed"
...
...
@@ -19,7 +18,7 @@ makedepends="
gc-dev
libffi-dev
linux-headers
z
lib
-dev
z
std
-dev
emacs-nox
mpfr-dev
"
...
...
@@ -33,10 +32,12 @@ build() {
#All systems can build with these features enabled
all_arch_conf
=
'--with-sb-test --with-sb-unicode --with-sb-core-compression --with-sb-linkable-runtime --with-sb-dynamic-core'
#Please add additional package support by arch, armv7 is incapable of supporting sb:thread.
#Please add additional package support by arch
#armv7 is incapable of supporting sb:thread
#x86 can be built with sb:thread, but as of 2.2.5 it causes a memory corruption
case
"
$CARCH
"
in
armv7
)
conf
=
"
$all_arch_conf
"
;;
x86
)
conf
=
"
$all_arch_conf
--fancy
--with-sb-thread"
;;
x86
)
conf
=
"
$all_arch_conf
--with
out
-sb-thread"
;;
x86_64
)
conf
=
"
$all_arch_conf
--fancy --with-sb-thread"
;;
aarch64
)
conf
=
"
$all_arch_conf
--fancy --with-sb-thread"
;;
riscv64
)
conf
=
"
$all_arch_conf
--fancy --with-sb-thread"
;;
...
...
@@ -60,7 +61,7 @@ package() {
}
sha512sums
=
"
9d581535348bb709ca1f7edbe5ad92f079fd1cbc9a462524220fb229bd78770f7855c0b1a8641b990a1d663fb559edc0c2ca0f029281d4b0c80a5917b45d7b72
sbcl-2.2.
5
.tar.bz2
d8460cfb0044b02b3989ff2266355c067035eab5cde2afb8d170870e4bf54112ec878e7d5f809adaaabcfef3df1cd9ef2d94517b772ba376ca53b9ee78893baf
sbcl-2.2.
6
.tar.bz2
549cc9936ddbd4c19067a455dfad151bd0ce59200b2dce761de67e259e621e4174beefaa5a322886bcd731d2470d229a3e1b75a55a194c54e2feb7c0bcdffb37 ppc-musl.patch
253ad5d87cd7c656f1d011ec3519950f4dbffc9fb9a4a8e12f61c7cc51915ec4f3bf2fc47024613eeb5741851f07047ad3f4237b74ecc2d8bb93cc0059de6092 march-armv5-removed.patch
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment