File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 20
20
gcc \
21
21
g++ \
22
22
libboost-dev \
23
+ libcgal-dev \
23
24
libmpfr-dev \
24
25
libgmp-dev \
25
26
swig \
Original file line number Diff line number Diff line change @@ -48,12 +48,14 @@ jobs:
48
48
- name : Install compiler tools on macOS
49
49
if : runner.os == 'macOS'
50
50
run : |
51
- brew install make automake swig gmp mpfr boost
51
+ brew install make automake swig gmp mpfr boost cgal
52
52
export PATH="/usr/local/opt/make/libexec/gnubin:$PATH"
53
53
54
54
- name : Install extra deps on Linux
55
55
if : runner.os == 'Linux'
56
- run : sudo apt-get update && sudo apt-get install -y libboost-dev libmpfr-dev swig autoconf libtool
56
+ run : |
57
+ sudo apt-get update
58
+ sudo apt-get install -y libboost-dev libcgal-dev libmpfr-dev swig autoconf libtool
57
59
58
60
- name : Install package
59
61
run : |
89
91
- name : Install compiler tools on macOS
90
92
if : runner.os == 'macOS'
91
93
run : |
92
- brew install make automake swig mpfr boost
94
+ brew install make automake swig mpfr boost cgal
93
95
export PATH="/usr/local/opt/make/libexec/gnubin:$PATH"
94
96
95
97
- name : Clone gmp
Original file line number Diff line number Diff line change 62
62
- name : Install compiler tools on macOS
63
63
if : runner.os == 'macOS'
64
64
run : |
65
- brew install make automake swig mpfr boost
65
+ brew install make automake swig mpfr boost cgal
66
66
export PATH="/usr/local/opt/make/libexec/gnubin:$PATH"
67
67
68
68
- name : Clone gmp
@@ -112,7 +112,9 @@ jobs:
112
112
113
113
- name : Install extra deps on Linux
114
114
if : runner.os == 'Linux'
115
- run : sudo apt-get update && sudo apt-get install -y libboost-dev swig autoconf libtool
115
+ run : |
116
+ sudo apt-get update
117
+ sudo apt-get install -y libboost-dev libcgal-dev swig autoconf libtool
116
118
117
119
- name : test sdist
118
120
run : python -m pip install dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments