~ruther/guix-local

a473d562ffdd745285fa6c82ba9a8d7e421e8bca — Efraim Flashner 2 years ago 2b1ae1c
gnu: openblas-ilp64: Add symbol suffix.

* gnu/packages/maths.scm (openblas-ilp64)[arguments]<#:make-flags>: Add the
symbol '64_' as suffix.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +4 -1
@@ 4635,7 4635,10 @@ parts of it.")
    (arguments
     (substitute-keyword-arguments (package-arguments openblas)
       ((#:make-flags flags #~'())
        #~(append (list "INTERFACE64=1" "LIBNAMESUFFIX=ilp64")
        ;; These should be '64' but julia hardcodes '64_'.
        #~(append (list "INTERFACE64=1"
                        "SYMBOLSUFFIX=64_"
                        "LIBPREFIX=libopenblas64_")
                 #$flags))))
    (synopsis "Optimized BLAS library based on GotoBLAS (ILP64 version)")
    (license license:bsd-3)))