summaryrefslogtreecommitdiff
path: root/gnu/packages/llvm.scm
AgeCommit message (Collapse)Author
2019-04-16gnu: Add libomp.Ludovic Courtès
* gnu/packages/llvm.scm (libomp): New variable.
2019-03-18gnu: libcxx: Correct sha256 hash.Tobias Geerinckx-Rice
* gnu/packages/llvm.scm (libcxx)[source]: Fix it.
2019-03-13gnu: python-llvmlite: Update to 0.27.1.Ricardo Wurmus
* gnu/packages/llvm.scm (python-llvmlite): Update to 0.27.1. [inputs]: Update patch for custom LLVM variant.
2019-02-17gnu: Add libcxx.Ricardo Wurmus
* gnu/packages/llvm.scm (libcxx): New variable.
2019-02-15gnu: LLVM, Clang: Update to 7.0.1.Marius Bakke
* gnu/packages/patches/clang-7.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 7.0.1. (llvm-7.0.1): Remove variable. (clang-from-llvm)[arguments]: Adjust phase to match Clang 7. (llvm-6, clang-runtime-6, clang-6): New public variables. * gnu/packages/dlang.scm (ldc)[native-inputs]: Change LLVM and CLANG to LLVM-6.0 and CLANG-6.0. * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-6.
2019-02-15gnu: LLVM: Use HTTPS URLs.Marius Bakke
* gnu/packages/llvm.scm (llvm, clang-runtime-from-llvm, clang-from-llvm, llvm-3.9.1, llvm-3.7, llvm-3.6, llvm-3.5)[source](uri): Use HTTPS. (emacs-clang-format)[description]: Likewise.
2019-01-31Merge branch 'master' into stagingMarius Bakke
2019-01-29gnu: clang-runtime@3.5: Fix compilation on glibc 2.28.Ludovic Courtès
Reported by zimoun <zimon.toutoune@gmail.com>. * gnu/packages/llvm.scm (clang-runtime-3.5): Add "clang-3.5-libsanitizer-ustat-fix.patch".
2019-01-09Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner
2019-01-07gnu: Fix top-level circular references between emacs.scm and llvm.scm.Ludovic Courtès
Previously, loading either of these two modules could fail somewhat non-deterministically because each top-level was referencing a variable defined by the other module's top-level. * gnu/packages/emacs.scm (package-elisp-from-package): Move to... * gnu/packages/llvm.scm (package-elisp-from-package): Here. Keep private.
2019-01-07Revert "gnu: Use package-elisp-from-package for clangs emacs lisp files"Pierre Neidhardt
This reverts commit 5bc2e14add6433adbade3ccdf28c60e57334c20a.
2019-01-07gnu: Use package-elisp-from-package for clangs emacs lisp filesTim Gesthuizen
Use package-elisp-from-package for emacs-clang-format and emacs-clang-rename. Also remove package-from-clang-elisp-file as it is not needed anymore. * gnu/packages/llvm.scm (emacs-clang-format): Use package-elisp-from-package * gnu/packages/llvm.scm (emacs-clang-rename): Use package-elisp-from-package * gnu/packages/llvm.scm (package-from-clang-elisp-file): Remove function
2018-12-26Merge branch 'master' into stagingMarius Bakke
2018-12-25gnu: llvm@7.0.0: Update to 7.0.1.Rutger Helling
* gnu/packages/llvm.scm (llvm@7.0.0): Update to 7.0.1. Rename to llvm@7.0.1.
2018-12-22Merge branch 'master' into stagingMarius Bakke
2018-12-13gnu: Add llvm@7.0.0.Rutger Helling
* gnu/packages/llvm.scm (llvm@7.0.0): New variable.
2018-12-04gnu: mesa: Build against the regular LLVM package.Marius Bakke
* gnu/packages/gl.scm (mesa)[inputs]: Change LLVM-WITHOUT-RTTI to LLVM. * gnu/packages/llvm.scm (llvm-without-rtti): Remove variable.
2018-11-29Merge branch 'master' into core-updatesMarius Bakke
2018-11-28gnu: clang-from-llvm: Fix install for clang-3.*.Pierre Neidhardt
* gnu/packages/llvm.scm (clang-from-llvm): Fix install for clang-3.*.
2018-11-26gnu: clang-from-llvm: Clean up share/clang folder.Pierre Neidhardt
* gnu/packages/llvm.scm (clang-from-llvm): Remove useless files, install completion.
2018-11-26gnu: Add emacs-clang-rename.Pierre Neidhardt
* gnu/packages/llvm.scm (emacs-clang-rename): New variable.
2018-11-26gnu: emacs-clang-format: Inherit from clang.Tim Gesthuizen
* gnu/packages/emacs.scm (emacs-clang-format): Remove. * gnu/packages/llvm.scm (emacs-clang-format): Add.
2018-11-20Merge branch 'master' into core-updatesMarius Bakke
2018-11-17gnu: mesa: Stay on RTTI-less LLVM.Marius Bakke
* gnu/packages/llvm.scm (llvm-without-rtti): New public variable. * gnu/packages/gl.scm (mesa)[inputs]: Use that instead of LLVM.
2018-11-17llvm: Build with RTTI by default.Eric Bavier
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'.
2018-11-14Merge branch 'master' into core-updatesMarius Bakke
2018-11-11gnu: faust-2: Update to 2.5.23.Ricardo Wurmus
* 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.
2018-10-15* gnu: clang-runtime: Fix typo in patch name.Efraim Flashner
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.
2018-10-15gnu: clang-runtime: Adapt for glibc@2.28.Efraim Flashner
* 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.
2018-09-14gnu: python-llvmlite: Remove obsolete patch.Ricardo Wurmus
* gnu/packages/llvm.scm (python-llvmlite)[inputs]: Remove patch that is obsolete since the upgrade to LLVM 6.0.1.
2018-08-29gnu: Add python-llvmlite.Ricardo Wurmus
* gnu/packages/llvm.scm (python-llvmlite): New variable.
2018-07-28Revert "Revert "gnu: llvm: Update to 6.0.1.""Marius Bakke
This reverts commit bb8221d41cc7b2dc928d1c9501946d3dc6063c4b.
2018-04-06gnu: llvm, clang: Update to 6.0.0.Marius Bakke
* 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.
2018-01-18gnu: clang-runtime: Fix build issues against glibc 2.26.Ludovic Courtès
* 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.
2017-12-25gnu: check, llvm: Use HTTPS for llvm.org home pages.Tobias Geerinckx-Rice
* gnu/packages/check.scm (python-lit)[home-page]: Use HTTPS. * gnu/packages/llvm.scm (llvm, clang, clang-runtime)[home-page]: Likewise.
2017-05-10gnu: Add LLVM, CLANG 3.9.1.Roel Janssen
* gnu/packages/llvm.scm (llvm-3.9.1): New variable. * gnu/packages/llvm.scm (clang-3.9.1): New variable. * gnu/packages/llvm.scm (clang-runtime-3.9.1): New variable.
2017-05-04gnu: llvm-3.5: Fix build of clang-3.5.Ricardo Wurmus
* gnu/packages/patches/llvm-3.5-fix-clang-build-with-gcc5.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/llvm.scm (llvm-3.5)[source]: Add patch.
2017-01-02gnu: Disambiguate packages with the same name.Ludovic Courtès
* gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): Add 'name' field. * gnu/packages/llvm.scm (llvm-for-extempore): Likewise.
2016-12-14gnu: llvm: Enable install utils.David Craven
* gnu/packages/llvm.scm (llvm)[arguments]: Add -DLLVM_INSTALL_UTILS=ON to configure-flags.
2016-11-08gnu: Add LLVM variant with RTTI support.Ricardo Wurmus
* gnu/packages/llvm.scm (llvm-with-rtti): New variable.
2016-09-21gnu: extempore: Only build on x86_64.Ricardo Wurmus
* gnu/packages/algebra.scm (kiss-fft-for-extempore)[supported-systems]: Only build on x86_64. * gnu/packages/gl.scm (nanovg-for-extempore)[supported-systems]: Likewise. * gnu/packages/image.scm (stb-image-for-extempore)[supported-systems]: Likewise. * gnu/packages/llvm.scm (llvm-for-extempore)[supported-systems]: Likewise. * gnu/packages/music.scm (portmidi-for-extempore)[supported-systems]: Likewise. (extempore)[supported-systems]: Likewise.
2016-09-16gnu: Add llvm-for-extempore.Ricardo Wurmus
* gnu/packages/llvm.scm (llvm-for-extempore): New variable. * gnu/packages/patches/llvm-for-extempore.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2016-09-09gnu: llvm: Build shared libraries.Eric Bavier
* gnu/packages/llvm.scm (llvm)[arguments]: Add -DBUILD_SHARED_LIBS to
2016-09-09gnu: llvm: propagate zlib input.Eric Bavier
* gnu/packages/llvm.scm (llvm)[inputs]: Move zlib from here... [ppropagated]: ...to here.
2016-07-18gnu: llvm: Build without debugging symbols.Eric Bavier
* gnu/packages/llvm.scm (llvm)[arguments]: Add #:build-type.
2016-07-18gnu: llvm: Update to 3.8.1.Eric Bavier
* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.8.1. (llvm-3.7, clang-runtime-3.7, clang-3.7): New variables. (clang-runtime-from-llvm)[arguments]: Disable tests, which were not being run for previous versions anyhow but now fail hard. (clang-from-llvm): Add #:patches keyword argument. * gnu/packages/patches/clang-3.8-libc-search-path.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Dennis Mungai <dmngaie@gmail.scm>
2016-07-18gnu: llvm: Update to 3.7.1.Eric Bavier
* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.7.1 (llvm-3.6, clang-runtime-3.6, clang-3.6): New variables.
2016-07-18gnu: llvm: Add libffi and zlib inputs.Eric Bavier
* gnu/packages/llvm.scm (llvm)[inputs]: Add libffi and zlib. [arguments]: Add cmake flag for libffi to #:configure-flags. Co-authored-by: Dennis Mungai <dmngaie@gmail.com>
2016-07-18gnu: llvm: Add "license:" prefix.Eric Bavier
* gnu/packages/llvm.scm: Import (guix licenses) with "license:" prefix.
2016-07-18gnu: llvm: Update to 3.5.2.Eric Bavier
* gnu/packages/llvm.scm (llvm-3.5): Update to 3.5.2.