onnxruntime/tools/ci_build/github/linux/docker/scripts
Changming Sun 23da468154
Upgrade cmake version to 3.24 (#13569)
### Description
Upgrade cmake version to 3.24 because I need to use a new feature that
is only provided in that version and later. Starting from cmake 3.24,
the
[FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html#module:FetchContent)
module and the
[find_package()](https://cmake.org/cmake/help/latest/command/find_package.html#command:find_package)
command now support integration capabilities, which means calls to
"FetchContent" can be implicitly redirected to "find_package", and vice
versa. Users can use a cmake variable to control the behavior. So, we
don't need to provide such a build option. We can delete our
"onnxruntime_PREFER_SYSTEM_LIB" build option and let cmake handle it.
And it would be easier for who wants to use vcpkg.


### Motivation and Context

Provide a unified package management method, and get aligned with the
community. This change is split from #13523 for easier review.
2022-11-04 22:58:51 -07:00
..
manylinux Enable ORT in TorchDynamo (#13259) 2022-11-01 11:19:29 -07:00
training Upgrade pytorch to 1.12.1 for training pipelines (#13128) 2022-09-28 17:59:49 -07:00
install-protobuf.sh Delete the build scripts that were copied from manylinux project (#12358) 2022-07-29 18:24:19 -07:00
install_ninja.sh Liqun/training pkg to run tests (#7662) 2021-05-16 09:10:57 -07:00
install_openmpi.sh Synchronize training dependency versions between Docker image and Python wheel. (#5261) 2020-09-23 19:03:42 -07:00
install_os_deps.sh Upgrade cmake version to 3.24 (#13569) 2022-11-04 22:58:51 -07:00
install_protobuf.sh Update protobuf submodule (#10801) 2022-03-09 09:37:58 -08:00
install_python_deps.sh Upgrade pytorch to 1.12.1 for training pipelines (#13128) 2022-09-28 17:59:49 -07:00
install_server_deps.sh Update protobuf to 3.16 (#7616) 2021-05-07 14:09:23 -07:00
install_ubuntu.sh Fix OLive build pipeline (#13114) 2022-09-27 10:19:58 -07:00
requirements.txt Openvino GPU Unit/Python Tests fix failure (#13122) 2022-09-28 16:00:06 -07:00