mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
removing rust-zstd See merge request glicid-public/guix-glicid!111
This commit is contained in:
commit
ee6faec076
1 changed files with 30 additions and 32 deletions
|
@ -3753,36 +3753,36 @@ system")
|
|||
"The package provides a source of BLAS and LAPACK via Netlib.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-intel-mkl-tool-0.1
|
||||
(package
|
||||
(name "rust-intel-mkl-tool")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "intel-mkl-tool" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1myyrxvmyij4c60w9x15npwzhlbjm8y8c94lvfsnrl5pbyakz8md"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build?
|
||||
#t
|
||||
#:cargo-inputs
|
||||
(("rust-curl" ,rust-curl-0.4)
|
||||
("rust-dirs" ,rust-dirs-2)
|
||||
("rust-env-logger" ,rust-env-logger-0.7)
|
||||
("rust-failure" ,rust-failure-0.1)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||
("rust-structopt" ,rust-structopt-0.3)
|
||||
("rust-tar" ,rust-tar-0.4)
|
||||
("rust-zstd" ,rust-zstd))))
|
||||
(home-page "https://github.com/rust-math/intel-mkl-src")
|
||||
(synopsis "CLI utility for redistributiing Intel(R) MKL")
|
||||
(description "CLI utility for redistributiing Intel(R) MKL")
|
||||
(license license:expat)))
|
||||
;(define-public rust-intel-mkl-tool-0.1
|
||||
; (package
|
||||
; (name "rust-intel-mkl-tool")
|
||||
; (version "0.1.0")
|
||||
; (source
|
||||
; (origin
|
||||
; (method url-fetch)
|
||||
; (uri (crate-uri "intel-mkl-tool" version))
|
||||
; (file-name (string-append name "-" version ".tar.gz"))
|
||||
; (sha256
|
||||
; (base32 "1myyrxvmyij4c60w9x15npwzhlbjm8y8c94lvfsnrl5pbyakz8md"))))
|
||||
; (build-system cargo-build-system)
|
||||
; (arguments
|
||||
; `(#:skip-build?
|
||||
; #t
|
||||
; #:cargo-inputs
|
||||
; (("rust-curl" ,rust-curl-0.4)
|
||||
; ("rust-dirs" ,rust-dirs-2)
|
||||
; ("rust-env-logger" ,rust-env-logger-0.7)
|
||||
; ("rust-failure" ,rust-failure-0.1)
|
||||
; ("rust-glob" ,rust-glob-0.3)
|
||||
; ("rust-log" ,rust-log-0.4)
|
||||
; ("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||
; ("rust-structopt" ,rust-structopt-0.3)
|
||||
; ("rust-tar" ,rust-tar-0.4)
|
||||
; ("rust-zstd" ,rust-zstd))))
|
||||
; (home-page "https://github.com/rust-math/intel-mkl-src")
|
||||
; (synopsis "CLI utility for redistributiing Intel(R) MKL")
|
||||
; (description "CLI utility for redistributiing Intel(R) MKL")
|
||||
; (license license:expat)))
|
||||
|
||||
(define-public rust-intel-mkl-src-0.5
|
||||
(package
|
||||
|
@ -4236,5 +4236,3 @@ strings (> 1 billion is possible).")
|
|||
"coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform)
|
||||
utils, written in Rust")
|
||||
(license license:expat)))
|
||||
|
||||
rust-coreutils-0.0.12
|
||||
|
|
Loading…
Add table
Reference in a new issue