diff options
Diffstat (limited to 'vcpkg/ports/mlpack/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mlpack/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/mlpack/vcpkg.json b/vcpkg/ports/mlpack/vcpkg.json new file mode 100644 index 0000000..16567e6 --- /dev/null +++ b/vcpkg/ports/mlpack/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "mlpack", + "version": "4.6.2", + "description": "mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.", + "homepage": "https://github.com/mlpack/mlpack", + "license": "BSD-3-Clause", + "supports": "!uwp", + "dependencies": [ + "armadillo", + "cereal", + "ensmallen", + "stb" + ] +} |