Support building python bindings for multiple python versions (#655)
* Target multiple python versions
* Fix overriding c++ standard
* Add a cmake module for python
* Remove python 3 stage
* Suppress warnings
* Formatting
Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
Showing
cmake/PythonModules.cmake
0 → 100644
| ... | @@ -5,5 +5,5 @@ ROCmSoftwarePlatform/MIOpen@2.4.0 | ... | @@ -5,5 +5,5 @@ ROCmSoftwarePlatform/MIOpen@2.4.0 |
| nlohmann/json@v3.8.0 | nlohmann/json@v3.8.0 | ||
| blaze,https://bitbucket.org/blaze-lib/blaze/get/f0755dea0e03.tar.gz -X header -DHEADER_DIR=blaze | blaze,https://bitbucket.org/blaze-lib/blaze/get/f0755dea0e03.tar.gz -X header -DHEADER_DIR=blaze | ||
| half,https://github.com/pfultz2/half/archive/1.12.0.tar.gz -X header -H sha256:0a08660b68abb176ebc2a0cdf8de46e3182a7f46c66443bb80dbfaaec98cf969 | half,https://github.com/pfultz2/half/archive/1.12.0.tar.gz -X header -H sha256:0a08660b68abb176ebc2a0cdf8de46e3182a7f46c66443bb80dbfaaec98cf969 | ||
| pybind/pybind11@v2.2.4 -DPYBIND11_TEST=Off --build | pybind/pybind11@d159a563383d10c821ba7b2a71905d1207db6de4 --build | ||
| msgpack/msgpack-c@cpp-3.3.0 -DMSGPACK_BUILD_TESTS=Off | msgpack/msgpack-c@cpp-3.3.0 -DMSGPACK_BUILD_TESTS=Off | ||
| \ No newline at end of file |
Please register or sign in to comment