summaryrefslogtreecommitdiff
path: root/gnu/packages/llvm.scm
AgeCommit message (Collapse)Author
2024-02-10gnu: lldb: Update to 17.0.6.Greg Hogan
* gnu/packages/llvm.scm (lldb): Update to 17.0.6. [inputs]: Change from LLVM-15 and CLANG-15 to LLVM-17 and CLANG-17. Change-Id: Iad04ee722c81ecb223ea4d57d25ea57ca7df59a0 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-11gnu: llvm-cling: Fix build.Efraim Flashner
This is a follow-up to 15ba54d0e91ecb6214661f5931f058ce33cd936e. * gnu/packages/llvm.scm (llvm-cling)[arguments]: Use gexps for phases. Change-Id: I12f048b1a6a350838572832ad33357046610b18d
2024-01-11gnu: llvm-12: Use gexps and simplify.Efraim Flashner
* gnu/packages/llvm.scm (llvm-12)[arguments]: Inherit from llvm-13. Rewrite remaining new phase using gexps. Remove trailing #t from phases. (llvm-9)[arguments]: Adjust accordingly. Change-Id: I7ba4e9954b4e8766e9e072696ab55303c1642315
2024-01-09gnu: glew: Fix cross-compiling.Zheng Junjie
* gnu/packages/gl.scm (mesa)[native-inputs]: When cross-compiling, add cmake-minimal-cross. [arguments]: Adjust 'fix-cross-compiling to find llvm. * gnu/packages/llvm.scm (llvm-for-mesa) [arguments]<#:configure-flags>: When cross-compiling, set -DBUILD_SHARED_LIBS:BOOL=TRUE and -DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE, remove -DLLVM_LINK_LLVM_DYLIB.*. <#:phases>: When cross-compiling, remove the 'delete-static-libraries phase. Change-Id: If10dec7695e62604e080230e10f2b8d7167f660b Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-12-12gnu: system->llvm-target-arch: Add avr target.Efraim Flashner
* gnu/packages/llvm.scm (system->llvm-target-arch): Add case for avr. Change-Id: I5291d396ad513cfecdf8f0a6f799ea095fc8d994
2023-12-10gnu: llvm-14: Fix building on powerpc-linux.Efraim Flashner
* gnu/packages/llvm.scm (llvm-14)[arguments]: When building for powerpc-linux adjust the configure-flags to always link shared libraries with -latomic. Change-Id: If020528bf1717595b66e6e0826dbe7a0c1128322
2023-12-10gnu: LLVM, Clang, libomp, lld: Update to 17.0.6.Michael Ford
* gnu/packages/llvm.scm (llvm-17, clang-17, libomp-17, lld-17): Update to 17.0.6. Signed-off-by: Hilton Chain <hako@ultrarare.space> Change-Id: I7757b8e55e6a7ffc8185d366ba77706abaf5a798
2023-12-03gnu: llvm: Export clang-properties.Efraim Flashner
* gnu/packages/llvm.scm (clang-properties): Export variable. Change-Id: If5ef5219c3d29a347ae5ad97584c23bafdabf836
2023-11-30gnu: libclc: Update to 15.0.7.Efraim Flashner
* gnu/packages/llvm.scm (libclc): Update to 15.0.7. [source]: Use the llvm-monorepo. [arguments]: Remove configure-flag for python, add one for llvm-spirv. Add a phase to skip 2 tests. Remove trailing #t from phases. [propagated-inputs]: Add spirv-llvm-translator, spirv-tools. [native-inputs]: Replace clang-9 with 15, llvm-9 with 15. [properties]: Add release-monitoring-url. Change-Id: I06e2e7be0dc5733a2cc17429928b1761ab987906
2023-11-25gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.fanquake
* gnu/packages/llvm.scm (llvm-17, clang-17, libomp-17, lld-17): Update to 17.0.5. Change-Id: I6f719be6fea037e4e57643589d1e585ad039ab68 Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-11-12gnu: Add lld-17.Hilton Chain
* gnu/packages/llvm.scm (lld-17): New variable. Change-Id: Idbb84efc1c749179dfdb874390bfc1caf4e753d3
2023-11-12gnu: Add clang-toolchain-17.Hilton Chain
* gnu/packages/llvm.scm (clang-toolchain-17): New variable. Change-Id: Iefec981c84249db0d1c740c156835dfea9030f47
2023-11-12gnu: Add libomp-17.Hilton Chain
* gnu/packages/llvm.scm (libomp-17): New variable. Change-Id: I6ad09d8feff0053dfc811a741e00445dfecb311f
2023-11-12gnu: Add clang-17.Hilton Chain
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Include test runner in CMakeLists.txt when version >= 17. (clang-17): New variable. Change-Id: Ia3cd8013d497b72522e95f6face5975bf79f93b3
2023-11-12gnu: Add clang-runtime-17.Hilton Chain
* gnu/packages/llvm.scm (clang-runtime-17): New variable. Change-Id: I675475e9f4914843283966f5c622cdb214d11e34
2023-11-12gnu: Add llvm-17.Hilton Chain
* gnu/packages/llvm.scm (llvm-17): New variable. * gnu/packages/patches/clang-17.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I8cdda0737b1137cf86887fb5b854e71977a88b6b
2023-11-12gnu: Add lld-16.Hilton Chain
* gnu/packages/llvm.scm (lld-16): New variable. Change-Id: If34c0785531bc3603a56f18c18a8e4318cabc493
2023-11-12gnu: Add clang-toolchain-16.Hilton Chain
* gnu/packages/llvm.scm (clang-toolchain-16): New variable. Change-Id: I4bc7820b249ab93ff8b7143901c8e4220b7b8b5b
2023-11-12gnu: Add libomp-16.Hilton Chain
* gnu/packages/llvm.scm (libomp-16): New variable. Change-Id: I2a396f7c7a4c0e35a15ed315c291b4298c0ee967
2023-11-12gnu: Add clang-16.Hilton Chain
* gnu/packages/llvm.scm (clang-16): New variable. Change-Id: I0e62bced33d2ff5a3064917d4e95004d43dc56fb
2023-11-12gnu: Add clang-runtime-16.Hilton Chain
* gnu/packages/llvm.scm (clang-runtime-16): New variable. Change-Id: I8812e9e72b711505f7575cc3d62a9a009d25f641
2023-11-12gnu: Add llvm-16.Hilton Chain
* gnu/packages/llvm.scm (llvm-16): New variable. * gnu/packages/patches/clang-16.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I27738152ca95aeeef8d8b7150fdf14825b6b0b4d
2023-11-12gnu: clang-runtime-from-llvm: Add phase for LLVM monorepo.Hilton Chain
* gnu/packages/llvm.scm (clang-runtime-from-llvm)[arguments]<#:phases>: Change directory to "compiler-rt" for LLVM monorepo. (clang-runtime-15,clang-runtime-14): Adjust accordingly. Change-Id: I6a77c9d106439e4794b8531e2160e2c9ce63d86e
2023-11-12gnu: clang-runtime-from-llvm: Adjust inputs for version 15 or later.Hilton Chain
* gnu/packages/llvm.scm (clang-runtime-from-llvm)[native-inputs]: Add gcc-12 when version >= 15. [inputs]: Add libffi when version >= 15. (clang-runtime-15)[native-inputs,inputs]: Remove fields. Change-Id: I4b385b937edbb7a2840b998b6dd3e31a17cb556f
2023-10-24gnu: clang-python-bindings: Embed version string.Ricardo Wurmus
* gnu/packages/llvm.scm (clang-python-bindings)[arguments]: Embed the version string in the generated setup.py. Change-Id: If8764a483dd1a3786d4b3cab1f21846a18f3b07d
2023-10-20gnu: llvm: Fix riscv64 cross-compilation.Z572
* gnu/packages/llvm.scm (system->llvm-target-arch): New procedure. (llvm-15,llvm-14,llvm-12): Use It. (system->llvm-target): Rewrite in terms of 'system->llvm-target-arch'. Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-13gnu: clang-runtime-15: Fix address sanitizer supportTobias Kortkamp
$ guix shell clang-toolchain@15 -- clang -o test -fsanitize=address test.c ld: cannot find /gnu/store/i429h17s15g48ir9vl1bzp3cv39l5pib-clang-runtime-15.0.7/lib/linux/libclang_rt.asan_static-x86_64.a: No such file or directory ld: cannot find /gnu/store/i429h17s15g48ir9vl1bzp3cv39l5pib-clang-runtime-15.0.7/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory clang-15: error: linker command failed with exit code 1 (use -v to see invocation) * gnu/packages/llvm.scm (clang-runtime-15): Fix address sanitizer support by bringing back the static libraries. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11gnu: rocm: Update to 5.6.0.John Kehayias
Update all of the ROCm packages at the same time as they share a version number and should be upgraded together, including llvm-for-rocm. * gnu/packages/llvm.scm (llvm-for-rocm): Update to 5.6.0. [source]{patches}: Remove unneeded patches (linkdl and remove-isystem-usr-include). * gnu/packages/rocm.scm (rocm-cmake, roct-thunk-interface): Update to 5.6.0. (rocclr-src): Update to 5.6.0. [source]{patches}: Add enable-gfx800 patch. (rocm-device-libs): Update to 5.6.0. [inputs]: Update style. (rocm-comgr): Update to 5.6.0. [inputs]: Remove lld. Update style. (rocr-runtime): Update to 5.6.0. [arguments]: Use gexps. Remove configure-flags. Add add-rocm-device-lib-path phase. [inputs]: Add libdrm. Update style. [native-inputs]: Add pkg-config. Update style. (rocm-opencl-runtime): Update to 5.6.0. [source]{patches}: Remove noopencl patch. [arguments]{configure-flags}: Add BUILD_ICD=OFF and FILE_REORG_BACKWARD_COMPATIBILITY=OFF flags. [inputs]: Add opencl-headers. (rocminfo): Update to 5.6.0. [arguments]: Use gexps. Use search-input-file instead of assoc-ref and which. (rocm-bandwidth-test): Update to 5.6.0. [source]{patches}: Add fix-includes patch. * gnu/packages/patches/rocm-comgr-3.1.0-dependencies.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch: Update patches. * gnu/packages/patches/llvm-roc-4.0.0-remove-isystem-usr-include.patch, gnu/packages/patches/llvm-roc-5.0.0-linkdl.patch, gnu/packages/patches/rocm-opencl-runtime-4.3-noopencl.patch: Delete files. * gnu/packages/patches/rocm-bandwidth-test-5.5.0-fix-includes.patch, gnu/packages/patches/rocclr-5.6.0-enable-gfx800.patch: New files. * gnu/local.mk (dist_patch_DATA): Update patches.
2023-07-02gnu: llvm: make clang-make-toolchain publicCory Fields
Matches gcc-make-toolchain. Allow for llvm build to be patched. * gnu/packages/llvm.scm: make clang-make-toolchain public Signed-off-by: Carl Dong <contact@carldong.me>
2023-04-21gnu: python-llvmlite: Update to 0.39.1.John Kehayias
* gnu/packages/llvm.scm (python-llvmlite): Update to 0.39.1. [phases]: Remove patch-reference-to-llvmlite.so and skip-failing-tests phases.
2023-04-14Merge branch 'master' into core-updates.Maxim Cournoyer
Conflicts: gnu/local.mk gnu/packages/build-tools.scm gnu/packages/certs.scm gnu/packages/check.scm gnu/packages/compression.scm gnu/packages/cups.scm gnu/packages/fontutils.scm gnu/packages/gnuzilla.scm gnu/packages/guile.scm gnu/packages/ibus.scm gnu/packages/image-processing.scm gnu/packages/linux.scm gnu/packages/music.scm gnu/packages/nss.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/qt.scm gnu/packages/ruby.scm gnu/packages/shells.scm gnu/packages/tex.scm gnu/packages/video.scm gnu/packages/vulkan.scm gnu/packages/web.scm gnu/packages/webkit.scm gnu/packages/wm.scm
2023-03-22gnu: cling: Correct erroneous substitute pattern.Maxim Cournoyer
* gnu/packages/llvm.scm (cling) [arguments]: Properly escape '\b' in the regexp pattern of the patch-paths phase.
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines
Conflicts: gnu/local.mk gnu/packages/autotools.scm gnu/packages/cmake.scm gnu/packages/gnuzilla.scm gnu/packages/haskell.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/samba.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/wxwidgets.scm
2023-02-16gnu: Remove unneeded module imports.Efraim Flashner
* gnu/packages/abiword.scm, * gnu/packages/ada.scm, * gnu/packages/agda.scm, * gnu/packages/backup.scm, * gnu/packages/barrier.scm, * gnu/packages/bioinformatics.scm, * gnu/packages/bootstrap.scm, * gnu/packages/bqn.scm, * gnu/packages/c.scm, * gnu/packages/chemistry.scm, * gnu/packages/coq.scm, * gnu/packages/cross-base.scm, * gnu/packages/databases.scm, * gnu/packages/emacs-xyz.scm, * gnu/packages/enlightenment.scm, * gnu/packages/games.scm, * gnu/packages/geo.scm, * gnu/packages/ghostscript.scm, * gnu/packages/gl.scm, * gnu/packages/golang.scm, * gnu/packages/jami.scm, * gnu/packages/java-maths.scm, * gnu/packages/kde-frameworks.scm, * gnu/packages/kde-plasma.scm, * gnu/packages/language.scm, * gnu/packages/libreoffice.scm, * gnu/packages/linphone.scm, * gnu/packages/lisp.scm, * gnu/packages/llvm.scm, * gnu/packages/machine-learning.scm, * gnu/packages/minetest.scm, * gnu/packages/monitoring.scm, * gnu/packages/nfs.scm, * gnu/packages/ocr.scm, * gnu/packages/opencl.scm, * gnu/packages/pdf.scm, * gnu/packages/python-xyz.scm, * gnu/packages/racket.scm, * gnu/packages/rust.scm, * gnu/packages/syncthing.scm, * gnu/packages/syndication.scm, * gnu/packages/telegram.scm, * gnu/packages/vulkan.scm, * gnu/packages/web-browsers.scm, * gnu/packages/web.scm, * gnu/packages/webkit.scm: Remove some unecessary module imports.
2023-02-13gnu: LLVM, Clang, libomp, lld: Update to 15.0.7.Greg Hogan
* gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15): Update to 15.0.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-01-30gnu: Add llvm-for-mesa.Efraim Flashner
* gnu/packages/llvm.scm (llvm-for-mesa): New variable.
2023-01-30Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm
2023-01-09gnu: LLVM, Clang, libomp, lld: Update to 15.0.6.Greg Hogan
* gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15): Update to 15.0.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-02gnu: Add lld-11.Efraim Flashner
* gnu/packages/llvm.scm (lld-11): New variable.
2022-12-08gnu: julia: Update to 1.8.3.Efraim Flashner
* gnu/packages/julia.scm (julia): Update to 1.8.3. [source]: Remove one patch. [arguments]: Adjust 'prepare-deps phase to changes in inputs. Remove custom 'use-system-libwhich, 'change-number-of-precompiled-statements, 'symlink-libraries phases. In 'fix-include-and-link-paths phase remove substitution for utf8proc linking and adjust libuv linking. Fix reference to shell in 'replace-default-shell phase. Adjust the 'shared-objects-path phase to changes in the source. Change the 'enable-parallel-tests phase for upstream changes. Adjust the 'adjust-test-suite phase to be more robust. Change the 'disable-broken-tests phase to help the test suite pass. Rename 'symlink-llvm-utf8proc phase to 'symlink-missing-libraries and add two more. Adjust make-flags for changes in shared system libraries. Reorder make-flags to changes in the source. Except for aarch64, use the defaults for choosing to use 64-bit blas. [inputs]: Add libblastrampoline. Replace libgit-1.1 with libgit-1.3, utf8proc-2.7.1 with utf8proc-2.8.0. [native-inputs]: Replace python-2 with python. (libunwind-julia): Update to 1.5.0. [source]: Update patches. * gnu/packages/libevent.scm (libuv-julia): Update to 2.0.0-4.e6f0e49. [arguments]: Also build static library, build position-independent-code. * gnu/packages/llvm.scm (llvm-julia): Update to llvm-13, following upstream's build instructions. * gnu/packages/maths.scm (openlibm): Update to 0.8.1. * gnu/packages/textutils.scm (utf8proc-2.7.1): Update and rename to utf8proc-2.8.0. [native-inputs]: Update unicode to 14.0.0. * gnu/packages/tls.scm (mbedtls-apache): Update to 2.28.0. [source]: Remove snippet. [arguments]: Remove trailing #t from phases. * gnu/packages/patches/julia-allow-parallel-build.patch, (julia-patch): Update version string to 1.8.2. gnu/packages/patches/libunwind-julia-fix-GCC10-fno-common.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Co-authored-by: Akira Kyle <akira@akirakyle.com>
2022-11-22gnu: libcxx: Update to 15.0.5.Greg Hogan
* gnu/packages/llvm.scm (libcxx): Update to 15.0.5. [version]: Use version from LLVM-15. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-22gnu: lldb: Update to 15.0.5.Greg Hogan
* gnu/packages/llvm.scm (lldb): Update to 15.0.5. [version]: Use version from LLVM-15. [inputs]: Change from LLVM-14 and CLANG-14 to LLVM-15 and CLANG-15. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-22gnu: LLVM, Clang, libomp, lld: Update to 15.0.5.Greg Hogan
* gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15): Update to 15.0.5. (lld)[version]: Use version from LLVM-15. (%llvm-monorepo-hashes, %llvm-patches): Adjust accordingly. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-11-19gnu: make-lld-wrapper: Inherit version, license and home-page from LLD.Marius Bakke
* gnu/packages/llvm.scm (make-lld-wrapper): Inherit from the provided LLD.
2022-11-17gnu: lld-as-ld-wrapper: Add version 15.Marius Bakke
* gnu/packages/llvm.scm (lld-as-ld-wrapper-15): New variable.
2022-11-17gnu: Add lld-15.Efraim Flashner
* gnu/packages/llvm.scm (lld-15): New variable. (lld-14): Inherit from lld-15.
2022-11-16gnu: Add clang-toolchain-15.Maxim Cournoyer
* gnu/packages/llvm.scm (clang-toolchain-15): New variable.
2022-11-16gnu: Add libomp-15.Maxim Cournoyer
* gnu/packages/llvm.scm (libomp-15): New variable. (libomp-14): Inherit from it. [arguments]: Use substitute-keyword-arguments and override the chdir-to-source-and-install-license phase. Remove redundant fields.
2022-11-16gnu: Add clang-15.Maxim Cournoyer
* gnu/packages/llvm.scm (clang-from-llvm): Add LEGACY-BUILD-SHARED-LIBS? argument and update doc. [configure-flags]: Conditionally add -DCLANG_LINK_CLANG_DYLIB=ON. [phases]{change-directory}: Conditionally add phase. {add-tools-extra}: Conditionally patch AddClang.cmake file. (clang-15): New variable. (clang-14): Streamline. (clang-13, clang-12, clang-11, clang-10, clang-9, clang-8, clang-7, clang-6) (clang-3.9.1, clang-3.8, clang-3.7, clang-3.5): Set LEGACY-BUILD-SHARED-LIBS? argument to #t.
2022-11-16gnu: Add clang-runtime-15.Maxim Cournoyer
* gnu/packages/llvm.scm (clang-runtime-15): New variable.