db824f35f7Accepting request 1224730 from devel:tools:compiler
factory
Ana Guerrero
2024-11-18 19:01:24 +0000
aa5717362e- Apply clang-shlib-symbol-versioning.patch to add symbol versions to libclang-cpp.so similar to libLLVM.so. This is required when multiple versions of the library are loaded into the same process. (boo#1219405, boo#1221183, boo#1233220)
devel
Aaron Puchert
2024-11-17 20:16:49 +0000
8b686b7cfaAccepting request 1195710 from devel:tools:compiler
Ana Guerrero
2024-08-23 20:27:14 +0000
61e1b08b32- Add minor version to Python shebangs. (boo#1212476) - Remove shebang and executable bit where not needed.
Aaron Puchert
2024-08-23 01:19:30 +0000
4fef33e94athis wasn't ready yet
Ana Guerrero
2024-08-21 07:46:46 +0000
e92cd45f13Updating link to change in openSUSE:Factory/llvm13 revision 21
OBS User buildservice-autocommit
2024-08-21 07:46:46 +0000
85719f5aa9Accepting request 1194782 from devel:tools:compiler
Ana Guerrero
2024-08-20 14:13:59 +0000
96e3869315- Add %python3_fix_shebang_path to fix binaries dependency on /usr/bin/python3 (bsc#1212476).
Aaron Puchert
2024-08-19 21:04:58 +0000
a65c9d6650Accepting request 1164603 from devel:tools:compiler
Ana Guerrero
2024-04-05 18:27:38 +0000
21f729fb4c- Use old conflicts/provides for python3-clang on Leap.
Aaron Puchert
2024-04-03 21:22:55 +0000
3cebdd3fb8Accepting request 1156033 from devel:tools:compiler
Ana Guerrero
2024-03-08 17:08:40 +0000
e7ebc9c219- Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being pulled in by cmake in SLE-15-SP6.
Aaron Puchert
2024-03-07 01:49:26 +0000
b1673b0e77- Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]]. - Require 8 GB memory for 64-bit architectures to prevent OOM.
Aaron Puchert
2024-03-04 21:59:25 +0000
3b2ce34d98- Disable test that fails on ppc64le.
Aaron Puchert
2024-03-04 00:35:44 +0000
232b3872a4Accepting request 1154118 from home:pgajdos:l
Aaron Puchert
2024-03-01 21:55:34 +0000
839dba49e9Accepting request 1146054 from devel:tools:compiler
Ana Guerrero
2024-02-12 17:52:43 +0000
81bc94f08b- Use %_target_* for determining the compiler host triple (boo#1218701)
Aaron Puchert
2024-02-04 21:06:29 +0000
ede26c2726Accepting request 1130634 from devel:tools:compiler
Ana Guerrero
2023-12-04 22:01:17 +0000
cbdb9b0faf- Manage clang-cpp with update-alternatives like other binaries.
Aaron Puchert
2023-12-01 21:42:34 +0000
b0507e2072Accepting request 1093399 from devel:tools:compiler
Dominique Leuenberger
2023-06-19 20:50:10 +0000
3a3db567ff- Fix conflicts/provides for python3-clang to point to %python3_sitelib instead of %python3_sitearch.
Aaron Puchert
2023-06-16 01:13:48 +0000
8aff38a4a4- Don't declare python3-clang as noarch: Python packages are installed into %{_libdir}.
Aaron Puchert
2023-06-15 22:52:32 +0000
754945f9b1Accepting request 1086803 from devel:tools:compiler
Dominique Leuenberger
2023-05-13 15:17:37 +0000
60ecb3fd2bAccepting request 1086802 from home:aaronpuchert:branches:devel:tools:compiler
Aaron Puchert
2023-05-12 16:44:19 +0000
ba640e8629Accepting request 1074338 from devel:tools:compiler
Dominique Leuenberger
2023-03-26 18:19:26 +0000
972647c912Accepting request 1074310 from home:bnavigator:branches:devel:tools:compiler
Aaron Puchert
2023-03-25 15:53:59 +0000
99a1bed5eeAccepting request 1032340 from devel:tools:compiler
Dominique Leuenberger
2022-10-31 09:44:57 +0000
dbb4e95f2eAccepting request 1001714 from devel:tools:compiler
Dominique Leuenberger
2022-09-08 12:22:30 +0000
ebe220d18e- Make sure we keep -DNDEBUG. At some point %{optflags} must have lost it, perhaps because CMake usually adds it on top. So when overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF, because that's the default anyway and hasn't helped here. - Add llvm-glibc-2-36.patch in order to address boo#1202215.
Aaron Puchert
2022-09-03 21:19:24 +0000
ceae715f08Accepting request 972707 from devel:tools:compiler
Dominique Leuenberger
2022-04-28 21:06:52 +0000
83848354b0- Remove one more comment.
Aaron Puchert
2022-04-24 21:46:16 +0000
a047e503aa- Consistently set host triple as *-suse-linux-gnu*.
Aaron Puchert
2022-04-12 20:39:15 +0000
e38f24ab12Accepting request 968066 from home:dirkmueller:Factory
Aaron Puchert
2022-04-12 20:08:35 +0000
b2e7998d08- Remove *-devel packages from baselibs, they don't seem to be needed. We mostly need libLLVM and maybe libclang-cpp. - Add more conflicts/requirements to satisfy installcheck. - Fix paths in clang-tools.
Aaron Puchert
2022-04-09 19:53:07 +0000
873759c6e8- Patch exported clang/ClangTargets-relwithdebinfo.cmake to refer to libclang only by soname, because the installed library might be newer than the one originally build with the package.
Aaron Puchert
2022-04-05 00:23:09 +0000
359a8abca9- Re-add dependency of llvm-devel on llvm-polly-devel. (Again for CMake.)
Aaron Puchert
2022-04-04 01:02:52 +0000
1cf5b962af- Add back dependency of llvm-devel on libomp-devel. Not really needed, but CMake is picky and the target is registered for LLVM.
Aaron Puchert
2022-04-03 23:11:26 +0000
fb427b4aebAccepting request 966691 from home:aaronpuchert:llvm-next
Aaron Puchert
2022-04-03 20:07:39 +0000
844d9aa93bAccepting request 957799 from devel:tools:compiler
Dominique Leuenberger
2022-02-27 21:42:49 +0000
9bfbfd22b9- Let clang-devel accept a newer version of clang-tools: we don't keep multiple versions of the latter.
Aaron Puchert
2022-02-19 15:32:58 +0000
800d442603- AND instead of OR in License tag after sr#954337.
Aaron Puchert
2022-02-15 12:14:52 +0000
e6ca3b05a8- More conflicts for addition to Leap: clang-tools conflicts with llvm9 because that doesn't have the move of hmaptool yet, and llvm13-devel with llvm{5,7} as they used to have FileCheck.1.gz.
Aaron Puchert
2022-02-14 14:40:35 +0000
c2ef5c3df9Accepting request 952965 from devel:tools:compiler
Dominique Leuenberger
2022-02-11 22:07:01 +0000
e752f6b4aaAccepting request 952964 from home:aaronpuchert:branches:devel:tools:compiler
Aaron Puchert
2022-02-09 14:17:57 +0000
1f59e9f7aeAccepting request 951461 from devel:tools:compiler
Dominique Leuenberger
2022-02-06 22:54:04 +0000
a33e713f28Update to version 13.0.1.
Aaron Puchert
2022-02-03 23:50:46 +0000
17ae5e95d2Accepting request 950316 from home:Andreas_Schwab:Factory
Aaron Puchert
2022-02-01 18:47:57 +0000
dfc29bea33Accepting request 949357 from devel:tools:compiler
Dominique Leuenberger
2022-01-29 20:01:02 +0000
5e767d50e5Accepting request 947582 from home:glaubitz:branches:devel:tools:compiler
Aaron Puchert
2022-01-20 23:58:48 +0000
db093fb727Accepting request 942459 from devel:tools:compiler
Dominique Leuenberger
2021-12-26 12:30:16 +0000
2bc3f1ad81- BuildRequires: python-rpm-macros to fix Leap 15.3 build. - More memory for GCC compile jobs.
Aaron Puchert
2021-12-18 15:21:32 +0000
b014702989Accepting request 932977 from devel:tools:compiler
Dominique Leuenberger
2021-11-23 21:09:43 +0000
b0bf3da2caAccepting request 931584 from home:aplanas:branches:devel:tools:compiler
Aaron Puchert
2021-11-15 23:35:43 +0000
8cd106f641Accepting request 930567 from devel:tools:compiler
Dominique Leuenberger
2021-11-12 14:59:00 +0000
cb3116b930- Let clang recommend gcc and glibc-devel as we need both for building executables. No hard requirement because Clang can be used as a frontend only. (boo#1191587) - Set minimal CMake version required.
Aaron Puchert
2021-11-02 23:23:47 +0000
ec82236197Accepting request 928787 from home:marxin:branches:devel:tools:compiler
Aaron Puchert
2021-11-02 23:16:49 +0000
b0d3d50810Accepting request 923001 from devel:tools:compiler
Richard Brown
2021-10-08 20:04:40 +0000
6b6b4b3d80Accepting request 922852 from home:aaronpuchert:llvm-next
Richard Biener
2021-10-04 06:44:10 +0000