mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
1b0252ca70
* CI test isal, not spdk-isal * Update to 2.30.0 * The nmake build uses only nasm The autotools build chooses the tool by feature level. It even requires yasm for mingw. * Relax platform restriction * Fix mingw builds * Fixup pkgconfig * Rewrite CMake config, move to unofficial namespace * Update versions
9 lines
239 B
JSON
9 lines
239 B
JSON
{
|
|
"name": "isal",
|
|
"version": "2.30.0",
|
|
"description": "Intel(R) Intelligent Storage Acceleration Library",
|
|
"homepage": "https://github.com/intel/isa-l",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp & (x64 | (arm64 & linux))"
|
|
}
|