Aman Surkar
Aman Surkar
Hi @ravigumm, I have removed these boost-cpp, libevent, thrift-cpp feedstocks from arrow-env as per your suggestion. PR for the same: https://github.com/open-ce/open-ce/pull/1046
Removed `rapidjson, gflags, glog` from arrow-env as now available on Anaconda channel for s390x. https://github.com/open-ce/open-ce/pull/1068
Removed `termcolor` pin : https://github.com/open-ce/open-ce/pull/1071
Failure seen for Pytorch using gcc-toolset-12 (P9), which was solved after setting '-Werror' flag as 'nonnull' (previously fixed in open-ce-1.9.4 release): ``` inlined from ‘_OI std::copy(_II, _II, _OI) [with _II...
Fixed : https://github.com/open-ce/open-ce/pull/1150
Av-feedstock couldn't be refresh as it requires ffmpeg refresh which isn't getting refreshed directly, so building Torchvision without Av refresh.
Protobuf > 21.12 causes build failure for Pytorch, so keeping protobuf and libprotobuf as it i.e. 21.12.
Onnx 1.16.1 requires protobuf ==4.21.12: https://github.com/onnx/onnx/blob/595228d99e3977ac27cb79d5963adda262af99ad/requirements-release.txt#L7
Fixed: https://github.com/open-ce/DALI-feedstock/pull/82