Re: Heads up - %configure and %cmake changes affecting MPI packages

2020-06-24 Thread Nicolas Mailhot via devel
Le mercredi 24 juin 2020 à 21:49 -0600, Orion Poplawski a écrit : > This change in redhat-rpm-config: > > * Wed Jun 03 2020 Igor Raits - > 158-1 > - Add option to choose C/C++ toolchain > > changed %_set_build_flags to also set the CC/CXX compiler variables: > >    CC=%{__cc}; export CC ; \ >  

Heads up - %configure and %cmake changes affecting MPI packages

2020-06-24 Thread Orion Poplawski
This change in redhat-rpm-config: * Wed Jun 03 2020 Igor Raits - 158-1 - Add option to choose C/C++ toolchain changed %_set_build_flags to also set the CC/CXX compiler variables: CC=%{__cc}; export CC ; \ CXX=%{__cxx}; export CXX ; \ This breaks the relatively common construct for