aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/guile-xyz.scm
blob: e9a15babfb227a19900e0216e99851418d637d09 (about) (plain)
blob size (118KB) exceeds display size limit (100KB).
cm?id=d022c204bd21f3e0787b9fe158eaf395ffe26227'>gnu: Add llvm@7.0.0....* gnu/packages/llvm.scm (llvm@7.0.0): New variable. Rutger Helling 2018-11-29Merge branch 'master' into core-updatesMarius Bakke 2018-11-28gnu: clang-from-llvm: Fix install for clang-3.*....* gnu/packages/llvm.scm (clang-from-llvm): Fix install for clang-3.*. Pierre Neidhardt 2018-11-26gnu: clang-from-llvm: Clean up share/clang folder....* gnu/packages/llvm.scm (clang-from-llvm): Remove useless files, install completion. Pierre Neidhardt 2018-11-26gnu: Add emacs-clang-rename....* gnu/packages/llvm.scm (emacs-clang-rename): New variable. Pierre Neidhardt 2018-11-26gnu: emacs-clang-format: Inherit from clang....* gnu/packages/emacs.scm (emacs-clang-format): Remove. * gnu/packages/llvm.scm (emacs-clang-format): Add. Tim Gesthuizen 2018-11-20Merge branch 'master' into core-updatesMarius Bakke 2018-11-17gnu: mesa: Stay on RTTI-less LLVM....* gnu/packages/llvm.scm (llvm-without-rtti): New public variable. * gnu/packages/gl.scm (mesa)[inputs]: Use that instead of LLVM. Marius Bakke 2018-11-17llvm: Build with RTTI by default....Increases size of llvm@6 by 2.5MiB (2.5%), but saves building specialized llvm's with rtti enabled for packages that require RTTI when linking with the llvm libraries. * 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