2024-08-28 13:39:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 28 11:36:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 1.3.7
|
|
|
|
* Require GAP >= 4.12.1; Use
|
|
|
|
LoadKernelExtension/IsKernelExtensionAvailable
|
|
|
|
|
2023-05-21 12:07:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2023-02-21 10:06:09 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2018-11-22 13:12:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2016-06-20 09:17:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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)
|
|
|
|
|
2016-06-08 22:21:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|