- Apr 02, 2025
-
- Mar 27, 2025
-
- Mar 26, 2025
-
-
Andreas authored
-
- Jan 06, 2025
-
- Jun 30, 2024
-
-
Torsten Keßler authored
* New upstream release * LLVM 18 rebuild
-
- Mar 08, 2024
-
- Mar 02, 2024
-
-
David Runge authored
Switch to correct SPDX license identifier and rebuild against llvm 17
-
- Nov 18, 2023
-
- Sep 17, 2023
-
- Aug 19, 2023
-
-
Torsten Keßler authored
New upstream release with LLVM 16
-
- Apr 14, 2023
-
-
David Runge authored
The libispcrt_static.a static lib is required by ospray during build time.
-
David Runge authored
Switch to git sources to have an easier handling on vendored stuff. Add pkgver() to properly describe pkgver. Move cmake options to local bash array for easier handling (enabling/disabling). Consolidate dependencies, by adding all required and removing non-required (ncurses, zlib). Open upstream ticket about unwanted files being installed: https://github.com/ispc/ispc/issues/2482 Ping (closed) tickets about still failing tests: https://github.com/ispc/ispc/issues/2427 https://github.com/ispc/ispc/issues/2428 https://github.com/ispc/ispc/issues/2429
-
- Jan 15, 2023
-
-
Bruno Pagani authored
-
- Nov 12, 2022
-
- Jun 27, 2022
-
- May 16, 2022
-
-
Evangelos Foutras authored
New llvm broke ABI likely due to the new libstdc++ from GCC 12: undefined symbol: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc, version LLVM_13
-
- May 15, 2022
-
- Oct 27, 2021
-
- Aug 11, 2021
-
- Jul 20, 2021
-
- May 30, 2021
-
- Feb 17, 2021
-
- Dec 19, 2020
-
- Oct 29, 2020
-
- May 27, 2020
-
- Apr 14, 2020
-
-
Bruno Pagani authored
Upstream patch to remove support for very old llvm (<6) Upstream patch based on previous one to add support for llvm 10 Distro patch to support unified libclang-cpp.so
-
- Oct 05, 2019
-
- Apr 30, 2019
-
- Mar 26, 2019
-
- Feb 07, 2019
-
- Nov 02, 2018
-
- Sep 20, 2018
-
-
Bruno Pagani authored
Required to redo LLVM6 compatibility in order to apply properly LLVM7 one.
-
- Mar 22, 2018
-
- Mar 17, 2018
-
- Mar 09, 2018
-
-
Bruno Pagani authored
Fix compiling with our LLVM by using Fedora patch.
-
- Nov 15, 2017
-
-
Evangelos Foutras authored
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
-
- Aug 07, 2016
-
-
Lukas Jirkovsky authored
-
- Dec 05, 2015
-