We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f497cd commit 2548a32Copy full SHA for 2548a32
.travis.yml
@@ -13,9 +13,9 @@ python:
13
# non python dependencies
14
before_install:
15
- sudo apt-get -qq update
16
- - wget http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.9.2.tar.gz
17
- - tar xf pari-2.9.2.tar.gz
18
- - cd pari-2.9.2/
+ - wget http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.9.3.tar.gz
+ - tar xf pari-2.9.3.tar.gz
+ - cd pari-2.9.3/
19
- ./Configure --prefix=/usr/
20
- make gp
21
- sudo make install
0 commit comments