File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2424
2525[ " $COCOALIB " == " yes" ] && ./install_scripts_opt/install_nmz_cocoa.sh && echo " cocoalib complete!"
2626[ " $FLINT " == " yes" ] && ./install_scripts_opt/install_nmz_flint.sh && echo " flint complete!"
27+ [ " $EANTIC " == " yes" ] && ./install_scripts_opt/install_nmz_flint.sh && echo " flint complete!"
2728[ " $EANTIC " == " yes" ] && ./install_scripts_opt/install_nmz_arb.sh && echo " arb complete!"
2829[ " $EANTIC " == " yes" ] && ./install_scripts_opt/install_nmz_e-antic.sh && echo " e-antic complete!"
2930[ " $NAUTY " == " yes" ] && ./install_scripts_opt/install_nmz_nauty.sh && echo " nauty complete!"
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v2
1616 - name : " Install prerequisites and Normaliz"
1717 run : |
18- sudo apt-get install libgmp-dev libflint-dev
18+ sudo apt-get install libgmp-dev
1919 pip install coverage
2020 pip3 install coverage
2121 pip install setuptools
You can’t perform that action at this time.
0 commit comments