gnu: openblas-ilp64: Enable building on all 64bit platforms.
* gnu/packages/maths.scm (openblas-ilp64)[supported-systems]: Mark all 64bit platforms as supported. Change-Id: I3956b0140798842bae23fc5f855f0953ec81b53d
This commit is contained in:
parent
9ff2952a3f
commit
c070c060fd
@ -5204,8 +5204,7 @@ parts of it.")
|
|||||||
(define-public openblas-ilp64
|
(define-public openblas-ilp64
|
||||||
(package/inherit openblas
|
(package/inherit openblas
|
||||||
(name "openblas-ilp64")
|
(name "openblas-ilp64")
|
||||||
(supported-systems '("x86_64-linux" "aarch64-linux" "mips64el-linux"
|
(supported-systems %64bit-supported-systems)
|
||||||
"powerpc64le-linux"))
|
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments openblas)
|
(substitute-keyword-arguments (package-arguments openblas)
|
||||||
((#:make-flags flags #~'())
|
((#:make-flags flags #~'())
|
||||||
|
Loading…
Reference in New Issue
Block a user