<div dir="ltr">Dear petsc-users,<div><br></div><div>I am trying to install petsc with the option --with-precision=__float128. The ./configure goes fine, as well as the make all stage. However, the make check step to test the libraries fails with the following error:</div><div><br></div><div>/usr/bin/ld: home/spin/petsc-3.9.3/arch-linux2-c-opt/lib/libpetsc.so: undefined reference to `dgemv_'</div><div><br></div><div><br></div><div>this is the configure command I use:</div><div><br></div><div>./configure --with-scalar-type=complex --with-precision=__float128 --with-debugging=0 --with-fortran-kernels=1 COPTFLAGS='-O3 -march=native -mtune=native' CXXOPTFLAGS='-O3 -march=native -mtune=native' FOPTFLAGS='-O3 -march=native -mtune=native' --download-f2cblaslapack<br></div><div><br></div><div><br></div><div>Any hints or suggestions are welcome. Thanks so much in advance!</div><div><br></div><div>Santiago </div></div>