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:
Romain GARBAGE 2024-03-11 12:06:51 +01:00 committed by Ludovic Courtès
parent 05b5f56f2d
commit e2dd1cb536
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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