Mon, 13 May 2024 15:04:02 UTC | login

Information for build MUSIC-1.1.16-1.20201002git262f6f5.fc33

ID188034
Package NameMUSIC
Version1.1.16
Release1.20201002git262f6f5.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/MUSIC.git#a7318bcde72840ac9797fcb9439cf3848be83af4
SummaryThe MUltiSimulation Coordinator
DescriptionMUSIC is an API allowing large scale neuron simulators using MPI internally to exchange data during runtime. MUSIC provides mechanisms to transfer massive amounts of event information and continuous values from one parallel application to another. Special care has been taken to ensure that existing simulators can be adapted to MUSIC. In particular, MUSIC handles data transfer between applications that use different time steps and different data allocation strategies. This is the MUSIC pilot implementation. The two most important components built from this software distribution is the music library `libmusic.a' and the music utility `music'. A MUSIC-aware simulator links against the C++ library and can be launched using mpirun together with the music utility as described below. MUSIC can also be used from a C program using the API in music-c.h. MUSIC is distributed under the GNU General Public License v3.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Nov 2020 14:02:52 UTC
CompletedFri, 27 Nov 2020 17:19:29 UTC
Taskbuild (f33, /rpms/MUSIC.git:a7318bcde72840ac9797fcb9439cf3848be83af4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/MUSIC.git#a7318bcde72840ac9797fcb9439cf3848be83af4'}}
Tags
f33
f37
f38
RPMs
src
MUSIC-1.1.16-1.20201002git262f6f5.fc33.src.rpm (info) (download)
noarch
MUSIC-common-1.1.16-1.20201002git262f6f5.fc33.noarch.rpm (info) (download)
riscv64
MUSIC-mpich-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
MUSIC-mpich-devel-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
MUSIC-openmpi-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
MUSIC-openmpi-devel-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
python3-MUSIC-mpich-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
python3-MUSIC-openmpi-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
MUSIC-debuginfo-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
MUSIC-debugsource-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
MUSIC-mpich-debuginfo-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
MUSIC-openmpi-debuginfo-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
python3-MUSIC-mpich-debuginfo-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
python3-MUSIC-openmpi-debuginfo-1.1.16-1.20201002git262f6f5.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri Oct 02 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.1.16-1.20201002git262f6f5 - Update to latest commit * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-8.20190717gita78a8e2 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-7.20190717gita78a8e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.1.15-6.20190717gita78a8e2 - Rebuilt for Python 3.9 * Thu Apr 02 2020 Björn Esser <besser82@fedoraproject.org> - 1.1.15-5.20190717gita78a8e2 - Fix string quoting for rpm >= 4.16 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.15-4.20190717gita78a8e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Oct 15 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.1.15-3.20190717git78a8e2 - Add bundled provides - Remove ldconfig scriptlets - Move arch independent bits to _datadir in separate sub-package * Mon Sep 09 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.1.15-2.20190717git78a8e2 - Add hwloc dep * Fri Jul 19 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.1.15-2.20190717gita78a8e2 - Build python ourselves - Bundle rudeconfig - Remove python 2 subpackage * Sat Oct 20 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0-1.20181020gita77e5787 - Depend on packaged rudeconfig - Remove non MPI packages - Use macros - Put common files into separate sub package - Correct autosetup usage - Initial build