[libigl] Always install as header-only lib (#30617)

* [libigl] Always install as header-only lib

* [libigl] Update database
This commit is contained in:
Fabien Péan 2023-04-06 01:58:06 +02:00 committed by GitHub
parent 860641602b
commit dd28469d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

View File

@ -68,9 +68,6 @@ endif()
file(REMOVE "${SOURCE_PATH}/cmake/find/FindGMP.cmake")
file(REMOVE "${SOURCE_PATH}/cmake/find/FindMPFR.cmake")
# static or dynamic build
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" LIBIGL_BUILD_STATIC)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
@ -79,7 +76,7 @@ vcpkg_cmake_configure(
-DLIBIGL_BUILD_TESTS=OFF
-DLIBIGL_BUILD_TUTORIALS=OFF
-DLIBIGL_INSTALL=ON
-DLIBIGL_USE_STATIC_LIBRARY=${LIBIGL_BUILD_STATIC}
-DLIBIGL_USE_STATIC_LIBRARY=OFF
-DHUNTER_ENABLED=OFF
-DLIBIGL_COPYLEFT_COMISO=${LIBIGL_COMISO}
-DLIBIGL_COPYLEFT_TETGEN=${LIBIGL_TETGEN}

View File

@ -1,7 +1,7 @@
{
"name": "libigl",
"version": "2.4.0",
"port-version": 1,
"port-version": 2,
"description": "libigl is a simple C++ geometry processing library. We have a wide functionality including construction of sparse discrete differential geometry operators and finite-elements matrices such as the cotangent Laplacian and diagonalized mass matrix, simple facet and edge-based topology data structures, mesh-viewing utilities for OpenGL and GLSL, and many core functions for matrix manipulation which make Eigen feel a lot more like MATLAB.",
"homepage": "https://github.com/libigl/libigl",
"license": "GPL-3.0-only",

View File

@ -4082,7 +4082,7 @@
},
"libigl": {
"baseline": "2.4.0",
"port-version": 1
"port-version": 2
},
"libilbc": {
"baseline": "3.0.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b1f7e5126f4bca6f7d6800bb8eb143d1640f8a80",
"version": "2.4.0",
"port-version": 2
},
{
"git-tree": "7a44d46fb03c0127710107883208300358ad960f",
"version": "2.4.0",