Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #29631: don't force SHELL=bash when installing linbox.
Browse files Browse the repository at this point in the history
This workaround is no longer needed, as I'm regularly installing
linbox-1.6.3 with /bin/sh -> /bin/dash.
  • Loading branch information
orlitzky committed Feb 22, 2022
1 parent 15c8011 commit 9a8bf64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/pkgs/linbox/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ fi
# See trac ticket #21221.
LINBOX_CONFIGURE="--without-fplll $LINBOX_CONFIGURE"

# Need to use 'bash' for configure, see
# https://trac.sagemath.org/ticket/23451
if [ -z "$CONFIG_SHELL" ]; then
export CONFIG_SHELL=`command -v bash`
fi

# We disable openmp because of build failures, see
# http://trac.sagemath.org/ticket/17635#comment:67
# We disable ocl because of build failures, see
Expand Down

0 comments on commit 9a8bf64

Please sign in to comment.