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
21c50646
Commit
21c50646
authored
Jun 30, 2022
by
Will Sinatra
Browse files
community/sbcl: upgrade to 2.2.6
parent
4b16c904
Pipeline
#126665
failed with stages
in 1 minute and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
community/sbcl/APKBUILD
View file @
21c50646
...
...
@@ -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"
...
...
@@ -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"
;;
...
...
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