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>master
parent
05b5f56f2d
commit
e2dd1cb536
|
@ -2152,7 +2152,7 @@ the resulting text.")
|
|||
;; 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
|
||||
|
|
Reference in New Issue