aboutsummaryrefslogtreecommitdiff
path: root/ports/lapack
diff options
context:
space:
mode:
Diffstat (limited to 'ports/lapack')
-rw-r--r--ports/lapack/CONTROL5
-rw-r--r--ports/lapack/vcpkg.json16
2 files changed, 16 insertions, 5 deletions
diff --git a/ports/lapack/CONTROL b/ports/lapack/CONTROL
deleted file mode 100644
index 6147ef3a8..000000000
--- a/ports/lapack/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: lapack
-Version: 3
-Port-Version: 1
-Description: Metapackage for packages which provide LAPACK
-Build-Depends: clapack(arm&windows), lapack-reference(!arm|!windows)
diff --git a/ports/lapack/vcpkg.json b/ports/lapack/vcpkg.json
new file mode 100644
index 000000000..49dbcfc22
--- /dev/null
+++ b/ports/lapack/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "name": "lapack",
+ "version-string": "3",
+ "port-version": 2,
+ "description": "Metapackage for packages which provide LAPACK",
+ "dependencies": [
+ {
+ "name": "clapack",
+ "platform": "arm & windows"
+ },
+ {
+ "name": "lapack-reference",
+ "platform": "!arm | !windows"
+ }
+ ]
+}