Fri, 10 May 2024 11:40:40 UTC | login

Information for build libneurosim-0-6.20181124.git0364674.fc31

ID103293
Package Namelibneurosim
Version0
Release6.20181124.git0364674.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libneurosim.git#8d3f3b92f33ec7c81fa566064c723240054984fd
SummaryCommon interfaces for neuronal simulators
Description libneurosim is a general library that provides interfaces and common utility code for neuronal simulators. Currently it provides the ConnectionGenerator interface. The ConnectionGenerator API is a standard interface supporting efficient generation of network connectivity during model setup in neuronal network simulators. It is intended as an abstraction isolating both sides of the API: any simulator can use a given connection generator and a given simulator can use any library providing the ConnectionGenerator interface. It was initially developed to support the use of libcsa from NEST.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 26 Jul 2019 01:15:18 UTC
CompletedFri, 26 Jul 2019 03:33:56 UTC
Taskbuild (f31-candidate, /rpms/libneurosim.git:8d3f3b92f33ec7c81fa566064c723240054984fd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libneurosim.git#8d3f3b92f33ec7c81fa566064c723240054984fd'}}
Tags
f31
RPMs
src
libneurosim-0-6.20181124.git0364674.fc31.src.rpm (info) (download)
noarch
libneurosim-common-0-6.20181124.git0364674.fc31.noarch.rpm (info) (download)
riscv64
libneurosim-0-6.20181124.git0364674.fc31.riscv64.rpm (info) (download)
libneurosim-devel-0-6.20181124.git0364674.fc31.riscv64.rpm (info) (download)
libneurosim-mpich-0-6.20181124.git0364674.fc31.riscv64.rpm (info) (download)
libneurosim-mpich-devel-0-6.20181124.git0364674.fc31.riscv64.rpm (info) (download)
libneurosim-openmpi-0-6.20181124.git0364674.fc31.riscv64.rpm (info) (download)
libneurosim-openmpi-devel-0-6.20181124.git0364674.fc31.riscv64.rpm (info) (download)
libneurosim-debuginfo-0-6.20181124.git0364674.fc31.riscv64.rpm (info) (download)
libneurosim-debugsource-0-6.20181124.git0364674.fc31.riscv64.rpm (info) (download)
libneurosim-mpich-debuginfo-0-6.20181124.git0364674.fc31.riscv64.rpm (info) (download)
libneurosim-openmpi-debuginfo-0-6.20181124.git0364674.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Feb 14 2019 Orion Poplawski <orion@nwra.com> - 0-6.20181124.git0364674 - Rebuild for openmpi 3.1.3 * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-5.20181124.git0364674 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Nov 24 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0-4.20181124.git0364674 - Use bcond conditionals * Sat Nov 24 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0-3.20181124.git0364674 - Update to latest upstream commit - Put libraries in correct locations. libpyneurosim is NOT a python extension module - Remove python sub packages: other software must link against both libneurosim and libpyneurosim - All explained in: https://github.com/INCF/libneurosim/issues/12 * Sun Oct 28 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0-2.20181028.git7d074da - Rebuild using conditional * Thu Oct 25 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0-1.20181025.git7d074da - Place python so in correct location - Correct devel file list * Fri Oct 19 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0-1.20181019.git57b76e2 - Correct release field - Correct autosetup usage - Move common files to -common sub package - Explicitly version sonames - Use tweaks suggested in review - Make python3 default - Enable debuginfo - Update to latest upstream commit - Initial build