me
/
guix
Archived
1
0
Fork 0

gnu: blis: Provide the CBLAS interface.

* gnu/packages/maths.scm (blis)[arguments]: Add #:configure-flags.
Ludovic Courtès 2023-08-08 15:19:00 +02:00 committed by Ludovic Courtès
parent 5652c2e147
commit 508458de03
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -4723,6 +4723,7 @@ library.")
(build-system gnu-build-system)
(arguments
(list
#:configure-flags #~'("--enable-cblas")
#:modules
'((guix build gnu-build-system)
(guix build utils)