diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2019-09-04 00:29:29 +0200 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-09-03 15:29:29 -0700 |
| commit | 75a2b65447b9af04988478b4ddccad75f4e858ec (patch) | |
| tree | 6c2b78028616e73f07f10821f6b329a6fce31ae2 /ports/ignition-math4 | |
| parent | b8f0e2c8c69dc1990e175b1eecfb3a40db71a46a (diff) | |
| download | vcpkg-75a2b65447b9af04988478b4ddccad75f4e858ec.tar.gz vcpkg-75a2b65447b9af04988478b4ddccad75f4e858ec.zip | |
Add support for writing ports of Ignition Robotics libraries and ports for ignition-cmake0 and ignition-math4 (#7781)
* Add ignition-modularscript port
Modeled after the qt5-modularscript port, this port just contain
ignition_modular_library, an helper CMake function to simplify the
process of writing port of C++ libraries developed by the Ignition
Robotics project ( https://ignitionrobotics.org ).
* Add ignition-cmake0 port
* Add ignition-math4 port
Diffstat (limited to 'ports/ignition-math4')
| -rw-r--r-- | ports/ignition-math4/CONTROL | 5 | ||||
| -rw-r--r-- | ports/ignition-math4/portfile.cmake | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ports/ignition-math4/CONTROL b/ports/ignition-math4/CONTROL new file mode 100644 index 000000000..44aa0c01a --- /dev/null +++ b/ports/ignition-math4/CONTROL @@ -0,0 +1,5 @@ +Source: ignition-math4
+Version: 4.0.0
+Homepage: https://ignitionrobotics.org/libs/math
+Build-Depends: ignition-cmake0
+Description: Math API for robotic applications
diff --git a/ports/ignition-math4/portfile.cmake b/ports/ignition-math4/portfile.cmake new file mode 100644 index 000000000..a6a00c849 --- /dev/null +++ b/ports/ignition-math4/portfile.cmake @@ -0,0 +1,7 @@ +include(vcpkg_common_functions)
+
+include(${CURRENT_INSTALLED_DIR}/share/ignitionmodularscripts/ignition_modular_library.cmake)
+
+ignition_modular_library(NAME math
+ VERSION "4.0.0"
+ SHA512 09023b559e7e544e628131189f3a7f57a9b73868f66f81e5ce1a353092940949973e1753f18ead8f655ad88c0e1d1bf51bbf63163760694aab7a97a4c0f6d519)
|
