Merge pull request #3643 from martin-frbg/fixgensymbol

Fix LAPACK path in new gensymbol script
This commit is contained in:
Martin Kroeker
2022-06-08 11:18:46 +02:00
committed by GitHub

View File

@@ -3615,7 +3615,7 @@ lapack_embeded_underscore_objs_z="
zlaunhr_col_getrfnp zlaunhr_col_getrfnp2 zunhr_col
"
dirname=`pwd`/lapack-netlib
dirname=`pwd -P`/../lapack-netlib
p1=$1
p2=$2