aboutsummaryrefslogtreecommitdiff
path: root/ports/blitz
diff options
context:
space:
mode:
Diffstat (limited to 'ports/blitz')
-rw-r--r--ports/blitz/CONTROL5
-rw-r--r--ports/blitz/vcpkg.json8
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/blitz/CONTROL b/ports/blitz/CONTROL
deleted file mode 100644
index 2df45ecfe..000000000
--- a/ports/blitz/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: blitz
-Version: 2020-03-25
-Homepage: https://github.com/blitzpp/blitz
-Description: Blitz++ is a C++ template class library that provides high-performance multidimensional array containers for scientific computing.
-Supports: !(arm|arm64|uwp) \ No newline at end of file
diff --git a/ports/blitz/vcpkg.json b/ports/blitz/vcpkg.json
new file mode 100644
index 000000000..22e8dd6e0
--- /dev/null
+++ b/ports/blitz/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "blitz",
+ "version-string": "2020-03-25",
+ "port-version": 1,
+ "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)"
+}