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.1 sources, used together with
this dppccl
in the creation
of file saved_acl2.dppccl
, from the ACL2 home
page.
openmcl-1.1-darwinx8664-061205-acl2
) with:
tar xvfz openmcl-1.1-darwinx8664-061205-acl2.tgzMove the two resulting files into your
acl2-sources
directory (and
then you may delete the empty directory openmcl-1.1-darwinx8664-061205-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/openmcl-1.1pre-saved_acl2.dx86cl64" -e "(acl2::acl2-default-restart)" $*
chmod +x openmcl-saved_acl2
).dppccl
was created, from file
openmcl-darwinx8664-snapshot-061205.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.1 sources, used together with
this dppccl
in the creation
of file saved_acl2.dppccl
, from the ACL2 home
page.
acl2.tar.gz
if you download one of these.http://darwinports.opendarwin.org
.