/usr/share/acl2-6.5/books/cgen/cert.acl2 is in acl2-books-source 6.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | (ld "package.lsp")
(include-book "std/portcullis" :dir :system)
; Added by Matt K., 9/28/2013, because defdata ultimately invokes
; with-local-state, which an error message says is disallowed with
; parallelism enabled.
(set-parallel-execution nil)
; Added by Jared, justified by ACL2_COMPILE_FLG setting in Makefile
; cert-flags: ? t :ttags :all
|