This commit is contained in:
moritz-h 2024-05-25 04:40:17 +02:00 коммит произвёл GitHub
Родитель 248380e074
Коммит 7fd2b83b10
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,7 @@
{
"name": "cgal",
"version": "5.6.1",
"port-version": 1,
"description": "The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.",
"homepage": "https://github.com/CGAL/cgal",
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
@ -15,6 +16,7 @@
"boost-core",
"boost-detail",
"boost-filesystem",
"boost-format",
"boost-functional",
"boost-fusion",
"boost-geometry",
@ -64,7 +66,6 @@
"qt": {
"description": "Qt GUI support for CGAL",
"dependencies": [
"boost-format",
"eigen3",
"qt5-3d",
{

Просмотреть файл

@ -1558,7 +1558,7 @@
},
"cgal": {
"baseline": "5.6.1",
"port-version": 0
"port-version": 1
},
"cgicc": {
"baseline": "3.2.20",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "194089df2abf78f3701c7be7d51ddb25feaf108e",
"version": "5.6.1",
"port-version": 1
},
{
"git-tree": "b207625af76c42809d62b804390364ea872392b5",
"version": "5.6.1",