We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116741d commit 4c501a7Copy full SHA for 4c501a7
contrib/fixup-libgfortran.sh
@@ -61,7 +61,7 @@ for lib in arpack openspecfun lapack; do
61
LIBQUADMATH_PATH=$(find_shlib "$(private_libname $lib)" libquadmath)
62
63
# Take the directories, add them onto LIBGFORTRAN_DIRS, which we use to
64
- # search for these libraries with in the future.
+ # search for these libraries in the future.
65
LIBGFORTRAN_DIRS="$LIBGFORTRAN_DIRS $(dirname $LIBGFORTRAN_PATH)"
66
LIBGFORTRAN_DIRS="$LIBGFORTRAN_DIRS $(dirname $LIBGCC_PATH)"
67
LIBGFORTRAN_DIRS="$LIBGFORTRAN_DIRS $(dirname $LIBQUADMATH_PATH)"
0 commit comments