me
/
guix
Archived
1
0
Fork 0

gnu: hypre: Remove obsolete build phase.

* gnu/packages/maths.scm (hypre)[arguments]: Remove obsolete build phase
"set-HOME".
master
Ricardo Wurmus 2020-10-26 21:34:51 +01:00
parent 3ab41ca5e1
commit 6c7a0ffa1a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 6 deletions

View File

@ -4465,12 +4465,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