diff options
Diffstat (limited to 'ports/vectorclass')
| -rw-r--r-- | ports/vectorclass/CONTROL | 5 | ||||
| -rw-r--r-- | ports/vectorclass/vcpkg.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/vectorclass/CONTROL b/ports/vectorclass/CONTROL deleted file mode 100644 index a5110d95c..000000000 --- a/ports/vectorclass/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: vectorclass -Version: 2.00.01 -Homepage: https://github.com/vectorclass/version2 -Description: C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors -Supports: !(arm|arm64)
\ No newline at end of file diff --git a/ports/vectorclass/vcpkg.json b/ports/vectorclass/vcpkg.json new file mode 100644 index 000000000..ce2f69c84 --- /dev/null +++ b/ports/vectorclass/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "vectorclass", + "version-string": "2.00.01", + "port-version": 1, + "description": "C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors", + "homepage": "https://github.com/vectorclass/version2", + "supports": "!(arm | arm64)" +} |
