gambit: update to 4.9.6.
This commit is contained in:
parent
72b1fe239c
commit
273229a07a
@ -1,14 +0,0 @@
|
|||||||
Some unit-tests expect an installed version of Gambit, redirect to the
|
|
||||||
local source.
|
|
||||||
|
|
||||||
--- a/tests/run-unit-tests.scm
|
|
||||||
+++ b/tests/run-unit-tests.scm
|
|
||||||
@@ -184,7 +184,7 @@
|
|
||||||
|
|
||||||
(case target
|
|
||||||
((C)
|
|
||||||
- (run "../gsi/gsi" "-:debug-settings=-,io-settings=lu,~~=.." "-f" file))
|
|
||||||
+ (run "../gsi/gsi" "-:debug-settings=-,io-settings=lu,~~=..,~~lib=../lib" "-f" file))
|
|
||||||
(else
|
|
||||||
(let ((gsi (string-append "../gsi/gsi-" (symbol->string target))))
|
|
||||||
(run gsi "-f" file))))))
|
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'gambit'
|
# Template file for 'gambit'
|
||||||
pkgname=gambit
|
pkgname=gambit
|
||||||
version=4.9.5
|
version=4.9.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# We only build core, since the rest doesn't cross-compile.
|
# We only build core, since the rest doesn't cross-compile.
|
||||||
make_build_target="core"
|
make_build_target="core"
|
||||||
@ -16,7 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||||||
license="LGPL-2.1-only, Apache-2.0"
|
license="LGPL-2.1-only, Apache-2.0"
|
||||||
homepage="https://gambitscheme.org/"
|
homepage="https://gambitscheme.org/"
|
||||||
distfiles="https://github.com/gambit/gambit/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gambit/gambit/archive/v${version}.tar.gz"
|
||||||
checksum=758da7b4afe6411e9c4fed14b0cc5ada39b5f1393c1edd4d3dd9c9a06127c310
|
checksum=6fc1fa06262e03c1b4215977e75bdbbd80d09b3819683ac2124c5ac94781272c
|
||||||
alternatives="
|
alternatives="
|
||||||
scheme:scheme:/usr/bin/gsi
|
scheme:scheme:/usr/bin/gsi
|
||||||
scheme:scheme.1:/usr/share/man/man1/gsi.1
|
scheme:scheme.1:/usr/share/man/man1/gsi.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user