Fri, 03 May 2024 00:29:44 UTC | login

Information for build mathic-1.0-29.20230916.git07e8df4.fc40

ID305655
Package Namemathic
Version1.0
Release29.20230916.git07e8df4.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/mathic.git#2da469f355c594e9c33b9d4b36816156f1668304
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
StartedSun, 14 Apr 2024 17:12:29 UTC
CompletedMon, 15 Apr 2024 07:59:50 UTC
Taskbuild (f40, /rpms/mathic.git:2da469f355c594e9c33b9d4b36816156f1668304)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/mathic.git#2da469f355c594e9c33b9d4b36816156f1668304'}}
Tags
f40
RPMs
src
mathic-1.0-29.20230916.git07e8df4.fc40.src.rpm (info) (download)
riscv64
mathic-1.0-29.20230916.git07e8df4.fc40.riscv64.rpm (info) (download)
mathic-devel-1.0-29.20230916.git07e8df4.fc40.riscv64.rpm (info) (download)
mathic-tools-1.0-29.20230916.git07e8df4.fc40.riscv64.rpm (info) (download)
mathic-debuginfo-1.0-29.20230916.git07e8df4.fc40.riscv64.rpm (info) (download)
mathic-debugsource-1.0-29.20230916.git07e8df4.fc40.riscv64.rpm (info) (download)
mathic-tools-debuginfo-1.0-29.20230916.git07e8df4.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-29.20230916.git07e8df4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-28.20230916.git07e8df4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Oct 16 2023 Jerry James <loganjerry@gmail.com> - 1.0-27.20230916.git07e8df4 - Update to latest upstream snapshot * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-26.20220426.git18ff8de - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-25.20220426.git18ff8de - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Nov 28 2022 Jerry James <loganjerry@gmail.com> - 1.0-24.20220426.git18ff8de - Convert License tag to SPDX * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-24.20220426.git18ff8de - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jul 07 2022 Jerry James <loganjerry@gmail.com> - 1.0-23.20220426.git18ff8de - Update to latest upstream snapshot - Drop upstreamed -noreturn patch * Thu Mar 03 2022 Jerry James <loganjerry@gmail.com> - 1.0-22.20220218.gitf52234d - Update to latest upstream snapshot