gap-normalizinterface/gap-normalizinterface.changes

80 lines
3.2 KiB
Plaintext

-------------------------------------------------------------------
Sun May 21 10:07:09 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.3.6
* Improve compatibility with an upcoming GAP update
-------------------------------------------------------------------
Tue Feb 21 03:07:23 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 1.3.5
* Rename `build-normaliz.sh` to `prerequisites.sh` to match an
undocumented convention used across several packages.
* Minor build system tweaks
- Update to version 1.3.4
* Fix regression that broke building NormalizInterface on macOS
- Update to version 1.3.3
* Update to Normaliz 3.9.3
* Improve build system to honor CPPFLAGS environment variable
* Explicitly set a so-called "run path" / "rpath" when linking
against the bundled copy of Normaliz (improves compatibility
with future versions of the GAP compiler `gac`, which will
not be using GNU libtool anymore)
- Update to version 1.3.2
* Fix building on Cygwin
- Update to version 1.3.1
* Fix building on FreeBSD
- Update to version 1.3.0
* Update to Normaliz 3.9.1
* Improve the new build system
* Various janitorial changes
- Update to version 1.2.0
* Update to Normaliz 3.8.4
* New build system
* Various janitorial changes
- Update to version 1.1.0
* Add support for rational inputs, e.g. polytopes with rational
coordinates
* Update build system for improve compatibility with GAP >= 4.9
* Completely rewrote build-normaliz.sh (now downloads a tarball
using curl or wget, instead of cloning a git repository)
* Fix a potential crash when freeing proxy cone objects
* Fix 'unknown cone property' that could occur when using newer
versions of Normaliz, e.g. version 3.5.4
* Display the Normaliz version as part of banner string
* Loads of internal and janitorial changes
* Require Normaliz 3.5.4 or newer (and add support for its
new features)
* Sebastian Gutsche is no longer package maintainer
-------------------------------------------------------------------
Mon Dec 25 12:59:47 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.0.2
* update to libnormaliz 3.4.0
* added cone properties
* added wrappers for new normaliz functionality
-------------------------------------------------------------------
Mon Jun 20 06:24:32 UTC 2016 - jengelh@inai.de
- Update to new upstream release 0.9.8
* Support for normaliz 3.1.1 (declarative only; no changes)
-------------------------------------------------------------------
Wed Jun 8 09:43:33 UTC 2016 - jengelh@inai.de
- Update to new upstream release 0.9.7
* fix a bug in the conversion between GAP and Normaliz integer
values, which could lead to wrong results for integers with
absolute value roughly between 2^32 and 2^60
* fix crash when using StructuralCopy on a cone (issue #38)
* fix printing of certain integers on 32bit systems (issue #36)
* give better diagnostics when loading NormalizInterface fails due
to its kernel extension missing
-------------------------------------------------------------------
Sat Mar 12 13:25:16 UTC 2016 - jengelh@inai.de
- Initial package (version 0.9.5) for build.opensuse.org