summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-05-30 00:51:22 +0000
committerMark Wright <gienah@gentoo.org>2012-05-30 00:51:22 +0000
commite94320903bdb9f2408adc5bde37a36e4dbf787f5 (patch)
treedf2a31d052c2755d34dd04085918f46ad940a6ee /sci-mathematics/cvc3/files
parentkeyword ~x86-fbsd (diff)
downloadgentoo-2-e94320903bdb9f2408adc5bde37a36e4dbf787f5.tar.gz
gentoo-2-e94320903bdb9f2408adc5bde37a36e4dbf787f5.tar.bz2
gentoo-2-e94320903bdb9f2408adc5bde37a36e4dbf787f5.zip
Add CVC3 automatic theorem prover, with optional Isabelle/HOL integration.
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/cvc3/files')
-rw-r--r--sci-mathematics/cvc3/files/50cvc3-gentoo.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/sci-mathematics/cvc3/files/50cvc3-gentoo.el b/sci-mathematics/cvc3/files/50cvc3-gentoo.el
new file mode 100644
index 000000000000..2c8b4011acbd
--- /dev/null
+++ b/sci-mathematics/cvc3/files/50cvc3-gentoo.el
@@ -0,0 +1,5 @@
+;;; teyjus site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(add-to-list 'auto-mode-alist '("\\.cvc\\'" . cvc-mode))
+(autoload 'cvc-mode "cvc-mode" "CVC specifications editing mode." t)