mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: hypre: Remove obsolete build phase.
* gnu/packages/maths.scm (hypre)[arguments]: Remove obsolete build phase "set-HOME".
This commit is contained in:
parent
3ab41ca5e1
commit
6c7a0ffa1a
1 changed files with 0 additions and 6 deletions
|
@ -4465,12 +4465,6 @@ (define-public hypre
|
||||||
"--with-blas")
|
"--with-blas")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-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
|
(add-before 'configure 'chdir-src
|
||||||
(lambda _ (chdir "src")))
|
(lambda _ (chdir "src")))
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Loading…
Reference in a new issue