diff options
Diffstat (limited to 'vcpkg/ports/blas/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/blas/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/blas/vcpkg.json b/vcpkg/ports/blas/vcpkg.json new file mode 100644 index 0000000..c4f1286 --- /dev/null +++ b/vcpkg/ports/blas/vcpkg.json @@ -0,0 +1,18 @@ +{ + "$comment": "Keep the platform expressions in sync with the wrappers installed by the portfiles!", + "name": "blas", + "version-date": "2023-04-14", + "port-version": 4, + "description": "Metapackage for packages which provide BLAS", + "license": null, + "dependencies": [ + { + "name": "openblas", + "platform": "!osx & !ios" + }, + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |