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 946c675 commit 0f1d96bCopy full SHA for 0f1d96b
.github/workflows/ccpp.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
python-version: 3.7
16
- name: get dependencies
17
- run: sudo apt-get install git cmake python3-dev g++ libpcre3 libpcre3-dev libgmp3-dev libgtkmm-3.0-dev libboost-all-dev libgmp-dev libsqlite3-dev uuid-dev texlive-base && python3 --version && which python3 && python3 -m pip install sympy gmpy2
+ run: sudo apt-get install git cmake python3-dev g++ libpcre3 libpcre3-dev libgmp3-dev libgtkmm-3.0-dev libboost-all-dev libgmp-dev libsqlite3-dev uuid-dev texlive-base libmpfr-dev && python3 --version && which python3 && python3 -m pip install sympy gmpy2
18
- name: configure
19
run: mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..
20
- name: make
0 commit comments