Skip to content

Commit

Permalink
Remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed May 2, 2020
1 parent ae907ff commit b04255b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/toolchain/scripts/install_scalapack.sh
Expand Up @@ -75,7 +75,6 @@ if [ "$with_scalapack" != "__DONTUSE__" ] ; then
prepend_path LD_LIBRARY_PATH "${pkg_install_dir}/lib"
prepend_path LD_RUN_PATH "${pkg_install_dir}/lib"
prepend_path LIBRARY_PATH "${pkg_install_dir}/lib"
export SCALAPACKROOT="${pkg_install_dir}"
EOF
cat "${BUILDDIR}/setup_scalapack" >> $SETUPFILE
fi
Expand Down

0 comments on commit b04255b

Please sign in to comment.