mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: itpp: Switch to openblas.
* gnu/packages/maths.scm (itpp): Switch input dependency from lapack to openblas. Change-Id: I42606d5ed379093a076790d2b300dfa96f18d2ea Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
05b5f56f2d
commit
e2dd1cb536
1 changed files with 1 additions and 1 deletions
|
@ -2152,7 +2152,7 @@ (define-public itpp
|
|||
;; SOURCE_DATE_EPOCH
|
||||
(lambda _
|
||||
(setenv "FORCE_SOURCE_DATE" "1"))))))
|
||||
(inputs (list lapack fftw))
|
||||
(inputs (list openblas fftw))
|
||||
;; FIXME: Even though the fonts are available dvips complains:
|
||||
;; "Font cmmi10 not found; characters will be left blank."
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue