* [PATCH] gnu: octave: Update to 4.0.2.
@ 2016-05-18 0:41 Kei Kebreau
2016-05-18 2:43 ` David Pirotte
2016-05-19 1:35 ` Efraim Flashner
0 siblings, 2 replies; 5+ messages in thread
From: Kei Kebreau @ 2016-05-18 0:41 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1.1: Type: text/plain, Size: 125 bytes --]
Small update for GNU Octave. Hopefully in the future we can include the
GUI.
--
Kei (GPG Key: 4096R/E6A5EE3C19467A0D)
[-- Attachment #1.2: 0001-gnu-octave-Update-to-4.0.2.patch --]
[-- Type: text/plain, Size: 2641 bytes --]
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
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: octave: Update to 4.0.2.
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-19 1:35 ` Efraim Flashner
1 sibling, 1 reply; 5+ messages in thread
From: David Pirotte @ 2016-05-18 2:43 UTC (permalink / raw)
To: Kei Kebreau; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 687 bytes --]
Hello,
> Small update for GNU Octave. Hopefully in the future we can include the
> GUI.
I'm not a guix developer, neither a guix user yet, but I follow #guix and
this list, to get prepared :) and read good advice and good guile
scheme techniques...
So, starting with version 4.0.x, octave _does_ include a GUI by default, and it
launches itself using this GUI by default [which is a terrible shame afaic, but
that's not the opinion of the octave developers].
So the GUI is in your package, and people who would want to use octave the good old
way, in a terminal or in emacs inferior mode much launch it with the --no-gui option.
Hope this info is useful,
David
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: octave: Update to 4.0.2.
2016-05-18 2:43 ` David Pirotte
@ 2016-05-18 17:23 ` Efraim Flashner
2016-05-18 19:31 ` David Pirotte
0 siblings, 1 reply; 5+ messages in thread
From: Efraim Flashner @ 2016-05-18 17:23 UTC (permalink / raw)
To: David Pirotte; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1143 bytes --]
On Tue, May 17, 2016 at 11:43:01PM -0300, David Pirotte wrote:
> Hello,
>
> > Small update for GNU Octave. Hopefully in the future we can include the
> > GUI.
>
> I'm not a guix developer, neither a guix user yet, but I follow #guix and
> this list, to get prepared :) and read good advice and good guile
> scheme techniques...
>
> So, starting with version 4.0.x, octave _does_ include a GUI by default, and it
> launches itself using this GUI by default [which is a terrible shame afaic, but
> that's not the opinion of the octave developers].
>
> So the GUI is in your package, and people who would want to use octave the good old
> way, in a terminal or in emacs inferior mode much launch it with the --no-gui option.
>
> Hope this info is useful,
> David
What toolchain do they use to build the GUI? There isn't anything listed
in the inputs like gtk+-2 (as seems standard for GNU projects).
--
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 --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: octave: Update to 4.0.2.
2016-05-18 0:41 [PATCH] gnu: octave: Update to 4.0.2 Kei Kebreau
2016-05-18 2:43 ` David Pirotte
@ 2016-05-19 1:35 ` Efraim Flashner
1 sibling, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2016-05-19 1:35 UTC (permalink / raw)
To: Kei Kebreau; +Cc: guix-devel
[-- 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 --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-05-19 1:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).