diff options
| author | Fabien Péan <fabien@pean.pro> | 2020-11-12 01:48:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-11 16:48:07 -0800 |
| commit | 4b222f8d2653603b74fa5086cf0b02a1963d3911 (patch) | |
| tree | 4cd4045ff485841645971227449f1a586f5d831a /ports/libigl/CONTROL | |
| parent | 54d35841b4657604e52636e485926ef535737b49 (diff) | |
| download | vcpkg-4b222f8d2653603b74fa5086cf0b02a1963d3911.tar.gz vcpkg-4b222f8d2653603b74fa5086cf0b02a1963d3911.zip | |
[libigl] Fix dynamic build and enable header-only mode (#14376)
* [libigl] Fix dynamic build and enable header-only mode
* Update portfile.cmake
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Diffstat (limited to 'ports/libigl/CONTROL')
| -rw-r--r-- | ports/libigl/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libigl/CONTROL b/ports/libigl/CONTROL index a317fdb1b..0de66e027 100644 --- a/ports/libigl/CONTROL +++ b/ports/libigl/CONTROL @@ -1,6 +1,6 @@ Source: libigl Version: 2.2.0 -Port-Version: 2 +Port-Version: 3 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 |
