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.")
|
"The package provides a source of BLAS and LAPACK via Netlib.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-intel-mkl-tool-0.1
|
;(define-public rust-intel-mkl-tool-0.1
|
||||||
(package
|
; (package
|
||||||
(name "rust-intel-mkl-tool")
|
; (name "rust-intel-mkl-tool")
|
||||||
(version "0.1.0")
|
; (version "0.1.0")
|
||||||
(source
|
; (source
|
||||||
(origin
|
; (origin
|
||||||
(method url-fetch)
|
; (method url-fetch)
|
||||||
(uri (crate-uri "intel-mkl-tool" version))
|
; (uri (crate-uri "intel-mkl-tool" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
; (file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
; (sha256
|
||||||
(base32 "1myyrxvmyij4c60w9x15npwzhlbjm8y8c94lvfsnrl5pbyakz8md"))))
|
; (base32 "1myyrxvmyij4c60w9x15npwzhlbjm8y8c94lvfsnrl5pbyakz8md"))))
|
||||||
(build-system cargo-build-system)
|
; (build-system cargo-build-system)
|
||||||
(arguments
|
; (arguments
|
||||||
`(#:skip-build?
|
; `(#:skip-build?
|
||||||
#t
|
; #t
|
||||||
#:cargo-inputs
|
; #:cargo-inputs
|
||||||
(("rust-curl" ,rust-curl-0.4)
|
; (("rust-curl" ,rust-curl-0.4)
|
||||||
("rust-dirs" ,rust-dirs-2)
|
; ("rust-dirs" ,rust-dirs-2)
|
||||||
("rust-env-logger" ,rust-env-logger-0.7)
|
; ("rust-env-logger" ,rust-env-logger-0.7)
|
||||||
("rust-failure" ,rust-failure-0.1)
|
; ("rust-failure" ,rust-failure-0.1)
|
||||||
("rust-glob" ,rust-glob-0.3)
|
; ("rust-glob" ,rust-glob-0.3)
|
||||||
("rust-log" ,rust-log-0.4)
|
; ("rust-log" ,rust-log-0.4)
|
||||||
("rust-pkg-config" ,rust-pkg-config-0.3)
|
; ("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||||
("rust-structopt" ,rust-structopt-0.3)
|
; ("rust-structopt" ,rust-structopt-0.3)
|
||||||
("rust-tar" ,rust-tar-0.4)
|
; ("rust-tar" ,rust-tar-0.4)
|
||||||
("rust-zstd" ,rust-zstd))))
|
; ("rust-zstd" ,rust-zstd))))
|
||||||
(home-page "https://github.com/rust-math/intel-mkl-src")
|
; (home-page "https://github.com/rust-math/intel-mkl-src")
|
||||||
(synopsis "CLI utility for redistributiing Intel(R) MKL")
|
; (synopsis "CLI utility for redistributiing Intel(R) MKL")
|
||||||
(description "CLI utility for redistributiing Intel(R) MKL")
|
; (description "CLI utility for redistributiing Intel(R) MKL")
|
||||||
(license license:expat)))
|
; (license license:expat)))
|
||||||
|
|
||||||
(define-public rust-intel-mkl-src-0.5
|
(define-public rust-intel-mkl-src-0.5
|
||||||
(package
|
(package
|
||||||
|
@ -4236,5 +4236,3 @@ strings (> 1 billion is possible).")
|
||||||
"coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform)
|
"coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform)
|
||||||
utils, written in Rust")
|
utils, written in Rust")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
rust-coreutils-0.0.12
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue