aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/maths.scm
diff options
context:
space:
mode:
authorEfraim Flashner2019-10-04 05:36:41 -0500
committerEfraim Flashner2019-10-04 05:36:41 -0500
commita340ec65f43eb269d86e580ae1f76346a9c01465 (patch)
treecb240f746d4c0bef660a77efa06fb61327f9fe96 /gn/packages/maths.scm
parente2b5b4d28859be659a5c51fe3286583097ae0b75 (diff)
downloadguix-bioinformatics-a340ec65f43eb269d86e580ae1f76346a9c01465.tar.gz
gnu: octave@3.4.3: Build with gcc-5.
This is in preparation of the core-updates merge, with the default GCC switching to gcc-7. * gn/packages/maths.scm (octave@3.4.3)[native-inputs]: Add gcc-5.
Diffstat (limited to 'gn/packages/maths.scm')
-rw-r--r--gn/packages/maths.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/maths.scm b/gn/packages/maths.scm
index df28261..9e15400 100644
--- a/gn/packages/maths.scm
+++ b/gn/packages/maths.scm
@@ -3,6 +3,7 @@
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix utils)
+ #:use-module (gnu packages gcc)
#:use-module (gnu packages gperf)
#:use-module (gnu packages maths)
#:use-module (gnu packages texinfo)
@@ -54,6 +55,7 @@
#t))))))
(native-inputs
`(("gnulib" ,(package-source gnulib))
+ ("gcc-5" ,gcc-5)
,@(fold alist-delete (package-native-inputs octave-cli)
'("lzip"))))
(inputs