[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73551] [PATCH 1/8] gnu: scasp: Update to 1.1.4.
From: |
Liliana Marie Prikler |
Subject: |
[bug#73551] [PATCH 1/8] gnu: scasp: Update to 1.1.4. |
Date: |
Wed, 25 Sep 2024 21:03:03 +0200 |
* gnu/packages/maths.scm (scasp): Update to 1.1.4.
---
gnu/packages/maths.scm | 62 ++++++++++++++++++++----------------------
1 file changed, 30 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5f47d5e390..581608d94d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2912,39 +2912,37 @@ (define-public libflame
(license license:bsd-3))))
(define-public scasp
- (let ((commit "89a427aa04ec6346425a40111c99b310901ffe51")
- (revision "1"))
- (package
- (name "scasp")
- (version (git-version "0.21.11.26" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/SWI-Prolog/sCASP")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1ijqv9xr3imrdmz6nq7zqwsmmaxn638icig19m8900m7mjfpizs4"))))
- (build-system copy-build-system)
- (arguments
- (list
- #:install-plan #~`(("scasp" "bin/")
- ("prolog" "lib/swipl/library"))
- #:modules `((guix build copy-build-system)
- ((guix build gnu-build-system) #:prefix gnu:)
- (guix build utils)
- (ice-9 regex))
- #:phases
- #~(modify-phases %standard-phases
- (add-before 'install 'build (assoc-ref gnu:%standard-phases
'build))
- (add-after 'build 'check (assoc-ref gnu:%standard-phases
'check)))))
- (native-inputs (list swi-prolog))
- (home-page "https://github.com/SWI-Prolog/sCASP")
- (synopsis "Interpreter for ASP programs with constraints")
- (description "@code{s(CASP)} is a top-down interpreter for ASP programs
+ (package
+ (name "scasp")
+ (version "1.1.4")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/SWI-Prolog/sCASP")
+ (commit (string-append "V" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1m4fs1ywich9cwj55miqp5zxs7c1fw9wvy7lcj5rkrgcanks5qk4"))))
+ (build-system copy-build-system)
+ (arguments
+ (list
+ #:install-plan #~`(("scasp" "bin/")
+ ("prolog" "lib/swipl/library"))
+ #:modules `((guix build copy-build-system)
+ ((guix build gnu-build-system) #:prefix gnu:)
+ (guix build utils)
+ (ice-9 regex))
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'install 'build (assoc-ref gnu:%standard-phases 'build))
+ (add-after 'build 'check (assoc-ref gnu:%standard-phases 'check)))))
+ (native-inputs (list swi-prolog))
+ (home-page "https://github.com/SWI-Prolog/sCASP")
+ (synopsis "Interpreter for ASP programs with constraints")
+ (description "@code{s(CASP)} is a top-down interpreter for ASP programs
with constraints.")
- (license license:asl2.0))))
+ (license license:asl2.0)))
(define-public ceres
(package
--
2.46.0
- [bug#73551] [PATCH 0/8] Update some SAT/ASP solvers, Liliana Marie Prikler, 2024/09/29
- [bug#73551] [PATCH 5/8] gnu: Add cadical., Liliana Marie Prikler, 2024/09/29
- [bug#73551] [PATCH 8/8] gnu: cryptominisat: Update to 5.11.22., Liliana Marie Prikler, 2024/09/29
- [bug#73551] [PATCH 7/8] gnu: Add cadiback-for-cryptominisat., Liliana Marie Prikler, 2024/09/29
- [bug#73551] [PATCH 6/8] gnu: Add cadiback., Liliana Marie Prikler, 2024/09/29
- [bug#73551] [PATCH 2/8] gnu: kissat: Update to 4.0.1., Liliana Marie Prikler, 2024/09/29
- [bug#73551] [PATCH 1/8] gnu: scasp: Update to 1.1.4.,
Liliana Marie Prikler <=
- [bug#73551] [PATCH 3/8] gnu: z3: Update to 4.13.0., Liliana Marie Prikler, 2024/09/29
- [bug#73551] [PATCH 4/8] gnu: lingeling: Update to 1.0.0., Liliana Marie Prikler, 2024/09/29