From unknown Thu Jun 19 14:03:52 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42502 <42502@debbugs.gnu.org> To: bug#42502 <42502@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add sleef. Reply-To: bug#42502 <42502@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:03:52 +0000 retitle 42502 [PATCH] gnu: Add sleef. reassign 42502 guix-patches submitter 42502 Vinicius Monego severity 42502 normal tag 42502 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 23 23:24:39 2020 Received: (at submit) by debbugs.gnu.org; 24 Jul 2020 03:24:40 +0000 Received: from localhost ([127.0.0.1]:46410 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyoK7-0000qK-L5 for submit@debbugs.gnu.org; Thu, 23 Jul 2020 23:24:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:36724) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyoK3-0000q9-D7 for submit@debbugs.gnu.org; Thu, 23 Jul 2020 23:24:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59944) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyoK3-0005Ho-6m for guix-patches@gnu.org; Thu, 23 Jul 2020 23:24:35 -0400 Received: from mout01.posteo.de ([185.67.36.65]:54700) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyoK0-0000oM-Lk for guix-patches@gnu.org; Thu, 23 Jul 2020 23:24:34 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 39BF316005C for ; Fri, 24 Jul 2020 05:24:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1595561070; bh=asNCl594vAueA8ynuA54y7EN9DE8gIJpef4bHjtRttA=; h=From:To:Cc:Subject:Date:From; b=crjXNIq5+gD4vqcb3EBIHLjwkrYnuOdRapcMfZgkPQEihqMLLUy7mLrocJgoCZE01 xR8xtQVDLhl+NsvAtE24Goc1Pxh7Q4aRDGetgenkwifU3KWPCJwYvYKlqKT3GJQQwn yE1/UBTmwUk/5BMjAICE1Kg+8w8p7WzLSewYiG2XTWdeX6dMIfbAlNObUlTKD0WNL6 drnK/x3O68KYqXS20jc6kvEwYBi0j1xAn9B7pCZ/bDarzw9ZxIKdJNn/zMjIKHHlq9 /6MKwBLXScU9mRz/B/uNbU9LFdEqUXxMgZOtLH7UXecu89BIDvBXpbddMJ8bfsT/Xu GCGpTfs7iqA9Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BCZLh3kb2z6tm9; Fri, 24 Jul 2020 05:24:28 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: Add sleef. Date: Fri, 24 Jul 2020 00:24:15 -0300 Message-Id: <20200724032415.27595-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=monego@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/23 23:24:30 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/maths.scm (sleef): New variable. --- gnu/packages/maths.scm | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index e5b336ac3b..b9bf0fc849 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -39,6 +39,7 @@ ;;; Copyright © 2020 Vincent Legoll ;;; Copyright © 2020 Nicolò Balzarotti ;;; Copyright © 2020 B. Wilson +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -511,6 +512,50 @@ differential equations, linear algebra, Fast Fourier Transforms and random numbers.") (license license:gpl3+))) +(define-public sleef + (package + (name "sleef") + (version "3.4.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/shibatch/sleef") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1gvf7cfvszmgjrsqivwmyy1jnp3hy80dmszxx827lhjz8yqq5019")))) + (build-system cmake-build-system) + (arguments + '(#:configure-flags (list "-DCMAKE_BUILD_TYPE=Release" + (string-append "-DCMAKE_INSTALL_LIBDIR=" + (assoc-ref %outputs "out") + "/lib") + (string-append "-DCMAKE_INSTALL_PREFIX=" + (assoc-ref %outputs "out"))) + #:phases + (modify-phases %standard-phases + ;; SLEEF generates a header library during the build process and writes + ;; to it via shell redirection. Make the checkout writable so the + ;; build can succeed. + (add-after 'unpack 'make-git-checkout-writable + (lambda _ + (for-each make-file-writable (find-files ".")) + #t))))) + (inputs + `(("fftw" ,fftw) + ("gmp" ,gmp) + ("mpfr" ,mpfr) + ("openssl" ,openssl))) + (home-page "https://sleef.org/") + (synopsis "SIMD library for evaluating elementary functions and DFT") + (description + "SLEEF (SIMD Library for Evaluating Elementary Functions) is a library that +implements vectorized versions of all C99 real floating point math functions. +It can utilize SIMD instructions that are available on modern processors.") + (license (list license:boost1.0 ;sleef + license:cc-by4.0)))) ;simplex algorithm + (define-public glpk (package (name "glpk") -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 24 00:07:51 2020 Received: (at 42502-done) by debbugs.gnu.org; 24 Jul 2020 04:07:51 +0000 Received: from localhost ([127.0.0.1]:46468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyozv-0001vE-CN for submit@debbugs.gnu.org; Fri, 24 Jul 2020 00:07:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46462) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyozs-0001v2-V0 for 42502-done@debbugs.gnu.org; Fri, 24 Jul 2020 00:07:50 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59462) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyozm-0006a7-Mw; Fri, 24 Jul 2020 00:07:42 -0400 Received: from [2605:6000:1a0d:48fb::e9] (port=58562 helo=lenovo-t430) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jyozl-0004yU-0H; Fri, 24 Jul 2020 00:07:42 -0400 From: Brett Gilio To: Vinicius Monego Subject: Re: [bug#42502] [PATCH] gnu: Add sleef. In-Reply-To: <20200724032415.27595-1-monego@posteo.net> (Vinicius Monego's message of "Fri, 24 Jul 2020 00:24:15 -0300") References: <20200724032415.27595-1-monego@posteo.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Date: Thu, 23 Jul 2020 23:07:47 -0500 Message-ID: <87imed8sj0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42502-done Cc: 42502-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Pushed to master with c1f38577c8a04332b21460fa08bdf0c72093c897. Thanks! From unknown Thu Jun 19 14:03:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 21 Aug 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator