diff options
Diffstat (limited to 'ports/vc')
| -rw-r--r-- | ports/vc/CONTROL | 5 | ||||
| -rw-r--r-- | ports/vc/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/vc/CONTROL b/ports/vc/CONTROL deleted file mode 100644 index 8b9054056..000000000 --- a/ports/vc/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: vc -Version: 1.4.2 -Homepage: https://github.com/VcDevel/Vc -Description: SIMD Vector Classes for C++ . -Supports: !arm64 diff --git a/ports/vc/vcpkg.json b/ports/vc/vcpkg.json new file mode 100644 index 000000000..d63975fbe --- /dev/null +++ b/ports/vc/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "vc", + "version-string": "1.4.2", + "port-version": 1, + "description": "SIMD Vector Classes for C++ .", + "homepage": "https://github.com/VcDevel/Vc", + "supports": "!arm64" +} |
