summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm30
1 files changed, 0 insertions, 30 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c029d38038b..659014ff282 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -9846,36 +9846,6 @@ generic reader and writer API.")
9846 (license (list license:expat 9846 (license (list license:expat
9847 license:bsd-3)))) ; blif2aig 9847 license:bsd-3)))) ; blif2aig
9848 9848
9849(define-public btor2tools
9850 (let ((commit "fb69ee3b95e8baa5f0a9a6b0b19ee8beaad52932")
9851 (revision "2"))
9852 (package
9853 (name "btor2tools")
9854 (version (git-version "1.0.0-pre" revision commit))
9855 (source (origin
9856 (method git-fetch)
9857 (uri (git-reference
9858 (url "https://github.com/Boolector/btor2tools")
9859 (commit commit)))
9860 (file-name (git-file-name name version))
9861 (sha256
9862 (base32
9863 "1vxgcjgs90ywvclp1dvk0j202fcfdp0sjzxjrzsx0v96a2frq02p"))))
9864 (build-system cmake-build-system)
9865 (arguments
9866 (list #:out-of-source? #f
9867 #:phases
9868 #~(modify-phases %standard-phases
9869 (replace 'check
9870 (lambda* (#:key tests? #:allow-other-keys)
9871 (when tests?
9872 (invoke "sh" "test/runtests.sh")))))))
9873 (home-page "https://boolector.github.io")
9874 (synopsis "Parser for BTOR2 format")
9875 (description "This package provides a parser for the BTOR2 format used by
9876Boolector.")
9877 (license license:lgpl3+))))
9878
9879(define-public cudd 9849(define-public cudd
9880 (package 9850 (package
9881 (name "cudd") 9851 (name "cudd")