[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/15: gnu: hypre: Remove obsolete build phase.
From: |
guix-commits |
Subject: |
12/15: gnu: hypre: Remove obsolete build phase. |
Date: |
Mon, 26 Oct 2020 17:39:39 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 99ab613de005c9395b8e7e7efdb7366807f66d28
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 26 21:34:51 2020 +0100
gnu: hypre: Remove obsolete build phase.
* gnu/packages/maths.scm (hypre)[arguments]: Remove obsolete build phase
"set-HOME".
---
gnu/packages/maths.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index f7565dd..8797920 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4449,12 +4449,6 @@ set.")
"--with-blas")
#:phases
(modify-phases %standard-phases
- (add-before 'build 'set-HOME
- (lambda _
- ;; FIXME: texlive-union does not find the built
- ;; metafonts, so it tries to generate them in HOME.
- (setenv "HOME" "/tmp")
- #t))
(add-before 'configure 'chdir-src
(lambda _ (chdir "src")))
(replace 'configure
- 03/15: gnu: Add texlive-context., (continued)
- 03/15: gnu: Add texlive-context., guix-commits, 2020/10/26
- 05/15: gnu: texlive-luatex-luaotfload: Use TeX Live sources., guix-commits, 2020/10/26
- 04/15: gnu: Replace texlive-latex-psnfss with texlive-psnfss., guix-commits, 2020/10/26
- 08/15: gnu: Replace texlive-metafont-base with texlive-metafont., guix-commits, 2020/10/26
- 06/15: gnu: texlive-base: Add texlive-cm-super to default set., guix-commits, 2020/10/26
- 09/15: gnu: discrover: Remove obsolete build phase., guix-commits, 2020/10/26
- 11/15: gnu: mit-scheme: Remove obsolete build phase., guix-commits, 2020/10/26
- 10/15: gnu: discrover: Use new texlive package names., guix-commits, 2020/10/26
- 13/15: gnu: gtk-doc: Remove obsolete build phase., guix-commits, 2020/10/26
- 14/15: gnu: sbcl: Remove obsolete build phase., guix-commits, 2020/10/26
- 12/15: gnu: hypre: Remove obsolete build phase.,
guix-commits <=
- 15/15: gnu: Replace texlive-latex-lh with texlive-lh., guix-commits, 2020/10/26
- 07/15: gnu: texlive-metafont-base: Install missing files., guix-commits, 2020/10/26