aboutsummaryrefslogtreecommitdiff
path: root/guix-module-dir
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2023-09-05 14:27:58 +0200
committerWojtek Kosior <koszko@koszko.org>2023-09-07 12:12:59 +0200
commit18da556c5cb0234a4c1ad3df0b263a452db2ebf1 (patch)
tree6f85edde0b073de476784d87a0a6ba4234d84f06 /guix-module-dir
parent7fe30d5b5e22818712b90664d905483ea3fe54c3 (diff)
downloadkoszko-org-server-18da556c5cb0234a4c1ad3df0b263a452db2ebf1.tar.gz
koszko-org-server-18da556c5cb0234a4c1ad3df0b263a452db2ebf1.zip
Serve archived hydrillabugs.koszko.org website
Diffstat (limited to 'guix-module-dir')
0 files changed, 0 insertions, 0 deletions
braries. * gnu/packages/llvm.scm (llvm-3.8-with-rtti): Remove variable. (llvm)[arguments]: Add '-DLLVM_REQUIRES_RTTI=1' to #:configure-flags. * gnu/packages/audio.scm (faust-2)[native-inputs]: 'llvm-3.8-with-rtti' -> 'llvm-3.8'. Eric Bavier 2018-11-14Merge branch 'master' into core-updatesMarius Bakke 2018-11-11gnu: faust-2: Update to 2.5.23....* gnu/packages/audio.scm (faust-2): Update to 2.5.23. [native-inputs]: Replace llvm-with-rtti with llvm-3.8-with-rtti. * gnu/packages/llvm.scm (llvm-with-rtti): Rename this variable... (llvm-3.8-with-rtti): ...to this variable; inherit from llvm-3.8. Ricardo Wurmus 2018-10-15* gnu: clang-runtime: Fix typo in patch name....This is a follow-up to 0627f93db6a57e7411cb332b7509f35753b149e4. * gnu/packages/patches/libsantitizer-ustat-fix.patch: Rename to gnu/packages/patches/libsanitizer-ustat-fix.patch. * gnu/packages/llvm.scm (clang-runtime@3.7, clang-runtime@3.8, clang-runtime@3.9)[patches]: Fix patch name. Efraim Flashner 2018-10-15gnu: clang-runtime: Adapt for glibc@2.28....* gnu/packages/llvm.scm (clang-runtime@3.7, clang-runtime@3.8, clang-runtime@3.9)[patches]: Add patch to work around removed ustat.h. * gnu/packages/patches/clang-3.5-libsanitizer-ustat-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner 2018-09-14gnu: python-llvmlite: Remove obsolete patch....* gnu/packages/llvm.scm (python-llvmlite)[inputs]: Remove patch that is obsolete since the upgrade to LLVM 6.0.1. Ricardo Wurmus 2018-08-29gnu: Add python-llvmlite....* gnu/packages/llvm.scm (python-llvmlite): New variable. Ricardo Wurmus 2018-07-28Revert "Revert "gnu: llvm: Update to 6.0.1.""...This reverts commit bb8221d41cc7b2dc928d1c9501946d3dc6063c4b. Marius Bakke 2018-04-06gnu: llvm, clang: Update to 6.0.0....* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 6.0.0. (clang-from-llvm)(patches): Set to empty list. [arguments]: Adjust substitutions depending on major version. (llvm-3.8, clang-runtime-3.8, clang-3.8): New public variables. (clang-3.7, clang-3.6, clang-3.5)(patches): Add 'clang-3.5-libc-search-path.patch'. (clang-3.9.1)(patches): Add 'clang-3.8-libc-search-path.patch'. * gnu/packages/patches/clang-6.0-libc-search-path.patch: New file. * gnu/packages/patches/clang-libc-search-path.patch: Rename to ... * gnu/packages/patches/clang-3.5-libc-search-path.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke 2018-01-18gnu: clang-runtime: Fix build issues against glibc 2.26....* gnu/packages/patches/clang-runtime-asan-build-fixes.patch, gnu/packages/patches/clang-runtime-esan-build-fixes.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/llvm.scm (clang-runtime-from-llvm): Add 'patches' parameter and honor it. (clang-runtime): Pass patch list. (clang-runtime-3.9.1, clang-runtime-3.7, clang-runtime-3.6) (clang-runtime-3.5): Likewise. Ludovic Courtès 2017-12-25gnu: check, llvm: Use HTTPS for llvm.org home pages....* gnu/packages/check.scm (python-lit)[home-page]: Use HTTPS. * gnu/packages/llvm.scm (llvm, clang, clang-runtime)[home-page]: Likewise. Tobias Geerinckx-Rice