Click here to visit the old openkoji buildsystem (Archived)

Information for build netcdf-4.9.2-5.fc41

ID12870
Package Namenetcdf
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version4.9.2
Release5.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/netcdf.git#309f47baccceefcbe8d2051adddb295b5b345c49
SummaryLibraries for the Unidata network Common Data Form
DescriptionNetCDF (network Common Data Form) is an interface for array-oriented data access and a freely-distributed collection of software libraries for C, Fortran, C++, and perl that provides an implementation of the interface. The NetCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The NetCDF software was developed at the Unidata Program Center in Boulder, Colorado. NetCDF data is: o Self-Describing: A NetCDF file includes information about the data it contains. o Network-transparent: A NetCDF file is represented in a form that can be accessed by computers with different ways of storing integers, characters, and floating-point numbers. o Direct-access: A small subset of a large dataset may be accessed efficiently, without first reading through all the preceding data. o Appendable: Data can be appended to a NetCDF dataset along one dimension without copying the dataset or redefining its structure. The structure of a NetCDF dataset can be changed, though this sometimes causes the dataset to be copied. o Sharable: One writer and multiple readers may simultaneously access the same NetCDF file.
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 09:48:42 CST
CompletedThu, 02 May 2024 18:00:06 CST
Taskbuild (f41, /rpms/netcdf.git:309f47baccceefcbe8d2051adddb295b5b345c49)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/netcdf.git#309f47baccceefcbe8d2051adddb295b5b345c49'}}
Tags
f41
RPMs
src
netcdf-4.9.2-5.fc41.src.rpm (info) (download)
riscv64
netcdf-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-devel-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-mpich-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-mpich-devel-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-mpich-static-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-openmpi-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-openmpi-devel-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-openmpi-static-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-static-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-debuginfo-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-debugsource-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-mpich-debuginfo-4.9.2-5.fc41.riscv64.rpm (info) (download)
netcdf-openmpi-debuginfo-4.9.2-5.fc41.riscv64.rpm (info) (download)
Logs
riscv64
installed_pkgs.log
root.log
state.log
build.log
hw_info.log
mock_output.log
Changelog * Tue Jan 30 2024 Orion Poplawski <orion@nwra.com> - 4.9.2-5 - Add patch to fix compilation on i668 (FTBFS bz#2261400) - Update license to BSD-3-Clause (SPDX) * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Dec 20 2023 Orion Poplawski <orion@nwra.com> - 4.9.2-2 - Add upstream patch to fix octave-netcdf segfault on exit * Wed Nov 08 2023 Orion Poplawski <orion@nwra.com> - 4.9.2-1 - Update to 4.9.2 - Drop -DH5_USE_110_API * Wed Nov 08 2023 Orion Poplawski <orion@nwra.com> - 4.9.0-7 - Rebuild with openmpi 5.0.0 - drops i686 - Disable parallel tests on s390x - mpich test is hanging * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 19 2022 Orion Poplawski <orion@nwra.com> - 4.9.0-4 - Apply upstream patch to fix infinite loop in file inferencing * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 28 2022 Orion Poplawski <orion@nwra.com> - 4.9.0-2 - Build with libzstd-devel * Sun Jun 26 2022 Orion Poplawski <orion@nwra.com> - 4.9.0-1 - Update to 4.9.0 - Make -Wl,--as-needed work