Ubuntu no longer has libopenblas-base transition package · python-control/python-control@a38b70c

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit a38b70c

committed

Ubuntu no longer has libopenblas-base transition package

1 parent a3d3aec commit a38b70c

File tree

1 file changed

+

1

-

1

lines changed

1 file changed

+

1

-

1

lines changed

Lines changed: 1 addition & 1 deletion

Original file line numberDiff line numberDiff line change

@@ -226,7 +226,7 @@ jobs:

226226

sudo apt-get -y update

227227

case ${{ matrix.blas_lib }} in

228228

Generic ) sudo apt-get -y install libblas3 liblapack3 ;;

229-

unset | OpenBLAS ) sudo apt-get -y install libopenblas-base ;;

229+

unset | OpenBLAS ) sudo apt-get -y install libopenblas0 ;;

230230

*)

231231

echo "BLAS ${{ matrix.blas_lib }} not supported for wheels on Ubuntu"

232232

exit 1 ;;

0 commit comments

Comments

 (0)