Fri, 07 Jun 2024 09:51:35 UTC | login

Information for build mathic-1.0-13.20181123.gite13b944.fc31

ID123633
Package Namemathic
Version1.0
Release13.20181123.gite13b944.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/mathic.git#e7d758e521f4e3e056e35ca93231fb5088a350c5
SummaryData structures for Groebner basis computations
DescriptionMathic is a C++ library of fast data structures designed for use in Groebner basis computation. This includes data structures for ordering S-pairs, performing divisor queries and ordering polynomial terms during polynomial reduction. With Mathic you get to use highly optimized code with little effort so that you can focus more of your time on whatever part of your Groebner basis implementation that you are interested in. The data structures use templates to allow you to use them with whatever representation of monomials/terms and coefficients that your code uses. In fact the only places where Mathic defines its own monomials/terms is in the test code and example code. Currently only dense representations of terms/monomials are suitable since Mathic will frequently ask "what is the exponent of variable number x in this term/monomial?".
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 14 Aug 2019 13:08:52 UTC
CompletedWed, 14 Aug 2019 14:41:02 UTC
Taskbuild (f31-candidate, /rpms/mathic.git:e7d758e521f4e3e056e35ca93231fb5088a350c5)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/mathic.git#e7d758e521f4e3e056e35ca93231fb5088a350c5'}}
Tags
f31
f32
f33
RPMs
src
mathic-1.0-13.20181123.gite13b944.fc31.src.rpm (info) (download)
riscv64
mathic-1.0-13.20181123.gite13b944.fc31.riscv64.rpm (info) (download)
mathic-devel-1.0-13.20181123.gite13b944.fc31.riscv64.rpm (info) (download)
mathic-tools-1.0-13.20181123.gite13b944.fc31.riscv64.rpm (info) (download)
mathic-debuginfo-1.0-13.20181123.gite13b944.fc31.riscv64.rpm (info) (download)
mathic-debugsource-1.0-13.20181123.gite13b944.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-13.20181123.gite13b944 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-12.20181123.gite13b944 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Dec 15 2018 Jerry James <loganjerry@gmail.com> - 1.0-11.20181123.gite13b944 - Update to latest upstream snapshot - Add -tools subpackage for the new divsim and pqsim binaries * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-10.20170606.git2f4a411 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-9.20170606.git2f4a411 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Sep 27 2017 Jerry James <loganjerry@gmail.com> - 1.0-8.20170606.git2f4a411 - Update to latest upstream snapshot