Compare commits
13 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 38caed8c45 | |||
| 206f558c0f | |||
| 868877a2fe | |||
| f5deae6e98 | |||
| 39c2fb1b11 | |||
| 4b8d30a3e5 | |||
| bf5a21f147 | |||
| 5ff8072834 | |||
| a1ee9d402d | |||
| 987a141a1a | |||
| 8bcad3989c | |||
| 5bc8a8cc36 | |||
| 33ef71e833 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c480a0227397a8ce47b403000d9966858468d7004c19f32c57dca5e31f302c6
|
||||
size 55148128
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdb15e7ee31e0663589d3107a79988a37b7b1719df3d24f2058545d1bcdd5837
|
||||
size 24893904
|
||||
3
CGAL-6.1-doc_html.tar.xz
Normal file
3
CGAL-6.1-doc_html.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc2f66bfbb8a600d32f64cd0fb8696c67d5be4a7cdd86462df857359db4c7a3d
|
||||
size 65517356
|
||||
3
CGAL-6.1.tar.xz
Normal file
3
CGAL-6.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:618da8a8b3f5be46b4f0a47a1efb3c9e6c03d6aab0f5531d56d355d32701d79f
|
||||
size 26293988
|
||||
48
cgal.changes
48
cgal.changes
@@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 05:00:29 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.1:
|
||||
General Changes:
|
||||
* The new list of supported compilers is:
|
||||
+ Visual C++ 15.9, 16.10, 17.0 (from Visual Studio 2017, 2019 and 2022) or later
|
||||
+ Gnu g++ 12.2.0 or later (on Linux)
|
||||
+ LLVM Clang version 20.1.6 or later (on Linux)
|
||||
+ Apple Clang compiler versions 12.0.5 and 12.0.5 (on macOS)
|
||||
* The minimal supported version of Boost is now 1.74.0.
|
||||
New package:
|
||||
* 3D Constrained Triangulations
|
||||
* 3D Isosurfacing
|
||||
* dD Fréchet Distance
|
||||
* 2D Triangulations on Hyperbolic Surfaces
|
||||
For details see:
|
||||
https://github.com/CGAL/cgal/releases/tag/v6.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 07:07:06 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||
|
||||
- Also removed Requires on libboost_system-devel. This has been
|
||||
deprecated on boost 1.89. (bsc#1249599)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 14:12:37 CEST 2025 - aschnell@suse.com
|
||||
|
||||
- libboost_system was removed upstream (bsc#1249599)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 17 20:29:01 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 6.0.2:
|
||||
* https://github.com/CGAL/cgal/issues?q=sort%3Aupdated-desc+label%3AMerged_in_6.0.2+-label%3AMerged_in_6.0.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 18 07:21:49 UTC 2025 - Torsten Gruner <simmphonie@opensuse.org>
|
||||
|
||||
- Update to 6.0.1
|
||||
* See https://github.com/CGAL/cgal/releases/tag/v6.0.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 23 06:46:20 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 5.6.2:
|
||||
* https://github.com/CGAL/cgal/issues?q=sort%3Aupdated-desc+label%3AMerged_in_5.6.2+-label%3AMerged_in_5.6.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 15:47:46 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
20
cgal.spec
20
cgal.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cgal
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2014 Ioda-Net Sàrl, Charmoille, Switzerland.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -23,7 +23,7 @@
|
||||
#@TODO : ask for rename and take into account the obsolete existant thing. like libcgal deps
|
||||
%define _sourcename CGAL
|
||||
Name: cgal
|
||||
Version: 5.6.1
|
||||
Version: 6.1
|
||||
Release: 0
|
||||
Summary: Computational Geometry Algorithms Library
|
||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||
@@ -38,15 +38,14 @@ BuildRequires: fdupes
|
||||
BuildRequires: glu-devel
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: lapack-devel
|
||||
BuildRequires: libboost_atomic-devel >= 1.66
|
||||
BuildRequires: libboost_system-devel >= 1.66
|
||||
BuildRequires: libboost_thread-devel >= 1.66
|
||||
BuildRequires: libboost_atomic-devel >= 1.74
|
||||
BuildRequires: libboost_thread-devel >= 1.74
|
||||
BuildRequires: mpfr-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: zlib-devel
|
||||
Requires: libcgal-devel = %{version}
|
||||
%if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
|
||||
BuildRequires: gcc11-c++
|
||||
BuildRequires: gcc13-c++
|
||||
%else
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
@@ -68,9 +67,8 @@ Requires: blas
|
||||
Requires: cmake
|
||||
Requires: gmp-devel
|
||||
Requires: lapack
|
||||
Requires: libboost_atomic-devel
|
||||
Requires: libboost_system-devel
|
||||
Requires: libboost_thread-devel
|
||||
Requires: libboost_atomic-devel >= 1.72
|
||||
Requires: libboost_thread-devel >= 1.72
|
||||
Requires: mpfr-devel
|
||||
Requires: zlib-devel
|
||||
#For compatibility with package looking for our old name
|
||||
@@ -106,7 +104,7 @@ This package provides the documentation for CGAL algorithms.
|
||||
|
||||
%build
|
||||
%if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 160000 && 0%{?is_opensuse}
|
||||
export CXX="g++-11"
|
||||
export CXX="g++-13"
|
||||
%endif
|
||||
|
||||
%cmake -DCGAL_INSTALL_LIB_DIR=%{_lib} \
|
||||
@@ -128,7 +126,7 @@ cp -a examples/* %{buildroot}/%{_datadir}/CGAL/examples
|
||||
cp -a demo/* %{buildroot}/%{_datadir}/CGAL/demo
|
||||
|
||||
# no macos here.
|
||||
rm %{buildroot}/%{_bindir}/cgal_make_macosx_app
|
||||
#rm %{buildroot}/%{_bindir}/cgal_make_macosx_app
|
||||
|
||||
# installed as docs, but licenses are under %%{_datadir}/licenses/, remove duplicate
|
||||
rm %{buildroot}%{_docdir}/%{name}-doc/LICENSE*
|
||||
|
||||
Reference in New Issue
Block a user