readlink -f is non-POSIX

This commit is contained in:
Owen Rafferty 2022-03-28 18:48:38 -05:00
parent 066745db63
commit 5a4d1b91f5
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
1 changed files with 1 additions and 2 deletions

View File

@ -3615,8 +3615,7 @@ lapack_embeded_underscore_objs_z="
zlaunhr_col_getrfnp zlaunhr_col_getrfnp2 zunhr_col zlaunhr_col_getrfnp zlaunhr_col_getrfnp2 zunhr_col
" "
dirname="$(dirname "$(dirname "$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")/lapack-netlib"
dirname="$(dirname "$(dirname "$(readlink -f "${0}")")")/lapack-netlib"
if [ "${13}" -eq 1 ]; then if [ "${13}" -eq 1 ]; then
blasobjs="$blasobjs $bfblasobjs" blasobjs="$blasobjs $bfblasobjs"