diff options
Diffstat (limited to 'ports/blaze')
| -rw-r--r-- | ports/blaze/CONTROL | 6 | ||||
| -rw-r--r-- | ports/blaze/vcpkg.json | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/ports/blaze/CONTROL b/ports/blaze/CONTROL deleted file mode 100644 index 94d148368..000000000 --- a/ports/blaze/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: blaze -Version: 3.8 -Port-Version: 1 -Build-Depends: lapack, boost-exception -Homepage: https://bitbucket.org/blaze-lib/blaze -Description: Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic. diff --git a/ports/blaze/vcpkg.json b/ports/blaze/vcpkg.json new file mode 100644 index 000000000..19a46638c --- /dev/null +++ b/ports/blaze/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "blaze", + "version-string": "3.8", + "port-version": 2, + "description": "Blaze is an open-source, high-performance C++ math library for dense and sparse arithmetic.", + "homepage": "https://bitbucket.org/blaze-lib/blaze", + "dependencies": [ + "boost-exception", + "lapack" + ] +} |
