diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-10-30 14:10:20 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-29 23:10:20 -0700 |
| commit | 4f30616769f4ed2e78203cb593d48c6fd359d81c (patch) | |
| tree | e025c076a87cbed6ec6264eb5d3a4f11167d7bea /ports/libigl/CONTROL | |
| parent | cd2c2c80814663b53bbc6975a63e276b99d6555e (diff) | |
| download | vcpkg-4f30616769f4ed2e78203cb593d48c6fd359d81c.tar.gz vcpkg-4f30616769f4ed2e78203cb593d48c6fd359d81c.zip | |
[libigl]Add port libigl, add features. (#8607)
* [libigl]Add port libigl, add features.
* [libigl]Re-generate patch.
* Trigger CI.
* [libigl]Correct homepage.
Diffstat (limited to 'ports/libigl/CONTROL')
| -rw-r--r-- | ports/libigl/CONTROL | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ports/libigl/CONTROL b/ports/libigl/CONTROL new file mode 100644 index 000000000..93041cc4d --- /dev/null +++ b/ports/libigl/CONTROL @@ -0,0 +1,37 @@ +Source: libigl +Version: 2.1.0-1 +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 + +Feature: embree +Description: Build with embree +Build-Depends: embree3 + +Feature: opengl +Description: Build with opengl +Build-Depends: opengl, glad + +Feature: glfw +Description: Build with glfw +Build-Depends: glfw3 + +Feature: imgui +Description: Build with imgui +Build-Depends: imgui[example] + +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 |
