Skip to content

Commit 335609b

Browse files
committed
test normaliz
1 parent 466716c commit 335609b

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/normaliz.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,9 @@ jobs:
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'

0 commit comments

Comments
 (0)