summaryrefslogtreecommitdiff
path: root/gnu/packages/jemalloc.scm
Commit message (Collapse)AuthorAge
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: jemalloc: --disable-initial-exec-tlsRyan Sundberg2021-09-03
| | | | | | | | | | | | | | Disable the thread local storage model in jemalloc 5 to prevent shared libraries linked to libjemalloc from crashing on dlopen(). https://github.com/jemalloc/jemalloc/issues/937 This bug affects both Java JNI and python libraries which link to jemalloc 5, such as RocksDB, which will crash the program when loaded. * gnu/packages/jemalloc.scm (jemalloc)[arguments]: Add --disable-initial-exec-tls configure flag. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: jemalloc: Fix building on powerpc-linux.Efraim Flashner2021-06-01
| | | | | * gnu/packages/jemalloc.scm (jemalloc)[arguments]: Change configure-flags so they are configurable per-architecture.
* gnu: jemalloc: Fix typo.Efraim Flashner2020-08-25
| | | | | * gnu/packages/jemalloc.scm (jemalloc)[arguments]: Check for the 'x86_64' architecture.
* gnu: jemalloc: Install scripts to separate output.Marius Bakke2020-03-13
| | | | * gnu/packages/jemalloc.scm (jemalloc)[outputs]: New field.
* gnu: jemalloc: Update to 5.2.1.Marius Bakke2019-12-05
| | | | * gnu/packages/jemalloc.scm (jemalloc): Update to 5.2.1.
* gnu: jemalloc: Update to 5.2.0.Marius Bakke2019-05-02
| | | | * gnu/packages/jemalloc.scm (jemalloc): Update to 5.2.0.
* gnu: jemalloc: Update to 5.1.0.Marius Bakke2018-05-09
| | | | | | | * gnu/packages/jemalloc.scm (jemalloc): Update to 5.1.0. [source](patches): Remove. * gnu/packages/patches/jemalloc-arm-address-bits.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: jemalloc: Fix tests for aarch64.Eric Bavier2017-12-10
| | | | | | * 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.
* gnu: rust: Update rust to 1.22.1 and cargo to 1.23.0.Nikolai Merinov2017-12-11
| | | | | | | | | | | | | | | | * 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>
* gnu: jemalloc: Update to 5.0.1.Efraim Flashner2017-08-28
| | | | | * gnu/packages/jemalloc.scm (jemalloc): Update to 5.0.1. [inputs]: Add perl.
* gnu: jemalloc: Disable transparent huge pages on non-Intel systems.Efraim Flashner2017-04-30
| | | | | | * gnu/packages/jemalloc.scm (jemalloc)[arguments]: On non-Intel systems add '--disable-thp' to #:configure-flags. Adjust #:phases to remove offending test which incorrectly tests transparent huge pages.
* gnu: jemalloc: Update to 4.5.0.Marius Bakke2017-03-01
| | | | * gnu/packages/jemalloc.scm (jemalloc): Update to 4.5.0.
* gnu: jemalloc: Update to 4.4.0.Marius Bakke2017-02-19
| | | | | * gnu/packages/jemalloc.scm (jemalloc): Update to 4.4.0. [source, home-page]: Update to current URLs.
* gnu: jemalloc: Update to 4.2.0.Jelle Licht2016-05-19
| | | | | | * gnu/packages/jemalloc.scm (jemalloc): Update to 4.2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: jemalloc: No longer build with gcc-4.8 on i686.Mark H Weaver2016-05-13
| | | | * gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: Remove field.
* gnu: jemalloc: Update to 4.1.0.Jelle Licht2016-05-04
| | | | | | * gnu/packages/jemalloc.scm (jemalloc): Upodate to 4.1.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: jemalloc: Build with gcc-4.8 on i686.Mark H Weaver2015-06-21
| | | | | * gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: When compiling natively on i686, add gcc-4.8.
* gnu: Add jemalloc.宋文武2015-04-18
* gnu/packages/jemalloc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.