Fix LAPACK path in new gensymbol script
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 5 Jun 2022 21:28:12 +0000 (23:28 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jun 2022 21:28:12 +0000 (23:28 +0200)
exports/gensymbol

index eafa2f8..59135ff 100755 (executable)
@@ -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