early-access version 2853
This commit is contained in:
10
externals/vcpkg/ports/parallelstl/vcpkg.json
vendored
Executable file
10
externals/vcpkg/ports/parallelstl/vcpkg.json
vendored
Executable file
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user