[cgal] Fix feature qt missing dependency boost-format (#36567)

* add dep

* update version
This commit is contained in:
jim wang 2024-02-05 19:21:43 +00:00 committed by GitHub
parent 528acd1abc
commit 7a232ca734
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ {
"name": "cgal", "name": "cgal",
"version": "5.6", "version": "5.6",
"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.", "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", "homepage": "https://github.com/CGAL/cgal",
"license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0", "license": "GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0",
@ -64,6 +65,7 @@
"qt": { "qt": {
"description": "Qt GUI support for CGAL", "description": "Qt GUI support for CGAL",
"dependencies": [ "dependencies": [
"boost-format",
"eigen3", "eigen3",
"qt5-3d", "qt5-3d",
{ {

View File

@ -1530,7 +1530,7 @@
}, },
"cgal": { "cgal": {
"baseline": "5.6", "baseline": "5.6",
"port-version": 0 "port-version": 1
}, },
"cgicc": { "cgicc": {
"baseline": "3.2.19", "baseline": "3.2.19",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "daf7cc06ce0247101d1f713013a1a12416da5111",
"version": "5.6",
"port-version": 1
},
{ {
"git-tree": "313da2aa8d1221c449a211a4d04a0d5976ae8930", "git-tree": "313da2aa8d1221c449a211a4d04a0d5976ae8930",
"version": "5.6", "version": "5.6",