aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/blitz/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/blitz/vcpkg.json')
-rw-r--r--vcpkg/ports/blitz/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/blitz/vcpkg.json b/vcpkg/ports/blitz/vcpkg.json
new file mode 100644
index 0000000..bedb8f6
--- /dev/null
+++ b/vcpkg/ports/blitz/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "blitz",
+ "version-date": "2020-03-25",
+ "port-version": 7,
+ "description": "Blitz++ is a C++ template class library that provides high-performance multidimensional array containers for scientific computing.",
+ "homepage": "https://github.com/blitzpp/blitz",
+ "supports": "!(arm | arm64 | uwp)",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}