mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: rust-cblas-sys-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-cblas-sys-0.1)[arguments]: Skip build. Add rust-libc-0.2 to cargo-inputs. [properties]: Remove field.
This commit is contained in:
parent
b443e04528
commit
ffbefd8f91
1 changed files with 3 additions and 1 deletions
|
@ -1077,11 +1077,13 @@ (define-public rust-cblas-sys-0.1
|
||||||
(base32
|
(base32
|
||||||
"0rgsn3klhhh09d8qf3b87zl4rwk93l2g0qzh9hhb0lff5kcfrzmn"))))
|
"0rgsn3klhhh09d8qf3b87zl4rwk93l2g0qzh9hhb0lff5kcfrzmn"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
|
||||||
(home-page "https://github.com/blas-lapack-rs/cblas-sys")
|
(home-page "https://github.com/blas-lapack-rs/cblas-sys")
|
||||||
(synopsis "Bindings to CBLAS (C)")
|
(synopsis "Bindings to CBLAS (C)")
|
||||||
(description
|
(description
|
||||||
"The package provides bindings to CBLAS (C).")
|
"The package provides bindings to CBLAS (C).")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue