From: Efraim Flashner <efraim@flashner.co.il>
To: Kei Kebreau <kei@openmailbox.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: octave: Update to 4.0.2.
Date: Thu, 19 May 2016 04:35:57 +0300 [thread overview]
Message-ID: <20160519013557.GC14019@debian-netbook> (raw)
In-Reply-To: <20160517204146.0407b6f7@openmailbox.org>
[-- Attachment #1: Type: text/plain, Size: 3295 bytes --]
On Tue, May 17, 2016 at 08:41:46PM -0400, Kei Kebreau wrote:
> Small update for GNU Octave. Hopefully in the future we can include the
> GUI.
Looks good!
Pushed in commit b7b27a8f28746a488eeee489c71053059dc5a8dc
>
> --
> Kei (GPG Key: 4096R/E6A5EE3C19467A0D)
> From 278409313dbb4567e68bb9a20c7831d17dbc5353 Mon Sep 17 00:00:00 2001
> From: Kei Yamashita <kei@openmailbox.org>
> Date: Tue, 17 May 2016 20:36:17 -0400
> Subject: [PATCH] gnu: octave: Update to 4.0.2.
>
> * gnu/packages/maths.scm (octave): Update to 4.0.2.
> ---
> gnu/packages/maths.scm | 9 +++++++--
> 1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
> index a794118..32e72ab 100644
> --- a/gnu/packages/maths.scm
> +++ b/gnu/packages/maths.scm
> @@ -11,6 +11,7 @@
> ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
> ;;; Copyright © 2015 Fabian Harfert <fhmgufs@web.de>
> ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
> +;;; Copyright © 2016 Kei Kebreau <kei@openmailbox.org>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -46,6 +47,7 @@
> #:use-module (gnu packages cmake)
> #:use-module (gnu packages compression)
> #:use-module (gnu packages curl)
> + #:use-module (gnu packages cyrus-sasl)
> #:use-module (gnu packages documentation)
> #:use-module (gnu packages elf)
> #:use-module (gnu packages flex)
> @@ -79,6 +81,7 @@
> #:use-module (gnu packages tcl)
> #:use-module (gnu packages texinfo)
> #:use-module (gnu packages texlive)
> + #:use-module (gnu packages tls)
> #:use-module (gnu packages wxwidgets)
> #:use-module (gnu packages xml)
> #:use-module (gnu packages zip)
> @@ -583,7 +586,7 @@ online as well as original implementations of various other algorithms.")
> (define-public octave
> (package
> (name "octave")
> - (version "4.0.0")
> + (version "4.0.2")
> (source
> (origin
> (method url-fetch)
> @@ -591,7 +594,7 @@ online as well as original implementations of various other algorithms.")
> version ".tar.gz"))
> (sha256
> (base32
> - "101jr9yck798586jz4vkjcgk36zksmxf1pxrzvipgn2xgyay0zjc"))))
> + "1hdxap3j88rpqjimnfhinym6z73wdi5dfa6fv85c13r1dk9qzk9r"))))
> (build-system gnu-build-system)
> (inputs
> `(("lapack" ,lapack)
> @@ -602,6 +605,7 @@ online as well as original implementations of various other algorithms.")
> ("arpack" ,arpack-ng)
> ("curl" ,curl)
> ("pcre" ,pcre)
> + ("cyrus-sasl" ,cyrus-sasl)
> ("fltk" ,fltk)
> ("fontconfig" ,fontconfig)
> ("freetype" ,freetype)
> @@ -609,6 +613,7 @@ online as well as original implementations of various other algorithms.")
> ("libxft" ,libxft)
> ("mesa" ,mesa)
> ("glu" ,glu)
> + ("openssl" ,openssl)
> ("zlib" ,zlib)))
> (native-inputs
> `(("gfortran" ,gfortran)
> --
> 2.7.4
>
--
Efraim Flashner <efraim@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-05-19 1:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-18 0:41 [PATCH] gnu: octave: Update to 4.0.2 Kei Kebreau
2016-05-18 2:43 ` David Pirotte
2016-05-18 17:23 ` Efraim Flashner
2016-05-18 19:31 ` David Pirotte
2016-05-19 1:35 ` Efraim Flashner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160519013557.GC14019@debian-netbook \
--to=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
--cc=kei@openmailbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.