Skip to content

Commit

Permalink
Install pari manually for cypari2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Jan 17, 2024
1 parent 435bed2 commit 4412d16
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,18 @@ jobs:
eval $(build/bin/sage-print-system-package-command $SYSTEM --yes --ignore-missing install $(build/bin/sage-get-system-packages $SYSTEM $(build/bin/sage-package list :standard:)))
pip3 install jinja2
# Download and install pari for cypari2
# https://github.com/sagemath/cypari2/issues/145
wget https://raw.githubusercontent.com/sagemath/cypari2/master/.install-pari.sh
chmod +x .install-pari.sh
./.install-pari.sh
env:
PARI_VERSION: pari-2.15.4

- name: Bootstrap
run: python3 -m sage_setup.autogen.interpreters src/sage/ext/interpreters
env:
PYTHONPATH: src
PYTHONPATH: src

- name: Build
run: |
Expand Down

0 comments on commit 4412d16

Please sign in to comment.