diff options
Diffstat (limited to 'vcpkg/ports/sleef/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sleef/vcpkg.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/vcpkg/ports/sleef/vcpkg.json b/vcpkg/ports/sleef/vcpkg.json new file mode 100644 index 0000000..1d97c39 --- /dev/null +++ b/vcpkg/ports/sleef/vcpkg.json @@ -0,0 +1,37 @@ +{ + "name": "sleef", + "version": "3.9.0", + "port-version": 1, + "description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT", + "homepage": "https://sleef.org/", + "license": "BSL-1.0", + "supports": "!(arm & windows)", + "dependencies": [ + { + "name": "sleef", + "host": true + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "dft": { + "description": "Build the DFT library. Needs OpenMP.", + "dependencies": [ + { + "name": "sleef", + "host": true, + "features": [ + "dft" + ] + } + ] + } + } +} |