summaryrefslogtreecommitdiff
path: root/gnu/packages/llvm.scm
Commit message (Collapse)AuthorAge
...
* gnu: Add libomp.Ludovic Courtès2019-04-16
| | | | * gnu/packages/llvm.scm (libomp): New variable.
* gnu: libcxx: Correct sha256 hash.Tobias Geerinckx-Rice2019-03-18
| | | | * gnu/packages/llvm.scm (libcxx)[source]: Fix it.
* gnu: python-llvmlite: Update to 0.27.1.Ricardo Wurmus2019-03-13
| | | | | * gnu/packages/llvm.scm (python-llvmlite): Update to 0.27.1. [inputs]: Update patch for custom LLVM variant.
* gnu: Add libcxx.Ricardo Wurmus2019-02-17
| | | | * gnu/packages/llvm.scm (libcxx): New variable.
* gnu: LLVM, Clang: Update to 7.0.1.Marius Bakke2019-02-15
| | | | | | | | | | | | * 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.
* gnu: LLVM: Use HTTPS URLs.Marius Bakke2019-02-15
| | | | | | * 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.
* Merge branch 'master' into stagingMarius Bakke2019-01-31
|\
| * gnu: clang-runtime@3.5: Fix compilation on glibc 2.28.Ludovic Courtès2019-01-29
| | | | | | | | | | | | | | Reported by zimoun <zimon.toutoune@gmail.com>. * gnu/packages/llvm.scm (clang-runtime-3.5): Add "clang-3.5-libsanitizer-ustat-fix.patch".
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2019-01-09
|\|
| * gnu: Fix top-level circular references between emacs.scm and llvm.scm.Ludovic Courtès2019-01-07
| | | | | | | | | | | | | | | | | | | | 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.
| * Revert "gnu: Use package-elisp-from-package for clangs emacs lisp files"Pierre Neidhardt2019-01-07
| | | | | | | | This reverts commit 5bc2e14add6433adbade3ccdf28c60e57334c20a.
| * gnu: Use package-elisp-from-package for clangs emacs lisp filesTim Gesthuizen2019-01-07
| | | | | | | | | | | | | | | | | | 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
* | Merge branch 'master' into stagingMarius Bakke2018-12-26
|\|
| * gnu: llvm@7.0.0: Update to 7.0.1.Rutger Helling2018-12-25
| | | | | | | | * gnu/packages/llvm.scm (llvm@7.0.0): Update to 7.0.1. Rename to llvm@7.0.1.
* | Merge branch 'master' into stagingMarius Bakke2018-12-22
|\|
| * gnu: Add llvm@7.0.0.Rutger Helling2018-12-13
| | | | | | | | * gnu/packages/llvm.scm (llvm@7.0.0): New variable.
* | gnu: mesa: Build against the regular LLVM package.Marius Bakke2018-12-04
|/ | | | | * gnu/packages/gl.scm (mesa)[inputs]: Change LLVM-WITHOUT-RTTI to LLVM. * gnu/packages/llvm.scm (llvm-without-rtti): Remove variable.
* Merge branch 'master' into core-updatesMarius Bakke2018-11-29
|\
| * gnu: clang-from-llvm: Fix install for clang-3.*.Pierre Neidhardt2018-11-28
| | | | | | | | * gnu/packages/llvm.scm (clang-from-llvm): Fix install for clang-3.*.
| * gnu: clang-from-llvm: Clean up share/clang folder.Pierre Neidhardt2018-11-26
| | | | | | | | * gnu/packages/llvm.scm (clang-from-llvm): Remove useless files, install completion.
| * gnu: Add emacs-clang-rename.Pierre Neidhardt2018-11-26
| | | | | | | | * gnu/packages/llvm.scm (emacs-clang-rename): New variable.
| * gnu: emacs-clang-format: Inherit from clang.Tim Gesthuizen2018-11-26
| | | | | | | | | | * gnu/packages/emacs.scm (emacs-clang-format): Remove. * gnu/packages/llvm.scm (emacs-clang-format): Add.
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-20
|\|
| * gnu: mesa: Stay on RTTI-less LLVM.Marius Bakke2018-11-17
| | | | | | | | | | * gnu/packages/llvm.scm (llvm-without-rtti): New public variable. * gnu/packages/gl.scm (mesa)[inputs]: Use that instead of LLVM.
| * llvm: Build with RTTI by default.Eric Bavier2018-11-17
| | | | | | | | | | | | | | | | | | | | | | 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'.
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-14
|\|
| * gnu: faust-2: Update to 2.5.23.Ricardo Wurmus2018-11-11
| | | | | | | | | | | | | | * 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.
* | * gnu: clang-runtime: Fix typo in patch name.Efraim Flashner2018-10-15
| | | | | | | | | | | | | | | | | | 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.
* | gnu: clang-runtime: Adapt for glibc@2.28.Efraim Flashner2018-10-15
|/ | | | | | | * 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.
* gnu: python-llvmlite: Remove obsolete patch.Ricardo Wurmus2018-09-14
| | | | | * gnu/packages/llvm.scm (python-llvmlite)[inputs]: Remove patch that is obsolete since the upgrade to LLVM 6.0.1.
* gnu: Add python-llvmlite.Ricardo Wurmus2018-08-29
| | | | * gnu/packages/llvm.scm (python-llvmlite): New variable.
* Revert "Revert "gnu: llvm: Update to 6.0.1.""Marius Bakke2018-07-28
| | | | This reverts commit bb8221d41cc7b2dc928d1c9501946d3dc6063c4b.
* gnu: llvm, clang: Update to 6.0.0.Marius Bakke2018-04-06
| | | | | | | | | | | | | * 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.
* gnu: clang-runtime: Fix build issues against glibc 2.26.Ludovic Courtès2018-01-18
| | | | | | | | | | | * 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.
* gnu: check, llvm: Use HTTPS for llvm.org home pages.Tobias Geerinckx-Rice2017-12-25
| | | | | * gnu/packages/check.scm (python-lit)[home-page]: Use HTTPS. * gnu/packages/llvm.scm (llvm, clang, clang-runtime)[home-page]: Likewise.
* gnu: Add LLVM, CLANG 3.9.1.Roel Janssen2017-05-10
| | | | | | * 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.
* gnu: llvm-3.5: Fix build of clang-3.5.Ricardo Wurmus2017-05-04
| | | | | | * 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.
* gnu: Disambiguate packages with the same name.Ludovic Courtès2017-01-02
| | | | | | * gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): Add 'name' field. * gnu/packages/llvm.scm (llvm-for-extempore): Likewise.
* gnu: llvm: Enable install utils.David Craven2016-12-14
| | | | | * gnu/packages/llvm.scm (llvm)[arguments]: Add -DLLVM_INSTALL_UTILS=ON to configure-flags.
* gnu: Add LLVM variant with RTTI support.Ricardo Wurmus2016-11-08
| | | | * gnu/packages/llvm.scm (llvm-with-rtti): New variable.
* gnu: extempore: Only build on x86_64.Ricardo Wurmus2016-09-21
| | | | | | | | | | | | | | * 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.
* gnu: Add llvm-for-extempore.Ricardo Wurmus2016-09-16
| | | | | | * 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.
* gnu: llvm: Build shared libraries.Eric Bavier2016-09-09
| | | | * gnu/packages/llvm.scm (llvm)[arguments]: Add -DBUILD_SHARED_LIBS to
* gnu: llvm: propagate zlib input.Eric Bavier2016-09-09
| | | | | * gnu/packages/llvm.scm (llvm)[inputs]: Move zlib from here... [ppropagated]: ...to here.
* gnu: llvm: Build without debugging symbols.Eric Bavier2016-07-18
| | | | * gnu/packages/llvm.scm (llvm)[arguments]: Add #:build-type.
* gnu: llvm: Update to 3.8.1.Eric Bavier2016-07-18
| | | | | | | | | | | | * 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>
* gnu: llvm: Update to 3.7.1.Eric Bavier2016-07-18
| | | | | * 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.
* gnu: llvm: Add libffi and zlib inputs.Eric Bavier2016-07-18
| | | | | | | * 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>
* gnu: llvm: Add "license:" prefix.Eric Bavier2016-07-18
| | | | * gnu/packages/llvm.scm: Import (guix licenses) with "license:" prefix.
* gnu: llvm: Update to 3.5.2.Eric Bavier2016-07-18
| | | | * gnu/packages/llvm.scm (llvm-3.5): Update to 3.5.2.