diff options
Diffstat (limited to 'vcpkg/ports/armadillo/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/armadillo/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/armadillo/vcpkg.json b/vcpkg/ports/armadillo/vcpkg.json new file mode 100644 index 0000000..bdfe7fc --- /dev/null +++ b/vcpkg/ports/armadillo/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "armadillo", + "version": "14.4.1", + "port-version": 1, + "description": "Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use", + "homepage": "https://arma.sourceforge.net/", + "license": "Apache-2.0", + "dependencies": [ + "blas", + "lapack", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |