early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/ignition-math6/fix-isspace.patch
vendored
Executable file
12
externals/vcpkg/ports/ignition-math6/fix-isspace.patch
vendored
Executable 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>
|
||||
4
externals/vcpkg/ports/ignition-math6/portfile.cmake
vendored
Executable file
4
externals/vcpkg/ports/ignition-math6/portfile.cmake
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
ignition_modular_library(NAME math
|
||||
VERSION "6.6.0"
|
||||
SHA512 6c0a6e7098f31b3dc9abbcd8714808669eca10e385748d4c1b44aa06dcfa5701906bea0277a99c3132fdd1a8c9a8e9c593099ac0eedfe5dec370018b2b63bfec
|
||||
PATCHES fix-isspace.patch)
|
||||
16
externals/vcpkg/ports/ignition-math6/vcpkg.json
vendored
Executable file
16
externals/vcpkg/ports/ignition-math6/vcpkg.json
vendored
Executable 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user