Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
don't install ggwave for now, due to ggerganov/ggwave#89

this is failing to build vula_libnss now.
  • Loading branch information
leif committed Nov 15, 2023
1 parent ee9a3de commit 91ac72a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions misc/install-debian-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ echo "Installing on '$dist'"

sibc_deps="dh-python python3-click python3-progress python3-mpmath python3-numpy python3-matplotlib python3-networkx python3-setuptools-scm python3-setuptools python3-cpuinfo python3-all build-essential fakeroot"

vula_deps="wireguard-tools python3-yaml python3-click python3-nacl python3-schema python3-pip python3-pathtools make gcc python3-pydbus python3-pyroute2 python3-pytest-runner python3-pytest python3-toml python3-py python3-packaging python3-pluggy python3-hkdf python3-ifaddr python3-cryptography python3-dbus python3-pygments python3-systemd python3-qrcode python3-all fakeroot build-essential dh-python debhelper python3-dev python3-zeroconf python3-all-dev python3-babel python3-tk python3-sphinx python3-xlib python3-pillow gir1.2-ayatanaappindicator3-0.1 python3-pyaudio pipx"
vula_deps="wireguard-tools python3-yaml python3-click python3-nacl python3-schema python3-pip python3-pathtools make gcc python3-pydbus python3-pyroute2 python3-pytest-runner python3-pytest python3-toml python3-py python3-packaging python3-pluggy python3-hkdf python3-ifaddr python3-cryptography python3-dbus python3-pygments python3-systemd python3-qrcode python3-all fakeroot build-essential dh-python debhelper python3-dev python3-zeroconf python3-all-dev python3-babel python3-tk python3-sphinx python3-xlib python3-pillow gir1.2-ayatanaappindicator3-0.1 python3-pyaudio python3-stdeb"

# just for installing stdeb from git
vula_deps="$vula_deps pipx git"

click_man_deps="python3-click-man click-man"

Expand All @@ -44,8 +47,9 @@ apt update
apt install -y --no-install-recommends $sibc_deps $vula_deps

# use this unmerged PR version of stdeb https://github.com/astraw/stdeb/pull/195
pipx install git+https://github.com/jcapona/stdeb@use-json-api
pipx ensurepath
export PATH="~/.local/bin:$PATH"
pipx install git+https://github.com/jcapona/stdeb@use-json-api

# workaround bug where pipx install of stdeb doesn't include requests in venv...
# https://github.com/pypa/pipx/issues/233#issuecomment-540049239
Expand Down Expand Up @@ -91,7 +95,7 @@ if [ "$dist" = "buster" ]; then

fi

pypi-install ggwave
#pypi-install ggwave
# pip3 install ggwave

pypi-install sibc
Expand Down

0 comments on commit 91ac72a

Please sign in to comment.