Mon, 27 May 2024 06:53:48 UTC | login

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

ID28172
Package Namemathic
Version1.0
Release8.20170606.git2f4a411.fc29
Epoch
Sourcegit://pkgs.fedoraproject.org/rpms/mathic#63e1e8647488ed861945f00c9ca7bbac2809c2f9
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, 22 May 2018 16:04:49 UTC
CompletedTue, 22 May 2018 20:43:25 UTC
Taskbuild (f29-candidate, /rpms/mathic:63e1e8647488ed861945f00c9ca7bbac2809c2f9)
Extra{'source': {'original_url': 'git://pkgs.fedoraproject.org/rpms/mathic?#63e1e8647488ed861945f00c9ca7bbac2809c2f9'}}
Tags
f29
RPMs
src
mathic-1.0-8.20170606.git2f4a411.fc29.src.rpm (info) (download)
riscv64
mathic-1.0-8.20170606.git2f4a411.fc29.riscv64.rpm (info) (download)
mathic-devel-1.0-8.20170606.git2f4a411.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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