[libigl] allow arm (#30445)

This commit is contained in:
autoantwort 2023-03-29 01:35:20 +02:00 committed by GitHub
parent 9659713285
commit 1271068e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View File

@ -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",

View File

@ -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

View File

@ -4066,7 +4066,7 @@
},
"libigl": {
"baseline": "2.4.0",
"port-version": 0
"port-version": 1
},
"libilbc": {
"baseline": "3.0.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7a44d46fb03c0127710107883208300358ad960f",
"version": "2.4.0",
"port-version": 1
},
{
"git-tree": "f3426c36bc18bb524834ef9f4482964a3d980fb9",
"version": "2.4.0",