early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/include/ignition/math/Color.hh b/include/ignition/math/Color.hh
index faf7a08..16758c5 100644
--- a/include/ignition/math/Color.hh
+++ b/include/ignition/math/Color.hh
@@ -18,6 +18,7 @@
#define IGNITION_MATH_COLOR_HH_
#include <iostream>
+#include <cctype>
#include <ignition/math/Helpers.hh>
#include <ignition/math/Vector3.hh>

View File

@@ -0,0 +1,4 @@
ignition_modular_library(NAME math
VERSION "6.6.0"
SHA512 6c0a6e7098f31b3dc9abbcd8714808669eca10e385748d4c1b44aa06dcfa5701906bea0277a99c3132fdd1a8c9a8e9c593099ac0eedfe5dec370018b2b63bfec
PATCHES fix-isspace.patch)

View File

@@ -0,0 +1,16 @@
{
"name": "ignition-math6",
"version": "6.6.0",
"port-version": 3,
"description": "Math API for robotic applications",
"homepage": "https://ignitionrobotics.org/libs/math",
"license": null,
"dependencies": [
"eigen3",
"ignition-cmake2",
{
"name": "ignition-modularscripts",
"host": true
}
]
}