Skip to content

Commit 269c176

Browse files
author
Winfried Bruns
committed
Installation of Flint corrected
1 parent e068942 commit 269c176

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.ci-install-normaliz.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ fi
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!"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

NormalizModule.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ using std::string;
1818

1919
#include <libnormaliz/libnormaliz.h>
2020

21+
#ifdef ENFNORMALIZ
2122
using eantic::renf_elem_class;
2223
using eantic::renf_class;
24+
#endif
2325

2426
using libnormaliz::Cone;
2527
// using libnormaliz::ConeProperty;

0 commit comments

Comments
 (0)