acl2-sources
directory and executing:
make regression ACL2=<your_ACL2_script>
For the images below you should create executable wrapper scripts such as the
ones shown, and you will need to run gunzip
on the .gz
file that you
download.
ACL2_DIR
by your
acl2-sources/
directory path.
#!/bin/sh export ACL2_SYSTEM_BOOKS=ACL2_DIR/books exec "ACL2_DIR/debian-gnu-linux-gcl-saved_acl2.gcl" $*
openmcl-1.0-ppc-acl2/
) with:
tar xvfz openmcl-1.0-ppc-acl2.tgzMove the two resulting files into your
acl2-sources
directory (and
then you may delete the empty directory openmcl-1.0-ppc-acl2/
).
Create a wrapper script, say, openmcl-saved_acl2
, to reside in the
same directory as the two extracted files and as your acl2-sources
directory.
Simply modify the script below: replace both ACL2_DIR
and OPENMCL_DIR
by your acl2-sources/
directory path.
#!/bin/sh export ACL2_SYSTEM_BOOKS=ACL2_DIR/books "OPENMCL_DIR/dppccl" -I "ACL2_DIR/saved_acl2.dppccl" -e "(acl2::acl2-default-restart)" $*
chmod +x openmcl-saved_acl2
).dppccl
was created, from:
http://openmcl.clozure.com/
.
And of course, you can get the ACL2 Version 3.2 sources, used together with
this dppccl
in the creation
of file saved_acl2.dppccl
, from the ACL2 home
page.
openmcl-1.1-darwinx8664-070512-acl2
) with:
tar xvfz openmcl-1.1-darwinx8664-070512-acl2.tgzMove the two resulting files into your
acl2-sources
directory (and
then you may delete the empty directory openmcl-1.1-darwinx8664-070512-acl2
).
Create a wrapper script, say, openmcl-saved_acl2
, to reside in the
same directory as the two extracted files and as your acl2-sources
directory.
Simply modify the script below: replace both ACL2_DIR
and OPENMCL_DIR
by your acl2-sources/
directory path.
#!/bin/sh export ACL2_SYSTEM_BOOKS=ACL2_DIR/books "OPENMCL_DIR/dx86cl64" -I "ACL2_DIR/saved_acl2.dx86cl64" -e "(acl2::acl2-default-restart)" $*
chmod +x openmcl-saved_acl2
).dppccl
was created, from file
openmcl-darwinx8664-snapshot-070512.tar.gz
at:
ftp://clozure.com/pub/testing/
As of this writing, the above file is there; later, you can find it in the
archive/
subdirectory.
And of course, you can get the ACL2 Version 3.2 sources, used together with
this dppccl
in the creation
of file saved_acl2.dx86cl64
, from the ACL2 home
page.
Extract this file (creating subdirectory sbcl-1.0-x86-acl2
) with:
tar xvfz sbcl-1.0-x86-acl2.tgzMove the two resulting files into your
acl2-sources
directory (and
then you may delete the empty directory sbcl-1.0-x86-acl2
).
Create a wrapper script, say, sbcl-saved_acl2
, to reside in the
same directory as the two extracted files and as your acl2-sources
directory.
Simply modify the script below: replace ACL2_DIR
by your acl2-sources/
directory path.
#!/bin/sh export ACL2_SYSTEM_BOOKS=ACL2_DIR/books exec "ACL2_DIR/sbcl" --core "ACL2_DIR/sbcl-saved_acl2.core" --userinit /dev/null --eval '(acl2::sbcl-restart)'
chmod +x sbcl-saved_acl2 chmod +x sbclNote: You can get the SBCL 1.0 sources from which this distributed binary
dppccl
was created, from file
http://heanet.dl.sourceforge.net/sourceforge/sbcl/sbcl-1.0-source.tar.bz2
;
see below for copyright/license info.
And of course, you can get the ACL2 Version 3.2 sources, used together with
this sbcl
binary in the creation
of file sbcl-saved_acl2.core
, from the ACL2 home
page.
License/Copyright info for SBCL 1.0.
File "COPYING
" from the SBCL 1.0 distribution says:
Thus, there are no known obstacles to copying, using, and modifying SBCL freely, as long as copyright notices of MIT, Symbolics, Xerox and Gerd Moellmann are retained.All relevant copyright notices may be found in the SBCL 1.0 sources. We include what we believe is a representative sample here.
acl2.tar.gz
if you download one of these.http://www.macports.org
.