Add missing dependencies to cibuildwheel environment

liblemon and eigen3
This commit is contained in:
Robert Taylor 2023-07-15 00:38:41 +00:00
parent 6499f00020
commit b482abc34d
1 changed files with 4 additions and 1 deletions

View File

@ -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