aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/jemalloc.scm
AgeCommit message (Expand)Author
2017-12-10gnu: jemalloc: Fix tests for aarch64....* gnu/packages/patches/jemalloc-arm-address-bits.patch: New patch. * gnu/packages/jemalloc.scm (jemalloc)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it. Eric Bavier
2017-12-11gnu: rust: Update rust to 1.22.1 and cargo to 1.23.0....* gnu/packages/rust.scm (%rust-bootstrap-binaries-version): Update version. (%rust-bootstrap-binaries): Use x86_64 rust bootstrap package for x86_64 build. (%cargo-reference-project-file): Use specific file as "project" file when patching rust vendored sources. (%cargo-reference-hash): sha256 sum for %cargo-reference-project-file. (rustc-bootstrap): Use bootstrap package with host architecture. (cargo-bootstrap): Use bootstrap package with host architecture. (rustc): Add new test dependency, fix build issues, use "./x.py" script for build instead of "./configure". (cargo): Update dependencies, patch shebangs for vendored sources * gnu/packages/jemalloc.scm: Add jemalloc-4.5.0 release. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Nikolai Merinov
2017-08-28gnu: jemalloc: Update to 5.0.1....* gnu/packages/jemalloc.scm (jemalloc): Update to 5.0.1. [inputs]: Add perl. Efraim Flashner