diff options
Diffstat (limited to 'vcpkg/ports/superlu/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/superlu/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/superlu/vcpkg.json b/vcpkg/ports/superlu/vcpkg.json new file mode 100644 index 0000000..ca70591 --- /dev/null +++ b/vcpkg/ports/superlu/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "superlu", + "version": "7.0.0", + "description": "Supernodal sparse direct solver.", + "homepage": "https://github.com/xiaoyeli/superlu", + "license": "BSD-3-Clause-LBNL", + "dependencies": [ + "blas", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |