Skip to content

Commit

Permalink
Handle rename of Ubuntu Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Nov 12, 2024
1 parent 7b4f9ad commit efd51e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/install-ppa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

apt install -y software-properties-common
apt-add-repository -y ppa:${PPA_TARGET}
apt install -y cantera-python3 libcantera-dev
apt install -y python3-cantera libcantera-dev
2 changes: 1 addition & 1 deletion scripts/install-python-local.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

cd /src/packaging
dpkg -i cantera-common*.deb cantera-python3_*.deb libcantera*.deb
dpkg -i cantera-common*.deb python3-cantera_*.deb libcantera*.deb

0 comments on commit efd51e3

Please sign in to comment.