summaryrefslogtreecommitdiff
path: root/gnu/packages/jemalloc.scm
AgeCommit message (Expand)Author
2017-08-28gnu: jemalloc: Update to 5.0.1....* gnu/packages/jemalloc.scm (jemalloc): Update to 5.0.1. [inputs]: Add perl. Efraim Flashner
2017-04-30gnu: jemalloc: Disable transparent huge pages on non-Intel systems....* 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. Efraim Flashner
2017-03-01gnu: jemalloc: Update to 4.5.0....* gnu/packages/jemalloc.scm (jemalloc): Update to 4.5.0. Marius Bakke
2017-02-19gnu: jemalloc: Update to 4.4.0....* gnu/packages/jemalloc.scm (jemalloc): Update to 4.4.0. [source, home-page]: Update to current URLs. Marius Bakke
2016-05-19gnu: jemalloc: Update to 4.2.0....* gnu/packages/jemalloc.scm (jemalloc): Update to 4.2.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jelle Licht
2016-05-13gnu: jemalloc: No longer build with gcc-4.8 on i686....* gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: Remove field. Mark H Weaver
2016-05-04gnu: jemalloc: Update to 4.1.0....* gnu/packages/jemalloc.scm (jemalloc): Upodate to 4.1.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jelle Licht
2015-06-21gnu: jemalloc: Build with gcc-4.8 on i686....* gnu/packages/jemalloc.scm (jemalloc)[native-inputs]: When compiling natively on i686, add gcc-4.8. Mark H Weaver
2015-04-18gnu: Add jemalloc....* gnu/packages/jemalloc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. 宋文武