File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ RUN sudo pacman -Syu --noconfirm --noprogressbar xorg-server-xvfb wine samba gst
1515# Install MinGW packages
1616RUN aurman -Syu --noconfirm --noedit --pgp_fetch nsis mingw-w64-lld mingw-w64-muparser mingw-w64-cminpack mingw-w64-coin-or-bonmin mingw-w64-qhull \
1717 mingw-w64-spectra mingw-w64-cmake mingw-w64-wine mingw-w64-libxml2 mingw-w64-boost mingw-w64-highs mingw-w64-lapack mingw-w64-nlopt mingw-w64-pagmo \
18- mingw-w64-ceres-solver mingw-w64-eigen mingw-w64-dlib mingw-w64-onetbb mingw-w64-hdf5 mingw-w64-libmpc mingw-w64-primesieve mingw-w64-nanoflann mingw-w64-libcuba
18+ mingw-w64-ceres-solver-lgpl mingw-w64-eigen mingw-w64-dlib mingw-w64-onetbb mingw-w64-hdf5 mingw-w64-libmpc mingw-w64-primesieve mingw-w64-nanoflann mingw-w64-libcuba
1919RUN for pyver in 39 310 311 312 313 314; do aurman -Syu --noconfirm --noedit mingw-w64-python${pyver}-bin; x86_64-w64-mingw32-python${pyver}-bin -c "import sys; print('.'.join([str(x) for x in sys.version_info[:3]]))" ; done
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ RUN sudo pacman -Syu --noconfirm --noprogressbar openssh libxml2 boost tbb mupar
77 python-numpydoc python-pip python-scipy python-pandas python-sphinx python-sphinx-copybutton python-sphinxcontrib-jquery python-matplotlib texlive-latexextra texlive-mathscience
88
99# Install packages from AUR
10- RUN aurman -S --noconfirm --noedit hmat-oss python-sphinx-gallery python-joblib python-dill cminpack ceres-solver dlib coin-or-bonmin highs pagmo spectra nanoflann libcuba
10+ RUN aurman -S --noconfirm --noedit hmat-oss python-sphinx-gallery python-joblib python-dill cminpack ceres-solver-lgpl dlib coin-or-bonmin highs pagmo spectra nanoflann libcuba
You can’t perform that action at this time.
0 commit comments