diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2020-12-13 13:56:32 +0100 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2020-12-13 15:22:15 +0100 |
commit | 4dbe7d850b96fd5329f4be4e9fb195e9bd8fedb5 (patch) | |
tree | 2c9f818f37b9392f3e3e89eb76cc25f3d3096d49 /sci-libs/libigl/metadata.xml | |
parent | sys-libs/libcap: Removed old (diff) | |
download | gentoo-4dbe7d850b96fd5329f4be4e9fb195e9bd8fedb5.tar.gz gentoo-4dbe7d850b96fd5329f4be4e9fb195e9bd8fedb5.tar.bz2 gentoo-4dbe7d850b96fd5329f4be4e9fb195e9bd8fedb5.zip |
sci-libs/libigl: new ebuild
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/18638
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'sci-libs/libigl/metadata.xml')
-rw-r--r-- | sci-libs/libigl/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-libs/libigl/metadata.xml b/sci-libs/libigl/metadata.xml new file mode 100644 index 000000000000..970568e68005 --- /dev/null +++ b/sci-libs/libigl/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>3dprint@gentoo.org</email> + <name>Gentoo 3D Printer Project</name> + </maintainer> + <longdescription> + ibigl is a simple C++ geometry processing library with 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. + </longdescription> + <upstream> + <remote-id type="github">libigl/libigl</remote-id> + </upstream> +</pkgmetadata> |