acl2-sources/
directory and executing:
make regression ACL2=<your_ACL2_script>Additional images may appear on this site from time to time.
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.
NOTE: In some cases, you may be better served by downloading or creating a more recent underlying Lisp executable and then building ACL2 from sources (following the installation instructions).
Here is the wrapper script. Replace ACL2_DIR
by your
acl2-sources/
directory path. For the 64-bit version, replace
``ubuntu'' with ``ubuntu64''.
#!/bin/sh export ACL2_SYSTEM_BOOKS=ACL2_DIR/books exec "ACL2_DIR/ubuntu-linux-gcl-saved_acl2.gcl" $*
Obtain one of the following files, according to whether you have a PowerPC Macintosh or an Intel Macintosh.
Now extract your file with one of the following two commands (for
PowerPC and Intel Mac, respectively), which will create a subdirectory
of the same name but without the >.tgz
extension.
tar xvfz ccl-1.2-darwinppc-acl2.tgz tar xvfz ccl-1.2-darwinx8664-acl2.tgzThe new subdirectory will have one file. Move that file into your
acl2-sources/
directory (and then you may delete the
empty subdirectory).
Now execute the following commands to create a ccl/
directory for CCL and download CCL Version 1.2. Below, we write
CCL_DIR for a directory, such as /Users/joe/ccl-releases
,
under which you will keep your CCL
releases. The last
command is shown in two flavors: Pick the first for a PowerPC Mac and
the second for an Intel Mac.
mkdir CCL_DIR mkdir CCL_DIR/1.2 cd CCL_DIR/1.2/ # Pick on (PowerPC or Intel): svn co http://svn.clozure.com/publicsvn/openmcl/release/1.2/darwinppc/ccl svn co http://svn.clozure.com/publicsvn/openmcl/release/1.2/darwinx8664/ccl
ccl
, for invoking CCL, to
reside in any directory you choose. Simply modify the script below,
appropriately replacing CCL_DIR
.
#!/bin/sh export CCL_DEFAULT_DIRECTORY=CCL_DIR/1.2/ccl CCL_DIR/1.2/ccl/scripts/openmcl $*
saved_acl2
in your
acl2-sources
directory, by modifying the script below,
replacing ACL2_DIR
by your acl2-sources/
directory path and appropriately replacing CCL_DIR
as
above.dppccl
with dx86cl64
#!/bin/sh export CCL_DEFAULT_DIRECTORY="CCL_DIR/1.2/ccl" exec "CCL_DIR/1.2/ccl/dppccl" -I "ACL2_DIR/saved_acl2.dppccl" -e "(acl2::acl2-default-restart)" $*
chmod
+x ccl-saved_acl2
).
Now certify books by runningmake regression
in your
acl2-sources/
directory.
acl2.tar.gz
if you download one of these.
WARNING: Some of these packages might be for old version of ACL2. We recommend that you use the latest version of ACL2 (Version 3.4).
http://www.macports.org
.