GNU bug report logs -
#73200
[PATCH] gnu: sleef: Update to 3.6.1.
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Thu, 12 Sep 2024 15:31:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73200: [PATCH] gnu: sleef: Update to 3.6.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73200 <at> debbugs.gnu.org.
--
73200: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73200
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Patch applied
--
Efraim Flashner <efraim <at> flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/maths.scm (sleef): Update to 3.6.1.
[arguments]: Set build-type to release. Update configure-flags to only
set building a shared library.
[inputs]: Remove openssl-1.1. Add mpfr, openssl.
Change-Id: I3dab4b84a755a49f187e93e684e85659af0e2a49
---
gnu/packages/maths.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a0cc0788caf..9a08e78d56b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2015–2024 Ricardo Wurmus <rekado <at> elephly.net>
;;; Copyright © 2015 Sou Bunnbu <iyzsong <at> gmail.com>
;;; Copyright © 2015, 2018 Mark H Weaver <mhw <at> netris.org>
-;;; Copyright © 2015-2023 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2015-2024 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2015 Fabian Harfert <fhmgufs <at> web.de>
;;; Copyright © 2016 Roel Janssen <roel <at> gnu.org>
;;; Copyright © 2016, 2018, 2020, 2021 Kei Kebreau <kkebreau <at> posteo.net>
@@ -812,7 +812,7 @@ (define-public gsl
(define-public sleef
(package
(name "sleef")
- (version "3.5.1")
+ (version "3.6.1")
(source
(origin
(method git-fetch)
@@ -821,17 +821,15 @@ (define-public sleef
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1jybqrl2dvjxzg30xrhh847s375n2jr1pix644wi6hb5wh5mx3f7"))))
+ (base32 "14y1zf621zp0333vs29pc7pcc31gsrrs3q49b6qmd1kz6c7a7fp2"))))
(build-system cmake-build-system)
(arguments
(list
+ #:build-type "Release"
#:configure-flags
- #~(list "-DCMAKE_BUILD_TYPE=Release"
- (string-append "-DCMAKE_INSTALL_LIBDIR=" #$output "/lib")
- (string-append "-DCMAKE_INSTALL_PREFIX=" #$output))))
- ;; XXX: Removed mpfr because of https://github.com/shibatch/sleef/issues/458
+ #~(list "-DSLEEF_BUILD_SHARED_LIBS=ON")))
(inputs
- (list fftw gmp openssl-1.1))
+ (list fftw gmp mpfr openssl))
(home-page "https://sleef.org/")
(synopsis "SIMD library for evaluating elementary functions and DFT")
(description
base-commit: d4869b7e43d823bccc8f6d81dd9f5d2c13cb8f25
--
Efraim Flashner <efraim <at> flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
This bug report was last modified 284 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.