GNU bug report logs -
#69697
[PATCH 2/7] gnu: Add rust-mimalloc-0.1.
Previous Next
Reported by: muradm <mail <at> muradm.net>
Date: Sun, 10 Mar 2024 07:32:03 UTC
Severity: normal
Tags: patch
Done: muradm <mail <at> muradm.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69697 in the body.
You can then email your comments to 69697 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
efraim <at> flashner.co.il, guix-patches <at> gnu.org
:
bug#69697
; Package
guix-patches
.
(Sun, 10 Mar 2024 07:32:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
muradm <mail <at> muradm.net>
:
New bug report received and forwarded. Copy sent to
efraim <at> flashner.co.il, guix-patches <at> gnu.org
.
(Sun, 10 Mar 2024 07:32:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-mimalloc-0.1): New variable.
Change-Id: I87a05568b40145233acddf07e6dcfd4b5b8a7766
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1e828257b6..09625aa52f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37806,6 +37806,25 @@ (define-public rust-migrations-macros-1
embedded migrations.")
(license (list license:expat license:asl2.0))))
+(define-public rust-mimalloc-0.1
+ (package
+ (name "rust-mimalloc")
+ (version "0.1.39")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "mimalloc" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "176w9gf5qxs07kd2q39f0k25rzmp4kyx5r13wc8sk052bqmr40gs"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-libmimalloc-sys" ,rust-libmimalloc-sys-0.1))))
+ (home-page "https://github.com/purpleprotocol/mimalloc_rust")
+ (synopsis "Performance and security oriented drop-in allocator")
+ (description "Performance and security oriented drop-in allocator")
+ (license license:expat)))
+
(define-public rust-mimalloc-rust-0.1
(package
(name "rust-mimalloc-rust")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69697
; Package
guix-patches
.
(Sun, 10 Mar 2024 07:56:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
close 69697
muradm <mail <at> muradm.net> writes:
> * gnu/packages/crates-io.scm (rust-mimalloc-0.1): New variable.
>
> Change-Id: I87a05568b40145233acddf07e6dcfd4b5b8a7766
> ---
> gnu/packages/crates-io.scm | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm
> b/gnu/packages/crates-io.scm
> index 1e828257b6..09625aa52f 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -37806,6 +37806,25 @@ (define-public rust-migrations-macros-1
> embedded migrations.")
> (license (list license:expat license:asl2.0))))
>
> +(define-public rust-mimalloc-0.1
> + (package
> + (name "rust-mimalloc")
> + (version "0.1.39")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (crate-uri "mimalloc" version))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> "176w9gf5qxs07kd2q39f0k25rzmp4kyx5r13wc8sk052bqmr40gs"))))
> + (build-system cargo-build-system)
> + (arguments
> + `(#:cargo-inputs (("rust-libmimalloc-sys"
> ,rust-libmimalloc-sys-0.1))))
> + (home-page
> "https://github.com/purpleprotocol/mimalloc_rust")
> + (synopsis "Performance and security oriented drop-in
> allocator")
> + (description "Performance and security oriented drop-in
> allocator")
> + (license license:expat)))
> +
> (define-public rust-mimalloc-rust-0.1
> (package
> (name "rust-mimalloc-rust")
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#69697
; Package
guix-patches
.
(Sun, 10 Mar 2024 07:56:03 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
69697 <at> debbugs.gnu.org and muradm <mail <at> muradm.net>
Request was from
muradm <mail <at> muradm.net>
to
control <at> debbugs.gnu.org
.
(Sun, 10 Mar 2024 07:56:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 07 Apr 2024 11:24:32 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 133 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.