development/ChezScheme: Updated for version 9.4.1_c5b6fe9.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
81f6864f25
commit
514790a4b7
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SlackBuild for ChezScheme, 19 February 2017
|
||||
# SlackBuild for ChezScheme, 9 March 2017
|
||||
# Arthur W. Green <awg@posteo.us>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -27,8 +27,8 @@
|
|||
## source distribution for more on this.
|
||||
|
||||
PRGNAM=ChezScheme
|
||||
VERSION=${VERSION:-9.4.1_e09139a}
|
||||
BUILD=${BUILD:-1}
|
||||
VERSION=${VERSION:-9.4.1_c5b6fe9}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -67,7 +67,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
for SRCNAM in \
|
||||
ChezScheme-e09139adddf9e25a5944215efb28677e60423970 \
|
||||
ChezScheme-c5b6fe968f890bbef3488d570756cbe8da211326 \
|
||||
nanopass-framework-scheme-1f7e80bcff16766ef419183169bbc343db07db0c \
|
||||
zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f \
|
||||
stex-3bd2b86cc5ae1797d05fc5cc6f11cc43383f741d \
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PRGNAM="ChezScheme"
|
||||
VERSION="9.4.1_e09139a"
|
||||
HOMEPAGE="http://scheme.com/"
|
||||
DOWNLOAD="https://github.com/cisco/ChezScheme/archive/e09139a/ChezScheme-e09139adddf9e25a5944215efb28677e60423970.tar.gz \
|
||||
VERSION="9.4.1_c5b6fe9"
|
||||
HOMEPAGE="https://cisco.github.io/ChezScheme/"
|
||||
DOWNLOAD="https://github.com/cisco/ChezScheme/archive/c5b6fe9/ChezScheme-c5b6fe968f890bbef3488d570756cbe8da211326.tar.gz \
|
||||
https://github.com/nanopass/nanopass-framework-scheme/archive/1f7e80b/nanopass-framework-scheme-1f7e80bcff16766ef419183169bbc343db07db0c.tar.gz \
|
||||
https://github.com/madler/zlib/archive/cacf7f1/zlib-cacf7f1d4e3d44d871b605da3b647f07d718623f.tar.gz \
|
||||
https://github.com/dybvig/stex/archive/3bd2b86/stex-3bd2b86cc5ae1797d05fc5cc6f11cc43383f741d.tar.gz"
|
||||
MD5SUM="7f7406ecd3eaceb829f1b9d9c69557a7 \
|
||||
MD5SUM="e77d3f6a919f90d6d9e729d6b7aa6f7a \
|
||||
6b1fd3a73f273641981341efa0e4b64e \
|
||||
4df8ccfbd8f637d556f56da8ad348c19 \
|
||||
0222208d7134a53d84a297c3a5a65b87"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
Chez Scheme is a complete implementation of the language of the
|
||||
Revised^6 Report on Scheme (R6RS), with numerous extensions.
|
||||
It sports a fast compiler that generates native code for x86,
|
||||
x86_64,and 32-bit PowerPC architectures.
|
||||
Formerly a commercial product, it was open-sourced by Cisco Systems
|
||||
in April 2016.
|
||||
Revised^6 Report on Scheme (R6RS), with numerous extensions. It
|
||||
sports a fast compiler that generates native code for x86, x86_64, and
|
||||
32-bit PowerPC architectures. Formerly a commercial product, it was
|
||||
open-sourced by Cisco Systems in April 2016.
|
||||
|
||||
The unthreaded version is built by default, but enabling support for
|
||||
multithreading is easy:
|
||||
|
|
|
@ -14,6 +14,6 @@ ChezScheme: sports a fast compiler that generates native code for x86, x86_64,
|
|||
ChezScheme: and 32-bit PowerPC architectures. Formerly a commercial product,
|
||||
ChezScheme: it was open-sourced by Cisco Systems in April 2016.
|
||||
ChezScheme:
|
||||
ChezScheme: http://scheme.com/
|
||||
ChezScheme: https://cisco.github.io/ChezScheme/
|
||||
ChezScheme:
|
||||
ChezScheme:
|
||||
|
|
Loading…
Reference in New Issue