aboutsummaryrefslogtreecommitdiff
path: root/ports/libigl/CONTROL
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2020-08-01 16:12:24 -0700
committerGitHub <noreply@github.com>2020-08-01 16:12:24 -0700
commit75bb11678e0ee4ecd6f1b21f4b436abbb04955b8 (patch)
tree26b0ce7efd9b1b25f309731b023a1956a2616d84 /ports/libigl/CONTROL
parentb4f71b8f2fc0902a30fbf84e94418ae4d62e9986 (diff)
downloadvcpkg-75bb11678e0ee4ecd6f1b21f4b436abbb04955b8.tar.gz
vcpkg-75bb11678e0ee4ecd6f1b21f4b436abbb04955b8.zip
[libigl] Fix configure error and dependencies (#10252)
* [libigl] Fix configure error and dependencies * convert patch EOL * [libigl] Update to 2.2.0 * Update ports/libigl/CONTROL Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/libigl/CONTROL')
-rw-r--r--ports/libigl/CONTROL15
1 files changed, 2 insertions, 13 deletions
diff --git a/ports/libigl/CONTROL b/ports/libigl/CONTROL
index 90c5313fb..496f73570 100644
--- a/ports/libigl/CONTROL
+++ b/ports/libigl/CONTROL
@@ -1,8 +1,9 @@
Source: libigl
-Version: 2.1.0-2
+Version: 2.2.0
Homepage: https://github.com/libigl/libigl
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.
Build-Depends: eigen3
+Supports: !(arm|uwp)
Feature: embree
Description: Build with embree
@@ -20,18 +21,6 @@ Feature: imgui
Description: Build with imgui
Build-Depends: imgui[bindings]
-Feature: png
-Description: Build with libpng
-Build-Depends: libpng, stb
-
Feature: xml
Description: Build with libxml
Build-Depends: tinyxml2
-
-Feature: python
-Description: Build with python bind
-Build-Depends: pybind11
-
-Feature: test
-Description: Build test
-Build-Depends: catch2 \ No newline at end of file