|
|
|
@ -1,31 +1,10 @@
|
|
|
|
|
%bcond_with snapshot_build
|
|
|
|
|
|
|
|
|
|
%if %{with snapshot_build}
|
|
|
|
|
# Unlock LLVM Snapshot LUA functions
|
|
|
|
|
%{llvm_sb}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global maj_ver 18
|
|
|
|
|
%global min_ver 1
|
|
|
|
|
%global libomp_version %{maj_ver}.%{min_ver}.8
|
|
|
|
|
#global rc_ver 4
|
|
|
|
|
%global libomp_srcdir openmp-%{libomp_version}%{?rc_ver:rc%{rc_ver}}.src
|
|
|
|
|
%global so_suffix %{maj_ver}.%{min_ver}
|
|
|
|
|
|
|
|
|
|
%if %{with snapshot_build}
|
|
|
|
|
%undefine rc_ver
|
|
|
|
|
%global maj_ver %{llvm_snapshot_version_major}
|
|
|
|
|
%global libomp_version %{llvm_snapshot_version}
|
|
|
|
|
%global so_suffix %{maj_ver}.%{min_ver}%{llvm_snapshot_version_suffix}
|
|
|
|
|
%endif
|
|
|
|
|
%global toolchain gcc
|
|
|
|
|
|
|
|
|
|
%global maj_ver 16
|
|
|
|
|
%global libomp_version %{maj_ver}.0.6
|
|
|
|
|
%global libomp_srcdir openmp-%{libomp_version}%{?rc_ver:rc%{rc_ver}}.src
|
|
|
|
|
%global cmake_srcdir cmake-%{libomp_version}%{?rc_ver:rc%{rc_ver}}.src
|
|
|
|
|
|
|
|
|
|
%global toolchain clang
|
|
|
|
|
|
|
|
|
|
# Opt out of https://fedoraproject.org/wiki/Changes/fno-omit-frame-pointer
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2158587
|
|
|
|
|
%undefine _include_frame_pointers
|
|
|
|
|
|
|
|
|
|
%ifarch ppc64le
|
|
|
|
|
%global libomp_arch ppc64
|
|
|
|
@ -34,26 +13,21 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: libomp
|
|
|
|
|
Version: %{libomp_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: %{libomp_version}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: OpenMP runtime for clang
|
|
|
|
|
|
|
|
|
|
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
|
|
|
|
License: NCSA
|
|
|
|
|
URL: http://openmp.llvm.org
|
|
|
|
|
%if %{with snapshot_build}
|
|
|
|
|
Source0: %{llvm_snapshot_source_prefix}openmp-%{llvm_snapshot_yyyymmdd}.src.tar.xz
|
|
|
|
|
%{llvm_snapshot_extra_source_tags}
|
|
|
|
|
%else
|
|
|
|
|
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libomp_version}%{?rc_ver:-rc%{rc_ver}}/%{libomp_srcdir}.tar.xz
|
|
|
|
|
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libomp_version}%{?rc_ver:-rc%{rc_ver}}/%{libomp_srcdir}.tar.xz.sig
|
|
|
|
|
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libomp_version}/%{libomp_srcdir}.tar.xz
|
|
|
|
|
Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libomp_version}/%{libomp_srcdir}.tar.xz.sig
|
|
|
|
|
Source2: release-keys.asc
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Backported from https://github.com/llvm/llvm-project/pull/102317
|
|
|
|
|
# LLVM 19.0 PR under review at https://github.com/llvm/llvm-project/pull/103491
|
|
|
|
|
Patch: 0001-OpenMP-AArch64-Fix-branch-protection-in-microtasks-1.patch
|
|
|
|
|
Source3: run-lit-tests
|
|
|
|
|
Source4: lit.fedora.cfg.py
|
|
|
|
|
Source5: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libomp_version}%{?rc_ver:-rc%{rc_ver}}/%{cmake_srcdir}.tar.xz
|
|
|
|
|
Source6: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{libomp_version}%{?rc_ver:-rc%{rc_ver}}/%{cmake_srcdir}.tar.xz.sig
|
|
|
|
|
|
|
|
|
|
BuildRequires: clang >= %{maj_ver}
|
|
|
|
|
BuildRequires: clang
|
|
|
|
|
# For clang-offload-packager
|
|
|
|
|
BuildRequires: clang-tools-extra
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
@ -69,11 +43,10 @@ BuildRequires: gnupg2
|
|
|
|
|
|
|
|
|
|
# libomptarget needs the llvm cmake files
|
|
|
|
|
BuildRequires: llvm-devel
|
|
|
|
|
BuildRequires: llvm-cmake-utils
|
|
|
|
|
|
|
|
|
|
Requires: elfutils-libelf%{?isa}
|
|
|
|
|
|
|
|
|
|
# Support for s390x is new. There is on-going stabilization upstream.
|
|
|
|
|
# libomp does not support s390x.
|
|
|
|
|
ExcludeArch: s390x
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -87,28 +60,43 @@ Requires: clang-resource-filesystem%{?isa} = %{version}
|
|
|
|
|
%description devel
|
|
|
|
|
OpenMP header files.
|
|
|
|
|
|
|
|
|
|
%package test
|
|
|
|
|
Summary: OpenMP regression tests
|
|
|
|
|
Requires: %{name}%{?isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-devel%{?isa} = %{version}-%{release}
|
|
|
|
|
Requires: clang
|
|
|
|
|
Requires: llvm
|
|
|
|
|
Requires: python3-lit
|
|
|
|
|
|
|
|
|
|
%description test
|
|
|
|
|
OpenMP regression tests
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%if %{without snapshot_build}
|
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
|
%endif
|
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE6}' --data='%{SOURCE5}'
|
|
|
|
|
%setup -T -q -b 5 -n %{cmake_srcdir}
|
|
|
|
|
# TODO: It would be more elegant to set -DLLVM_COMMON_CMAKE_UTILS=%{_builddir}/%{cmake_srcdir},
|
|
|
|
|
# but this is not a CACHED variable, so we can't actually set it externally :(
|
|
|
|
|
cd ..
|
|
|
|
|
mv %{cmake_srcdir} cmake
|
|
|
|
|
%autosetup -n %{libomp_srcdir} -p2
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Copy CFLAGS into ASMFLAGS, so -fcf-protection is used when compiling assembly files.
|
|
|
|
|
export ASMFLAGS=$CFLAGS
|
|
|
|
|
|
|
|
|
|
%if "%toolchain" == "gcc"
|
|
|
|
|
# Building openmp with LTO fails with GCC but works with Clang
|
|
|
|
|
%define _lto_cflags %{nil}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%cmake -GNinja \
|
|
|
|
|
-DLIBOMP_INSTALL_ALIASES=OFF \
|
|
|
|
|
-DCMAKE_MODULE_PATH=%{_datadir}/llvm/cmake/Modules \
|
|
|
|
|
-DCMAKE_MODULE_PATH=%{_libdir}/cmake/llvm \
|
|
|
|
|
-DLLVM_DIR=%{_libdir}/cmake/llvm \
|
|
|
|
|
-DCMAKE_INSTALL_INCLUDEDIR=%{_prefix}/lib/clang/%{maj_ver}/include \
|
|
|
|
|
-DCMAKE_INSTALL_INCLUDEDIR=%{_libdir}/clang/%{maj_ver}/include \
|
|
|
|
|
%if 0%{?__isa_bits} == 64
|
|
|
|
|
-DOPENMP_LIBDIR_SUFFIX=64 \
|
|
|
|
|
%else
|
|
|
|
|
-DOPENMP_LIBDIR_SUFFIX= \
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with snapshot_build}
|
|
|
|
|
-DLLVM_VERSION_SUFFIX="%{llvm_snapshot_version_suffix}" \
|
|
|
|
|
%endif
|
|
|
|
|
-DCMAKE_SKIP_RPATH:BOOL=ON
|
|
|
|
|
|
|
|
|
@ -118,6 +106,30 @@ export ASMFLAGS=$CFLAGS
|
|
|
|
|
%install
|
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
|
|
# Test package setup
|
|
|
|
|
%global libomp_srcdir %{_datadir}/libomp/src/
|
|
|
|
|
%global libomp_testdir %{libomp_srcdir}/runtime/test/
|
|
|
|
|
%global lit_cfg %{libomp_testdir}/%{_arch}.site.cfg.py
|
|
|
|
|
%global lit_fedora_cfg %{_datadir}/libomp/lit.fedora.cfg.py
|
|
|
|
|
|
|
|
|
|
install -d %{buildroot}%{libomp_srcdir}/runtime
|
|
|
|
|
cp -R runtime/test %{buildroot}%{libomp_srcdir}/runtime
|
|
|
|
|
cp -R runtime/src %{buildroot}%{libomp_srcdir}/runtime
|
|
|
|
|
|
|
|
|
|
# Generate lit config files. Strip off the last line that initiates the
|
|
|
|
|
# test run, so we can customize the configuration.
|
|
|
|
|
head -n -1 %{_vpath_builddir}/runtime/test/lit.site.cfg >> %{buildroot}%{lit_cfg}
|
|
|
|
|
|
|
|
|
|
# Install custom fedora config file
|
|
|
|
|
cp %{SOURCE4} %{buildroot}%{lit_fedora_cfg}
|
|
|
|
|
|
|
|
|
|
# Patch lit config files to load custom fedora config
|
|
|
|
|
echo "lit_config.load_config(config, '%{lit_fedora_cfg}')" >> %{buildroot}%{lit_cfg}
|
|
|
|
|
|
|
|
|
|
# Install test script
|
|
|
|
|
install -d %{buildroot}%{_libexecdir}/tests/libomp
|
|
|
|
|
install -m 0755 %{SOURCE3} %{buildroot}%{_libexecdir}/tests/libomp
|
|
|
|
|
|
|
|
|
|
# Remove static libraries with equivalent shared libraries
|
|
|
|
|
rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
|
|
|
|
|
|
|
|
@ -132,219 +144,81 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
|
|
|
|
%{_libdir}/libarcher.so
|
|
|
|
|
%endif
|
|
|
|
|
%ifnarch %{ix86} %{arm}
|
|
|
|
|
# libomptarget is not supported on 32-bit systems.
|
|
|
|
|
# s390x does not support the offloading plugins.
|
|
|
|
|
%ifnarch s390x
|
|
|
|
|
%{_libdir}/libomptarget.rtl.amdgpu.so.%{so_suffix}
|
|
|
|
|
%{_libdir}/libomptarget.rtl.cuda.so.%{so_suffix}
|
|
|
|
|
%{_libdir}/libomptarget.rtl.%{libomp_arch}.so.%{so_suffix}
|
|
|
|
|
%endif
|
|
|
|
|
%{_libdir}/libomptarget.so.%{so_suffix}
|
|
|
|
|
%{_libdir}/libomptarget.rtl.amdgpu.so.%{maj_ver}
|
|
|
|
|
%{_libdir}/libomptarget.rtl.amdgpu.nextgen.so.%{maj_ver}
|
|
|
|
|
%{_libdir}/libomptarget.rtl.cuda.so.%{maj_ver}
|
|
|
|
|
%{_libdir}/libomptarget.rtl.cuda.nextgen.so.%{maj_ver}
|
|
|
|
|
%{_libdir}/libomptarget.rtl.%{libomp_arch}.so.%{maj_ver}
|
|
|
|
|
%{_libdir}/libomptarget.rtl.%{libomp_arch}.nextgen.so.%{maj_ver}
|
|
|
|
|
%{_libdir}/libomptarget.so.%{maj_ver}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_prefix}/lib/clang/%{maj_ver}/include/omp.h
|
|
|
|
|
%{_prefix}/lib/clang/%{maj_ver}/include/ompx.h
|
|
|
|
|
%{_libdir}/clang/%{maj_ver}/include/omp.h
|
|
|
|
|
%{_libdir}/cmake/openmp/FindOpenMPTarget.cmake
|
|
|
|
|
%ifnarch %{arm}
|
|
|
|
|
%{_prefix}/lib/clang/%{maj_ver}/include/omp-tools.h
|
|
|
|
|
%{_prefix}/lib/clang/%{maj_ver}/include/ompt.h
|
|
|
|
|
%{_prefix}/lib/clang/%{maj_ver}/include/ompt-multiplex.h
|
|
|
|
|
%{_libdir}/clang/%{maj_ver}/include/omp-tools.h
|
|
|
|
|
%{_libdir}/clang/%{maj_ver}/include/ompt.h
|
|
|
|
|
%{_libdir}/clang/%{maj_ver}/include/ompt-multiplex.h
|
|
|
|
|
%endif
|
|
|
|
|
%{_libdir}/cmake/openmp/FindOpenMPTarget.cmake
|
|
|
|
|
%ifnarch %{ix86} %{arm}
|
|
|
|
|
# libomptarget is not supported on 32-bit systems.
|
|
|
|
|
# s390x does not support the offloading plugins.
|
|
|
|
|
%ifnarch s390x
|
|
|
|
|
%{_libdir}/libomptarget.rtl.amdgpu.so
|
|
|
|
|
%{_libdir}/libomptarget.rtl.amdgpu.nextgen.so
|
|
|
|
|
%{_libdir}/libomptarget.rtl.cuda.so
|
|
|
|
|
%{_libdir}/libomptarget.rtl.cuda.nextgen.so
|
|
|
|
|
%{_libdir}/libomptarget.rtl.%{libomp_arch}.so
|
|
|
|
|
%endif
|
|
|
|
|
%{_libdir}/libomptarget.rtl.%{libomp_arch}.nextgen.so
|
|
|
|
|
%{_libdir}/libomptarget.devicertl.a
|
|
|
|
|
%{_libdir}/libomptarget-amdgpu-*.bc
|
|
|
|
|
%{_libdir}/libomptarget-nvptx-*.bc
|
|
|
|
|
%{_libdir}/libomptarget.so
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 14 2024 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 18.1.8-2
|
|
|
|
|
- Fix missing BTI_PLT flag in aarch64 (RHEL-50807)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2024 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 18.1.8-1
|
|
|
|
|
- Update to LLVM 18.1.8 (RHEL-28056)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 18.1.2-3
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Apr 08 2024 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 18.1.2-2
|
|
|
|
|
- Rebuild LLVM 18.1.2 (RHEL-27724)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 03 2024 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 18.1.2-1
|
|
|
|
|
- Update to LLVM 18.1.2 (RHEL-27724)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 17.0.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 17.0.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
%{?llvm_snapshot_changelog_entry}
|
|
|
|
|
|
|
|
|
|
* Wed Nov 29 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.6-1
|
|
|
|
|
- Update to LLVM 17.0.6
|
|
|
|
|
|
|
|
|
|
* Wed Nov 01 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.4-1
|
|
|
|
|
- Update to LLVM 17.0.4
|
|
|
|
|
|
|
|
|
|
* Wed Oct 18 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.3-1
|
|
|
|
|
- Update to LLVM 17.0.3
|
|
|
|
|
%files test
|
|
|
|
|
%{_datadir}/libomp
|
|
|
|
|
%{_libexecdir}/tests/libomp/
|
|
|
|
|
|
|
|
|
|
* Thu Oct 05 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.2-1
|
|
|
|
|
- Update to LLVM 17.0.2
|
|
|
|
|
|
|
|
|
|
* Mon Sep 25 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.1-1
|
|
|
|
|
- Update to LLVM 17.0.1
|
|
|
|
|
|
|
|
|
|
* Mon Sep 11 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.0~rc4-1
|
|
|
|
|
- Update to LLVM 17.0.0 RC4
|
|
|
|
|
|
|
|
|
|
* Fri Aug 25 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.0~rc3-1
|
|
|
|
|
- Update to LLVM 17.0.0 RC3
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.0~rc2-1
|
|
|
|
|
- Update to LLVM 17.0.0 RC2
|
|
|
|
|
|
|
|
|
|
* Wed Aug 02 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 17.0.0~rc1-1
|
|
|
|
|
- Update to LLVM 17.0.0 RC1
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 16.0.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 10 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.6-1
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jul 05 2023 Nikita Popov <npopov@redhat.com> - 16.0.6-1
|
|
|
|
|
- Update to LLVM 16.0.6
|
|
|
|
|
|
|
|
|
|
* Wed Jun 28 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.5-4
|
|
|
|
|
- Specify the required clang version at build time
|
|
|
|
|
|
|
|
|
|
* Sat Jun 17 2023 Tom Stellard <tstellar@redhat.com> - 16.0.5-3
|
|
|
|
|
- Remove libomp-test package
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Nikita Popov <npopov@redhat.com> - 16.0.5-2
|
|
|
|
|
- Use llvm-cmake-utils package
|
|
|
|
|
|
|
|
|
|
* Tue Jun 06 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.5-1
|
|
|
|
|
- Update to LLVM 16.0.5
|
|
|
|
|
|
|
|
|
|
* Fri May 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.4-1
|
|
|
|
|
- Update to LLVM 16.0.4
|
|
|
|
|
|
|
|
|
|
* Wed May 10 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.3-1
|
|
|
|
|
- Update to LLVM 16.0.3
|
|
|
|
|
|
|
|
|
|
* Thu Apr 27 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.2-1
|
|
|
|
|
- Update to LLVM 16.0.2
|
|
|
|
|
|
|
|
|
|
* Wed Apr 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.1-3
|
|
|
|
|
- Bump the release. Fix rhbz#2187642.
|
|
|
|
|
|
|
|
|
|
* Tue Apr 18 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.1-2
|
|
|
|
|
- Be explicit about libomp-devel denpending on libomp. Fix rhbz#2187642.
|
|
|
|
|
|
|
|
|
|
* Thu Apr 13 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.1-1
|
|
|
|
|
* Wed Apr 19 2023 Nikita Popov <npopov@redhat.com> - 16.0.1-1
|
|
|
|
|
- Update to LLVM 16.0.1
|
|
|
|
|
|
|
|
|
|
* Tue Mar 21 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0-1
|
|
|
|
|
- Update to LLVM 16.0.0
|
|
|
|
|
|
|
|
|
|
* Wed Mar 15 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc4-1
|
|
|
|
|
- Update to LLVM 16.0.0 RC4
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc3-1
|
|
|
|
|
- Update to LLVM 16.0.0 RC3
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc1-1
|
|
|
|
|
- Update to LLVM 16.0.0 RC1
|
|
|
|
|
|
|
|
|
|
* Tue Jan 31 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 15.0.7-5
|
|
|
|
|
- Include the Apache license adopted in 2019.
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Tom Stellard <tstellar@redhat.com> - 15.0.7-4
|
|
|
|
|
- Omit frame pointers when building
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Nikita Popov <npopov@redhat.com> - 15.0.7-3
|
|
|
|
|
- Fix build against GCC 13
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 13 2023 Nikita Popov <npopov@redhat.com> - 15.0.7-1
|
|
|
|
|
* Mon Jan 16 2023 Konrad Kleine <kkleine@redhat.com> - 15.0.7-1
|
|
|
|
|
- Update to LLVM 15.0.7
|
|
|
|
|
|
|
|
|
|
* Tue Dec 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-1
|
|
|
|
|
- Update to LLVM 15.0.6
|
|
|
|
|
|
|
|
|
|
* Mon Nov 07 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
|
|
|
|
|
- Update to LLVM 15.0.4
|
|
|
|
|
* Fri Dec 09 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.6-1
|
|
|
|
|
- 15.0.6 Release
|
|
|
|
|
|
|
|
|
|
* Mon Sep 12 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-3
|
|
|
|
|
- Re-enable LTO build
|
|
|
|
|
* Fri Oct 28 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.1-2
|
|
|
|
|
- Build libomp runtime library with gcc
|
|
|
|
|
|
|
|
|
|
* Mon Sep 12 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-2
|
|
|
|
|
- Add explicit requires from libomp-devel to libomp
|
|
|
|
|
* Thu Sep 29 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.1-1
|
|
|
|
|
- 15.0.1 Release
|
|
|
|
|
|
|
|
|
|
* Tue Sep 06 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-1
|
|
|
|
|
- Update to LLVM 15.0.0
|
|
|
|
|
* Wed Jul 20 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.6-1
|
|
|
|
|
- 14.0.6 Release
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 14.0.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 20 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.5-1
|
|
|
|
|
* Tue Jun 21 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.5-1
|
|
|
|
|
- 14.0.5 Release
|
|
|
|
|
|
|
|
|
|
* Thu Mar 24 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
|
|
|
|
|
* Mon Apr 25 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
|
|
|
|
|
- 14.0.0 Release
|
|
|
|
|
|
|
|
|
|
* Thu Feb 03 2022 Nikita Popov <npopov@redhat.com> - 13.0.1-1
|
|
|
|
|
- Update to LLVM 13.0.1 final
|
|
|
|
|
|
|
|
|
|
* Tue Jan 25 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc3-2
|
|
|
|
|
- Update to LLVM 13.0.1rc3
|
|
|
|
|
* Thu Feb 03 2022 Tom Stellard <tstellar@redhat.com> - 13.0.1-1
|
|
|
|
|
- 13.0.1 Release
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 13.0.1~rc2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
* Tue Oct 12 2021 Timm Bäder <tbaeder@redhat.com> 13.0.0-1
|
|
|
|
|
- Release 13.0.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 13 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc2-1
|
|
|
|
|
- Update to LLVM 13.0.1rc2
|
|
|
|
|
|
|
|
|
|
* Mon Jan 10 2022 Nikita Popov <npopov@redhat.com> - 13.0.1~rc1-1
|
|
|
|
|
- Update to LLVM 13.0.1rc1
|
|
|
|
|
|
|
|
|
|
* Sat Jan 08 2022 Miro Hrončok <mhroncok@redhat.com> - 13.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/LIBFFI34
|
|
|
|
|
|
|
|
|
|
* Mon Oct 04 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0-1
|
|
|
|
|
- 13.0.0 Release
|
|
|
|
|
|
|
|
|
|
* Tue Sep 21 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc3-1
|
|
|
|
|
- 13.0.0-rc3 Release
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Tom Stellard <tstellar@redhat.com> - 13.0.0~rc1-1
|
|
|
|
|
- 13.0.0-rc1 Release
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12.0.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 12.0.1-2
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Tue Jul 13 2021 Tom Stellard <tstellar@redhat.com> - 12.0.1-1
|
|
|
|
|
- 12.0.1 Release
|
|
|
|
|
|
|
|
|
|
* Thu Jul 01 2021 Tom Stellard <tstellar@redhat.com> - 12.0.1~rc3-1
|
|
|
|
|
- Fix install path
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Tom Stellard <tstellar@redhat.com> - 12.0.1~rc1-2
|
|
|
|
|
- Fix install path
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Tom Stellard <tstellar@redhat.com> - 12.0.1~rc1-1
|
|
|
|
|
- 12.0.1-rc1 Release
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-1
|
|
|
|
|
- 12.0.0 Release
|
|
|
|
|
|
|
|
|
|