mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lingeling: Update to 1.0.0.
* gnu/packages/maths.scm (lingeling): Update to 1.0.0. [#:phases]<hard-code-commit>: Adjust accordingly.
This commit is contained in:
parent
857c50d6e0
commit
e2ff842ece
1 changed files with 65 additions and 67 deletions
|
@ -9247,20 +9247,18 @@ symbolic reasoning engines that need to reason about polynomial constraints.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
(define-public lingeling
|
(define-public lingeling
|
||||||
(let ((commit "72d2b13eea5fbd95557a3d0d199cd98dfbdc76ee")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "lingeling")
|
(name "lingeling")
|
||||||
(version (git-version "sc2022" revision commit))
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/arminbiere/lingeling")
|
(url "https://github.com/arminbiere/lingeling")
|
||||||
(commit commit)))
|
(commit (string-append "rel-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16s30x8s2cw6icchwm65zj56ph4qwz6i07g3hwkknvajisvjq85c"))))
|
"0hszkhyni7jcw580f41rrrnwz42x56sqvd8zpcjdagvdiag76lc1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:test-target "test"
|
(list #:test-target "test"
|
||||||
|
@ -9280,7 +9278,7 @@ symbolic reasoning engines that need to reason about polynomial constraints.")
|
||||||
(add-after 'unpack 'hard-code-commit
|
(add-after 'unpack 'hard-code-commit
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "mkconfig.sh"
|
(substitute* "mkconfig.sh"
|
||||||
(("`\\./getgitid`") #$commit))))
|
(("`\\./getgitid`") ""))))
|
||||||
(add-after 'unpack 'patch-source
|
(add-after 'unpack 'patch-source
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* (list "treengeling.c" "lgldimacs.c")
|
(substitute* (list "treengeling.c" "lgldimacs.c")
|
||||||
|
@ -9326,7 +9324,7 @@ symbolic reasoning engines that need to reason about polynomial constraints.")
|
||||||
the sequential @command{lingeling} and its parallel variants
|
the sequential @command{lingeling} and its parallel variants
|
||||||
@command{plingeling} and @command{treengeling}. A bounded model checker is
|
@command{plingeling} and @command{treengeling}. A bounded model checker is
|
||||||
also included.")
|
also included.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public louvain-community
|
(define-public louvain-community
|
||||||
(let ((commit "8cc5382d4844af127b1c1257373740d7e6b76f1e")
|
(let ((commit "8cc5382d4844af127b1c1257373740d7e6b76f1e")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue