aboutsummaryrefslogtreecommitdiff
path: root/ports/parallelstl
diff options
context:
space:
mode:
Diffstat (limited to 'ports/parallelstl')
-rw-r--r--ports/parallelstl/CONTROL5
-rw-r--r--ports/parallelstl/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/parallelstl/CONTROL b/ports/parallelstl/CONTROL
deleted file mode 100644
index 4b7b0549a..000000000
--- a/ports/parallelstl/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: parallelstl
-Version: 20200330
-Homepage: https://github.com/intel/parallelstl
-Description: Parallel STL is an implementation of the C++ standard library algorithms with support for execution policies, as specified in ISO/IEC 14882:2017 standard, commonly called C++17.
-Build-Depends: tbb \ No newline at end of file
diff --git a/ports/parallelstl/vcpkg.json b/ports/parallelstl/vcpkg.json
new file mode 100644
index 000000000..f64a2af0f
--- /dev/null
+++ b/ports/parallelstl/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "parallelstl",
+ "version-string": "20200330",
+ "port-version": 1,
+ "description": "Parallel STL is an implementation of the C++ standard library algorithms with support for execution policies, as specified in ISO/IEC 14882:2017 standard, commonly called C++17.",
+ "homepage": "https://github.com/intel/parallelstl",
+ "dependencies": [
+ "tbb"
+ ]
+}