On Wed, 1 Nov 2017 17:29:37 +0100 Antonio Trande <anto.trande@xxxxxxxxx> wrote: > Hi all. > > 'configure' command of 'mld2p4' package is failing on Rawhide > x86_64/ppc64 only with: > > > checking for working installation of PSBLAS... yes. > > checking for version of PSBLAS... Done > > configure: error: PSBLAS version major "unknown". > > It happens on koji, not with 'rpmbuild' and 'mock'. > > Can anyone get 'config.log' from build > https://koji.fedoraproject.org/koji/taskinfo?taskID=22829601 ? or you could do something like diff --git a/mld2p4.spec b/mld2p4.spec index 204f352..ffc75ac 100644 --- a/mld2p4.spec +++ b/mld2p4.spec @@ -221,7 +221,9 @@ export INCBLAS=-I%{_includedir} --with-mumps="-ldmumps -lmumps_common -lpord" --with-mumpsincdir=%{_includedir}/MUMPS \ --with-superlu=-lsuperlu --with-superluincdir=%{_includedir}/SuperLU \ --with-umfpack=-lumfpack --with-umfpackincdir=%{_includedir}/suitesparse -%make_build +%make_build || : +cat path/to/config.log +exit 1 # Make shared libraries pushd lib Dan _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx