Adding static library building option. (#244)

* Adding static library building option.

* Disabling running tests for static build

* Removing static packaging in CI

Co-authored-by: Saad Rahim <saad.rahim@amd.com>

[ROCm/rccl commit: c5d4d9eb76]
This commit is contained in:
Stanley Tsang
2020-08-06 11:19:43 -06:00
committed by GitHub
szülő e5432857db
commit bbc4b72ebe
6 fájl változott, egészen pontosan 105 új sor hozzáadva és 5 régi sor törölve
+1
Fájl megtekintése
@@ -27,6 +27,7 @@ The root of this repository has a helper script 'install.sh' to build and instal
* `./install.sh -t` -- builds library including unit tests
* `./install.sh -r` -- runs unit tests (must be already built)
* `./install.sh -p` -- builds RCCL package
* `./install.sh -s` -- builds RCCL as a static library (default: shared)
* `./install.sh -hcc` -- builds RCCL with hcc compiler; note that hcc is now deprecated. (default:hip-clang)
* `./install.sh --prefix` -- specify custom path to install RCCL to (default:/opt/rocm)