Skip to content

Commit

Permalink
archlinux: Install nanoflann
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Mar 12, 2024
1 parent 3b041e2 commit 8c7d26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archlinux-mingw/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ RUN echo -e "[multilib]\nInclude = /etc/pacman.d/mirrorlist" | sudo tee -a /etc/
# Install MinGW packages
RUN aurman -Syu --noconfirm --noedit --pgp_fetch nsis mingw-w64-muparser mingw-w64-hmat-oss mingw-w64-cminpack mingw-w64-coin-or-bonmin \
mingw-w64-spectra mingw-w64-cmake mingw-w64-wine mingw-w64-libxml2 mingw-w64-boost mingw-w64-lapack mingw-w64-nlopt mingw-w64-pagmo \
mingw-w64-ceres-solver mingw-w64-eigen mingw-w64-dlib mingw-w64-onetbb mingw-w64-hdf5 mingw-w64-libmpc mingw-w64-primesieve
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
RUN for pyver in 38 39 310 311 312; 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
2 changes: 1 addition & 1 deletion archlinux-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN sudo pacman -Syu --noconfirm --noprogressbar openssh libxml2 boost tbb mupar
python-numpydoc python-pip python-scipy python-pandas python-sphinx python-sphinxcontrib-jquery python-matplotlib texlive-latexextra

# Install packages from AUR
RUN aurman -S --noconfirm --noedit hmat-oss python-sphinx-gallery python-dill cminpack ceres-solver dlib coin-or-bonmin pagmo spectra
RUN aurman -S --noconfirm --noedit hmat-oss python-sphinx-gallery python-dill cminpack ceres-solver dlib coin-or-bonmin pagmo spectra nanoflann

0 comments on commit 8c7d26d

Please sign in to comment.