diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-05-18 15:03:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-17 23:03:33 -0700 |
| commit | c76ec6f7f719ba2c35ed6f1155c0ae65875c867c (patch) | |
| tree | b01370d0b8f1fe0a5cefe521e61e80e6942e8c00 /versions | |
| parent | e120407c0fbef92a1a02885d1dfa5ab2c07b1248 (diff) | |
| download | vcpkg-c76ec6f7f719ba2c35ed6f1155c0ae65875c867c.tar.gz vcpkg-c76ec6f7f719ba2c35ed6f1155c0ae65875c867c.zip | |
[tensorpipe] create a new port (#16472)
* [tensorpipe] create a new port
* [tensorpipe] create patch for libuv
* [libnop] create a new port
* [libnop] update baseline and port SHA
* [tensorpipe] fix header/target install
* [tensorpipe] remove support of Windows/UWP
* [tensorpipe] update baseline and port SHA
* Update ports/tensorpipe/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/tensorpipe/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [tensorpipe] support 'test' feature for Linux
* it will be helpful to check output binaries are valid
* update code snapshot(2021/03/02) and port SHA
* [tensorpipe] fix build failures in Linux
* TC for 'ibv' failes
* link with CMAKE_DL_LIBS for <dlfcn.h>
* [tensorpipe] apply PR feedback
* [tensorpipe] update version-date and patches
* [tensorpipe] FATAL_ERROR if feature requires Linux
* [tensorpipe] reduce features and code base
* simplify features
* fix `pybind11` build failures
* updates source code base and CMake export file names
* use GNUInstallDirs variable
* [tensorpipe] update baseline
* [tensorpipe] update support
* use more correct "support" exporession
* [tensorpipe] fix Linux/CUDA test options
* [tensorpipe] fix corrupted patch
* [tensorpipe] fix wrong support expression
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/t-/tensorpipe.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 75e404944..f5918e86d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5964,6 +5964,10 @@ "baseline": "2.4.1", "port-version": 1 }, + "tensorpipe": { + "baseline": "2021-04-26", + "port-version": 0 + }, "termcolor": { "baseline": "2.0.0", "port-version": 0 diff --git a/versions/t-/tensorpipe.json b/versions/t-/tensorpipe.json new file mode 100644 index 000000000..534b63696 --- /dev/null +++ b/versions/t-/tensorpipe.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "ab0e7e22e13c4ebe8c308008aaabb803dca57cdc", + "version-date": "2021-04-26", + "port-version": 0 + } + ] +} |
