]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libigl/CONTROL
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libigl / CONTROL
1 Source: libigl
2 Version: 2.2.0
3 Port-Version: 4
4 Homepage: https://github.com/libigl/libigl
5 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.
6 Build-Depends: eigen3
7 Supports: !(arm|uwp)
8
9 Feature: embree
10 Description: Build with embree
11 Build-Depends: embree3
12
13 Feature: opengl
14 Description: Build with opengl
15 Build-Depends: opengl, glad
16
17 Feature: glfw
18 Description: Build with glfw
19 Build-Depends: libigl[core, opengl], glfw3
20
21 Feature: imgui
22 Description: Build with imgui
23 Build-Depends: libigl[core, glfw], imgui[core, glfw-binding, opengl3-glew-binding, libigl-imgui]
24
25 Feature: xml
26 Description: Build with libxml
27 Build-Depends: tinyxml2