diff options
Diffstat (limited to 'ports/clapack')
| -rw-r--r-- | ports/clapack/CONTROL | 6 | ||||
| -rw-r--r-- | ports/clapack/vcpkg.json | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/ports/clapack/CONTROL b/ports/clapack/CONTROL deleted file mode 100644 index f24dee073..000000000 --- a/ports/clapack/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: clapack -Version: 3.2.1 -Port-Version: 16 -Homepage: https://www.netlib.org/clapack -Description: CLAPACK (f2c'ed version of LAPACK) -Build-Depends: blas diff --git a/ports/clapack/vcpkg.json b/ports/clapack/vcpkg.json new file mode 100644 index 000000000..7d7c90a41 --- /dev/null +++ b/ports/clapack/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "clapack", + "version-string": "3.2.1", + "port-version": 16, + "description": "CLAPACK (f2c'ed version of LAPACK)", + "homepage": "https://www.netlib.org/clapack", + "dependencies": [ + "blas" + ] +} |
