Fedora 34 Update: python-cypari2-2.1.2-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : python-cypari2
Product : Fedora 34
Version : 2.1.2
Release : 1.fc34
URL : https://github.com/sagemath/cypari2
Summary : A Python interface to the number theory library pari
Description :
A Python interface to the number theory library pari.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 2.1.2-1
- Version 2.1.2
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 2.1.2-0.4.b1
- Rebuilt for Python 3.10
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
1 year, 8 months
Fedora 34 Update: python-cysignals-1.10.3-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : python-cysignals
Product : Fedora 34
Version : 1.10.3
Release : 1.fc34
URL : https://github.com/sagemath/cysignals
Summary : Interrupt and signal handling for Cython
Description :
When writing Cython code, special care must be taken to ensure that the
code can be interrupted with CTRL-C. Since Cython optimizes for speed,
Cython normally does not check for interrupts. For example, code like
the following cannot be interrupted in Cython:
while True:
pass
The cysignals package provides mechanisms to handle interrupts
(and other signals and errors) in Cython code.
See http://cysignals.readthedocs.org/ for the full documentation.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.10.3-1
- Version 1.10.3
- Add -minsigstksz patch to fix FTBFS (bz 1935643)
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 1.10.2-12
- Rebuilt for Python 3.10
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
1 year, 8 months
Fedora 34 Update: python-fpylll-0.5.6-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : python-fpylll
Product : Fedora 34
Version : 0.5.6
Release : 1.fc34
URL : https://github.com/fplll/fpylll
Summary : A Python wrapper for fplll
Description :
A Python wrapper for fplll.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 0.5.6-1
- Version 0.5.6
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 0.5.5-3
- Rebuilt for Python 3.10
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
1 year, 8 months
Fedora 34 Update: normaliz-3.8.10-2.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : normaliz
Product : Fedora 34
Version : 3.8.10
Release : 2.fc34
URL : https://www.normaliz.uni-osnabrueck.de/
Summary : A tool for mathematical computations
Description :
Normaliz is a tool for computations in affine monoids, vector
configurations, lattice polytopes, and rational cones.
Documentation and examples can be found in /usr/share/doc/normaliz,
in particular you may find Normaliz3.8.10Documentation.pdf useful.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 3.8.10-2
- Rebuild for cocoalib 0.99713
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
1 year, 8 months
Fedora 34 Update: palp-2.11-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : palp
Product : Fedora 34
Version : 2.11
Release : 1.fc34
URL : http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html
Summary : A Package for Analyzing Lattice Polytopes
Description :
PALP contains routines for vertex and facet enumeration, computation of
incidences and symmetries, as well as completion of the set of lattice
points in the convex hull of a given set of points. In addition, there
are procedures specialized to reflexive polytopes such as the enumeration
of reflexive subpolytopes, and applications to toric geometry and string
theory, like the computation of Hodge data and fibration structures for
toric Calabi-Yau varieties.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 2.11-1
- Version 2.11
- Drop upstreamed -format and -fno-common patches
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
1 year, 8 months
Fedora 34 Update: cocoalib-0.99713-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : cocoalib
Product : Fedora 34
Version : 0.99713
Release : 1.fc34
URL : http://cocoa.dima.unige.it/cocoalib/
Summary : C++ library for computations in commutative algebra
Description :
The CoCoA C++ library offers functions to perform calculations in
Computational Commutative Algebra, and some other related areas. The
library is designed to be pleasant to use while offering good run-time
performance.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 0.99713-1
- Version 0.99713
- Add -no-copy patch
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
1 year, 8 months
Fedora 34 Update: memtailor-1.0-15.20200709.git777c5d2.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : memtailor
Product : Fedora 34
Version : 1.0
Release : 15.20200709.git777c5d2.fc34
URL : https://github.com/Macaulay2/memtailor
Summary : C++ library of special-purpose memory allocators
Description :
Memtailor is a C++ library of special purpose memory allocators. It
currently offers an arena allocator and a memory pool.
The main motivation to use a memtailor allocator is better and more
predictable performance than you get with new/delete. Sometimes a
memtailor allocator can also be more convenient due to the ability to
free many allocations at one time.
The Memtailor memory pool is useful if you need to do many allocations
of a fixed size. For example a memory pool is well suited to allocate
the nodes in a linked list.
You can think of the Memtailor arena allocator as being similar to stack
allocation. Both kinds of allocation are very fast and require you to
allocate/deallocate memory in last-in-first-out order. Arena allocation
has the further benefits that it stays within the C++ standard, it will
not cause a stack overflow, you can have multiple arena allocators at
the same time and allocation is not tied to a function invocation.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.0-15.20200709.git777c5d2
- Update to latest upstream snapshot
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
1 year, 8 months
Fedora 34 Update: mathic-1.0-18.20200709.gitcc52f46.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : mathic
Product : Fedora 34
Version : 1.0
Release : 18.20200709.gitcc52f46.fc34
URL : https://github.com/Macaulay2/mathic
Summary : Data structures for Groebner basis computations
Description :
Mathic 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?".
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.0-18.20200709.gitcc52f46
- Update to latest upstream snapshot
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
1 year, 8 months
Fedora 34 Update: L-function-1.23-33.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : L-function
Product : Fedora 34
Version : 1.23
Release : 33.fc34
URL : http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html
Summary : C++ L-function class library and command line interface
Description :
C++ L-function class library and command line interface.
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.23-33
- Replace value_via_Riemann_sum.patch with sagemath's Lvalue.h.patch
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
1 year, 8 months
Fedora 34 Update: Macaulay2-1.18-1.fc34
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2021-205dd4cfa3
2021-07-01 01:12:48.702814
--------------------------------------------------------------------------------
Name : Macaulay2
Product : Fedora 34
Version : 1.18
Release : 1.fc34
URL : http://macaulay2.com/
Summary : System for algebraic geometry and commutative algebra
Description :
Macaulay 2 is a new software system devoted to supporting research in
algebraic geometry and commutative algebra written by Daniel R. Grayson
and Michael E. Stillman
--------------------------------------------------------------------------------
Update Information:
Changes in cliquer 1.22: - New home on github - Patches have been adopted
upstream Changes in cocoalib 0.99713: - Miscellaneous bug fixes Changes in
ffcall 2.3: - Added support for the following platforms (previously, a build on
these platforms failed): - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. -
powerpc64: AIX 7 with xlclang compiler. - Fixed a couple of multithread-safety
bugs in the trampoline and callback packages. Changes in ffcall 2.4: - Added
support for the following platforms (previously, a build on these platforms
failed): - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11
32-bit. Changes in gap-pkg-hap 1.32: - Add Nil3TensorSquare - Add
WeakCommutativityGroup and SymmetricCommutativityGroup - See
https://github.com/gap-packages/hap/commits/master for other changes Changes in
giac: - Enable cliquer support Changes in Macaulay2 1.18: - See http://macaul
ay2.com/doc/Macaulay2-1.18/share/doc/Macaulay2/Macaulay2Doc/html/_changes...
.18.html Changes in mathic 20200709: - Added MATHIC_DEBUG flag for debugging
Changes in mathicgb 20210109: - Added MATHICGB_DEBUG flag for debugging - Be
compatible with gtest >= 1.10.0 - Improve the way tbb is located Changes in
memtailor 20200709: - Added MEMT_DEBUG flag for debugging Changes in palp
2.11: - Small change in Mori.h for compatibility with gcc 10 and other minor
patches - Improved GNUmakefile Changes in pari: - Build with multithreading
enabled Changes in polymake 4.4: - See
https://polymake.org/doku.php/news/release_4_4 Changes in primecount 7.0: -
See https://github.com/kimwalisch/primecount/releases/tag/v7.0 Changes in pynac
0.7.27: - See https://github.com/pynac/pynac/commits/master Changes in python-
cypari2 2.1.2: - Add bnf_get_fu and bnf_get_tu Changes in python-cysignals
1.10.3: - Improved installation of cysignals with ``pip install -e``. [#130] -
Fixed compilation of OpenMP modules that also use cysignals. [#128] - Fixed
segmentation fault that could occur when ``sig_occurred()`` is called
recursively during garbage collection. [#127] - Improved error reporting of
signals that occurred inside ``sig_on()`` as opposed to outside them. - Fixed
bug in the ``cysignals_example`` package. [#113] Changes in python-fpylll
0.5.6: - Fix bug in plot_finalize Changes in sagemath 9.3: - See
https://www.sagemath.org/changelogs/sage-9.3.txt Changes in Singular 4.2.0p2:
- See https://www.singular.uni-kl.de/Manual/4-2-0/sing_2994.htm These packages
were rebuilt due to the changes above, but have no significant changes of their
own: - clisp - eclib - L-function - normaliz - python-jupymake - python-pplpy -
python-pysingular
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jun 17 2021 Jerry James <loganjerry(a)gmail.com> - 1.18-1
- Version 1.18
--------------------------------------------------------------------------------
This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-205dd4cfa3' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
1 year, 8 months