diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-09-10 13:29:52 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-09-10 13:29:52 -0700 |
| commit | cbf9553c6ee9f220d696433d6c41de6ff6fcbda0 (patch) | |
| tree | 29c2369e8707f659c6058f643701c92aba25adc1 /ports/parallelstl/CONTROL | |
| parent | 3f6ab4834e8469bbe1f6569b7941c720f178b688 (diff) | |
| download | vcpkg-cbf9553c6ee9f220d696433d6c41de6ff6fcbda0.tar.gz vcpkg-cbf9553c6ee9f220d696433d6c41de6ff6fcbda0.zip | |
[parallelstl] Add new port (#8039)
Diffstat (limited to 'ports/parallelstl/CONTROL')
| -rw-r--r-- | ports/parallelstl/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/parallelstl/CONTROL b/ports/parallelstl/CONTROL new file mode 100644 index 000000000..6361e1bd9 --- /dev/null +++ b/ports/parallelstl/CONTROL @@ -0,0 +1,5 @@ +Source: parallelstl
+Version: 20190522-1
+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 |
