File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed
Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 55 normaliz-test :
66 runs-on : macos-13
77 steps :
8- - name : Get C++ standard version
9- run : g++ -dM -E -x c++ /dev/null | grep -F __cplusplus
10- - name : Install dependencies
11- run : brew install automake
12- - name : Install normaliz
8+ - name : Install Macaulay2 and normaliz
139 run : |
14- wget https://github.com/Normaliz/Normaliz/releases/download/v3.10.4/normaliz-3.10.4.tar.gz
15- tar -xf normaliz-3.10.4.tar.gz
16- cd normaliz-3.10.4
17- autoreconf -vif
18- ./configure --disable-shared --without-cocoalib --without-flint \
19- --without-nauty --without-e-antic CXXFLAGS="-std=gnu++0x"
20- make
10+ brew tap Macaulay2/tap
11+ brew install M2 normaliz
12+ - name : Check normaliz
13+ run : M2 -e 'findProgram("normaliz", Verbose => true); exit 0'
You can’t perform that action at this time.
0 commit comments