Fri, 07 Jun 2024 04:01:20 UTC | login

Information for build mathic-1.0-16.20200526.git44095b8.fc33

ID182695
Package Namemathic
Version1.0
Release16.20200526.git44095b8.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/mathic.git#f814e7528a6155de1ecde0018197f39bc18fb330
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
StartedFri, 14 Aug 2020 21:21:47 UTC
CompletedFri, 14 Aug 2020 22:11:55 UTC
Taskbuild (f33, /rpms/mathic.git:f814e7528a6155de1ecde0018197f39bc18fb330)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/mathic.git#f814e7528a6155de1ecde0018197f39bc18fb330'}}
Tags
f33
f37
f38
RPMs
src
mathic-1.0-16.20200526.git44095b8.fc33.src.rpm (info) (download)
riscv64
mathic-1.0-16.20200526.git44095b8.fc33.riscv64.rpm (info) (download)
mathic-devel-1.0-16.20200526.git44095b8.fc33.riscv64.rpm (info) (download)
mathic-tools-1.0-16.20200526.git44095b8.fc33.riscv64.rpm (info) (download)
mathic-debuginfo-1.0-16.20200526.git44095b8.fc33.riscv64.rpm (info) (download)
mathic-debugsource-1.0-16.20200526.git44095b8.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-16.20200526.git44095b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 02 2020 Jerry James <loganjerry@gmail.com> - 1.0-15.20200526.git44095b8 - Update to latest upstream snapshot - Add -move and -noreturn patches * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-14.20181123.gite13b944 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * 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