diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-10-23 13:54:20 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-11-27 18:50:16 +0100 |
| commit | e4c8f01dafd9e64edd40f42ef77c289ee1bf99f6 (patch) | |
| tree | 6305a0e2c8139ddee3038c1694016a20b9a2aaf7 /gnu/packages | |
| parent | 1ddfcfdc9601e5428250801d2223d1bb23fbe938 (diff) | |
gnu: libpoly: Update to 0.2.0.
* gnu/packages/maths.scm (libpoly): Update to 0.2.0.
[native-inputs]: Add python-minimal-wrapper.
[arguments]: Remove #:configure-flags.
Change-Id: Ib920e643fa5f8eea387ed802c137a67410a8dbfa
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/maths.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 414a24c97f7..538e230634d 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -10004,7 +10004,7 @@ diagrams.") (define-public libpoly (package (name "libpoly") - (version "0.1.12") + (version "0.2.0") (source (origin (method git-fetch) (uri (git-reference @@ -10013,11 +10013,11 @@ diagrams.") (file-name (git-file-name name version)) (sha256 (base32 - "1cgdj7mxjyq4r2n852nxqacml90jm9irbvv27an0fmg7q4v1p2kb")))) + "0vwdffmff3widzj8x1pjvpw48s7h1y1pm8cad3zscmg2hzaqwkc0")))) (build-system cmake-build-system) - (arguments - (list #:configure-flags #~(list "-DLIBPOLY_BUILD_PYTHON_API=off"))) (inputs (list gmp)) + (native-inputs + (list python-minimal-wrapper)) (home-page "https://github.com/SRI-CSL/libpoly") (synopsis "Manipulate polynomials") (description "LibPoly is a C library for manipulating polynomials to support |
