summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-15 15:46:23 +0200
committerMarius Bakke <marius@gnu.org>2021-05-22 17:08:13 +0200
commitf20de6161bc0e83800e6f112994186ca20bd6b71 (patch)
treebcf098e5c9260ba4376671f9eb23768ca6095329 /gnu/packages/maths.scm
parenta5c6bd38c15b79c0ad59f3d9545d9a3b713b5575 (diff)
downloadguix-patches-f20de6161bc0e83800e6f112994186ca20bd6b71.tar
guix-patches-f20de6161bc0e83800e6f112994186ca20bd6b71.tar.gz
gnu: ATLAS: Fix build with GCC 10.
* gnu/packages/patches/atlas-gfortran-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/maths.scm (atlas)[source](patches): New field.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 91f1cd6126..8c11825c34 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4114,6 +4114,7 @@ packages.")
(method url-fetch)
(uri (string-append "mirror://sourceforge/math-atlas/Stable/"
version "/atlas" version ".tar.bz2"))
+ (patches (search-patches "atlas-gfortran-compat.patch"))
(sha256
(base32
"1dyjlq3fiparvm8ypwk6rsmjzmnwk81l88gkishphpvc79ryp216"))))