mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +02:00
gambit: update to 4.9.6.
This commit is contained in:
parent
72b1fe239c
commit
273229a07a
2 changed files with 3 additions and 17 deletions
|
@ -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'
|
||||
pkgname=gambit
|
||||
version=4.9.5
|
||||
revision=2
|
||||
version=4.9.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# We only build core, since the rest doesn't cross-compile.
|
||||
make_build_target="core"
|
||||
|
@ -16,7 +16,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="LGPL-2.1-only, Apache-2.0"
|
||||
homepage="https://gambitscheme.org/"
|
||||
distfiles="https://github.com/gambit/gambit/archive/v${version}.tar.gz"
|
||||
checksum=758da7b4afe6411e9c4fed14b0cc5ada39b5f1393c1edd4d3dd9c9a06127c310
|
||||
checksum=6fc1fa06262e03c1b4215977e75bdbbd80d09b3819683ac2124c5ac94781272c
|
||||
alternatives="
|
||||
scheme:scheme:/usr/bin/gsi
|
||||
scheme:scheme.1:/usr/share/man/man1/gsi.1
|
||||
|
|
Loading…
Add table
Reference in a new issue