aboutsummaryrefslogtreecommitdiff
path: root/ports/xsimd
diff options
context:
space:
mode:
Diffstat (limited to 'ports/xsimd')
-rw-r--r--ports/xsimd/CONTROL8
-rw-r--r--ports/xsimd/vcpkg.json15
2 files changed, 15 insertions, 8 deletions
diff --git a/ports/xsimd/CONTROL b/ports/xsimd/CONTROL
deleted file mode 100644
index 5e4057b4b..000000000
--- a/ports/xsimd/CONTROL
+++ /dev/null
@@ -1,8 +0,0 @@
-Source: xsimd
-Version: 7.4.9
-Description: Modern, portable C++ wrappers for SIMD intrinsics
-Homepage: https://github.com/xtensor-stack/xsimd
-
-Feature: xcomplex
-Description: xtl complex support
-Build-Depends: xtl
diff --git a/ports/xsimd/vcpkg.json b/ports/xsimd/vcpkg.json
new file mode 100644
index 000000000..239aa1315
--- /dev/null
+++ b/ports/xsimd/vcpkg.json
@@ -0,0 +1,15 @@
+{
+ "name": "xsimd",
+ "version-string": "7.4.9",
+ "port-version": 1,
+ "description": "Modern, portable C++ wrappers for SIMD intrinsics",
+ "homepage": "https://github.com/xtensor-stack/xsimd",
+ "features": {
+ "xcomplex": {
+ "description": "xtl complex support",
+ "dependencies": [
+ "xtl"
+ ]
+ }
+ }
+}