gnu: blis: Add deprecated aliases.
Add deprecated aliases for packages removed in the parent commit. * gnu/packages/maths.scm (blis-sandybridge, blis-haswell, blis-knl): New variables.
This commit is contained in:
parent
969adb235e
commit
f67663d669
@ -3925,6 +3925,10 @@ it also includes a BLAS compatibility layer which gives application developers
|
||||
access to BLIS implementations via traditional BLAS routine calls.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public blis-sandybridge (deprecated-package "blis-sandybridge" blis))
|
||||
(define-public blis-haswell (deprecated-package "blis-haswell" blis))
|
||||
(define-public blis-knl (deprecated-package "blis-knl" blis))
|
||||
|
||||
(define ignorance blis)
|
||||
|
||||
(define-public openlibm
|
||||
|
Loading…
Reference in New Issue
Block a user