Fri, 07 Jun 2024 13:10:45 UTC | login

Information for build mathic-1.0-9.20170606.git2f4a411.fc29

ID32488
Package Namemathic
Version1.0
Release9.20170606.git2f4a411.fc29
Epoch
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
StartedTue, 05 Jun 2018 02:21:19 UTC
CompletedTue, 05 Jun 2018 04:09:05 UTC
Taskbuild (f29-candidate, mathic-1.0-9.20170606.git2f4a411.fc29.src.rpm)
Tags
f29
RPMs
src
mathic-1.0-9.20170606.git2f4a411.fc29.src.rpm (info) (download)
riscv64
mathic-1.0-9.20170606.git2f4a411.fc29.riscv64.rpm (info) (download)
mathic-devel-1.0-9.20170606.git2f4a411.fc29.riscv64.rpm (info) (download)
mathic-debuginfo-1.0-9.20170606.git2f4a411.fc29.riscv64.rpm (info) (download)
mathic-debugsource-1.0-9.20170606.git2f4a411.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-7.20160320.git558fff0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-6.20160320.git558fff0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-5.20160320.git558fff0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Apr 04 2016 Jerry James <loganjerry@gmail.com> - 1.0-4.20160320.git558fff0 - Update to latest upstream snapshot * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3.20150603.git18ff8ac - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Jan 16 2016 Jerry James <loganjerry@gmail.com> - 1.0-2.20150603.git18ff8ac - Change to Macaulay2 repo - Revert Macaulay2 patch to disable libtool (mathic-libtool.patch) - Use a patch instead of sed for gtest manipulations (mathic-gtest.patch) * Fri Nov 27 2015 Jerry James <loganjerry@gmail.com> - 1.0-1.20130827.git66b5d74 - Initial RPM