mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:19:06 +08:00
[libigl] allow arm (#30445)
This commit is contained in:
parent
9659713285
commit
1271068e13
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "libigl",
|
||||
"version": "2.4.0",
|
||||
"port-version": 1,
|
||||
"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.",
|
||||
"homepage": "https://github.com/libigl/libigl",
|
||||
"license": "GPL-3.0-only",
|
||||
"supports": "!(arm | uwp)",
|
||||
"dependencies": [
|
||||
"eigen3",
|
||||
"gmp",
|
||||
|
@ -390,9 +390,6 @@ libgxps:x64-windows-static-md=fail
|
||||
libhdfs3:x64-linux=fail
|
||||
libhdfs3:x64-osx=fail
|
||||
libhdfs3:arm64-osx=fail
|
||||
libigl:arm64-windows=fail
|
||||
libigl:arm-uwp=fail
|
||||
libigl:x64-uwp=fail
|
||||
libirecovery:x64-windows-static-md=fail
|
||||
# 120 min build time for libjxl arm-uwp-rel, reason unknown
|
||||
libjxl:arm-uwp=skip
|
||||
|
@ -4066,7 +4066,7 @@
|
||||
},
|
||||
"libigl": {
|
||||
"baseline": "2.4.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libilbc": {
|
||||
"baseline": "3.0.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7a44d46fb03c0127710107883208300358ad960f",
|
||||
"version": "2.4.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "f3426c36bc18bb524834ef9f4482964a3d980fb9",
|
||||
"version": "2.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user