vcpkg/ports/sleef/vcpkg.json
JoergAtGithub 8a2b7de29d
[sleef] Fix that port didn't install the DLL and PDB files from the buildtree (#31696)
* sleef port didn't install the DLL and PDB files from the buildtree

* Removed accidentally committed out-commented line of code
2023-05-30 18:59:35 -07:00

16 lines
362 B
JSON

{
"name": "sleef",
"version": "3.5.1",
"port-version": 4,
"description": "SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT",
"homepage": "https://sleef.org/",
"license": "BSL-1.0",
"supports": "!uwp & !(arm & windows) & !(arm64 & osx)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}