Add missing dependencies to cibuildwheel environment
liblemon and eigen3
This commit is contained in:
parent
6499f00020
commit
b482abc34d
|
@ -91,6 +91,9 @@ before-all = '''
|
|||
boost-regex boost-wave \
|
||||
python36-devel libxml2-devel \
|
||||
qwt-devel \
|
||||
ccache
|
||||
ccache \
|
||||
eigen3-devel \
|
||||
wget
|
||||
wget http://lemon.cs.elte.hu/pub/sources/lemon-1.3.1.tar.gz; tar -xzf lemon-1.3.1.tar.gz; cd lemon-1.3.1; mkdir build; cd build; cmake ..; make install; cd ../..
|
||||
'''
|
||||
build-verbosity=2
|
||||
|
|
Loading…
Reference in New Issue