Mon, 06 May 2024 19:50:58 UTC | login

Information for build opae-1.4.1-14.el9sbase_901

ID44843
Package Nameopae
Version1.4.1
Release14.el9sbase_901
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/opae#224502046e5e7ffbb35e874dede6dd6fb8fd2a71
SummaryOpen Programmable Acceleration Engine (OPAE) SDK
DescriptionOpen Programmable Acceleration Engine (OPAE) is a software framework for managing and accessing programmable accelerators (FPGAs). Its main parts are: * OPAE Software Development Kit (OPAE SDK) (this package) * OPAE Linux driver for Intel(R) Xeon(R) CPU with Integrated FPGAs and Intel(R) PAC with Arria(R) 10 GX FPGA * Basic Building Block (BBB) library for accelerating AFU OPAE SDK is a collection of libraries and tools to facilitate the development of software applications and accelerators using OPAE. It provides a library implementing the OPAE C API for presenting a streamlined and easy-to-use interface for software applications to discover, access, and manage FPGA devices and accelerators using the OPAE software stack.
Built bytdawson
State complete
Volume DEFAULT
StartedWed, 14 Jun 2023 17:59:30 UTC
CompletedWed, 14 Jun 2023 18:10:32 UTC
Taskbuild (isa9s-packages-baseline-el9sbase, /redhat/centos-stream/rpms/opae:224502046e5e7ffbb35e874dede6dd6fb8fd2a71)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/opae#224502046e5e7ffbb35e874dede6dd6fb8fd2a71'}}
Tags
isa9s-packages-baseline-candidate
isa9s-packages-baseline-testing
RPMs
src
opae-1.4.1-14.el9sbase_901.src.rpm (info) (download)
x86_64
opae-1.4.1-14.el9sbase_901.x86_64.rpm (info) (download)
opae-devel-1.4.1-14.el9sbase_901.x86_64.rpm (info) (download)
opae-debuginfo-1.4.1-14.el9sbase_901.x86_64.rpm (info) (download)
opae-debugsource-1.4.1-14.el9sbase_901.x86_64.rpm (info) (download)
opae-devel-debuginfo-1.4.1-14.el9sbase_901.x86_64.rpm (info) (download)
Logs
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
Changelog * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.1-14 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.1-13 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Oct 30 2020 Jeff Law <law@redhat.com> - 1.4.1-11 - Fix mis-leading indentation issue caught by gcc-11 - Fix potential buffer over-read caught by gcc-11 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-10 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 26 2020 Tom Rix <trix@redhat.com> 1.4.1-8 - Fix py 3.9 patch * Fri Jun 26 2020 Tom Rix <trix@redhat.com> 1.4.1-7 - Fix py 3.9 issue with pybind11 * Wed Jun 24 2020 Tom Rix <trix@redhat.com> 1.4.1-6 - Add python3-setuptools to BuildRequires * Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 1.4.1-5 - Rebuild (json-c) * Tue Apr 21 2020 Tom Rix <trix@redhat.com> 1.4.1-4 - Update the sources file * Tue Apr 21 2020 Tom Rix <trix@redhat.com> 1.4.1-3 - Update the sources file * Mon Apr 20 2020 Tom Rix <trix@redhat.com> 1.4.1-2 - Disable broken documents - Do not install static libs - Improve linking of libopae-cxx-core * Fri Apr 17 2020 Korde Nakul <nakul.korde@intel.com> 1.4.1-1 - OPAE git repository layout changes. - Removed Safe String module dependency. - Various bug fixes. - Ported python tools to python3.6. - Various Static code scan bug fixes. - Removed pybind11 3rd component from OPAE source repository. * Tue Mar 10 2020 Tom Rix <trix@redhat.com> 1.4.0-6 - Add make as a dependency * Fri Mar 06 2020 Tom Rix <trix@redhat.com> 1.4.0-5 - Use make_install macro - Use license tag correctly * Tue Mar 03 2020 Tom Rix <trix@redhat.com> 1.4.0-4 - Add libraries to link of libopae-cxx-core libopae-c++-utils - Remove unneeded build flag _smp_mflags * Thu Feb 27 2020 Tom Rix <trix@redhat.com> 1.4.0-3 - Remove ldconfig from post and postun - Append dist tag to release tag - Change libsafestr to shared library - Set license tag to location of license files - Remove phython3-sphnix build dependency. - Consolidate samples,tools,tools-extra pkgs into devel - Improve pkg created dir specification - Set x86_64 as ExclusiveArch - Change to runtime to implicit dependency on build *-devel - Remove preun rm of opae-c.conf - Use systemd rpm macros - Add _smp_mflags to build - Use unitdir for fpgad.service path - Distribute the license and copying files * Mon Feb 24 2020 Tom Rix <trix@redhat.com> 1.4.0-2 - Change to python3 - Remove release tag from upstream Source0 definition. - Improve requires tag for subpackages - Remove explicit root owner - Remove vendor tag - Remove group tag - Remove clean section * Tue Dec 17 2019 Korde Nakul <nakul.korde@intel.com> 1.4.0-1 - Added support to FPGA Linux kernel Device Feature List (DFL) driver patch set2. - Increased test cases and test coverage - Various bug fixes - Various compiler warning fixes - Various memory leak fixes - Various Static code scan bug fixes - Added new FPGA MMIO API to write 512 bits