Skip to content

Commit

Permalink
[ARTS3] Use external pybind11 (#710)
Browse files Browse the repository at this point in the history
Remove the pybind11 source code from ARTS and use installed version from
conda instead.
  • Loading branch information
olemke authored Dec 6, 2023
2 parents b5b7242 + a5b48f6 commit 07117bd
Show file tree
Hide file tree
Showing 262 changed files with 6 additions and 64,768 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
sudo apt-get install -y libc++-${{ matrix.version }}-dev libc++abi-${{ matrix.version }}-dev
fi
sudo apt-get install -y python3-minimal python3-pip python3-setuptools zlib1g-dev libopenblas-dev libglew-dev libglfw3-dev libnetcdf-dev libmicrohttpd-dev
sudo pip3 install build docutils lark-parser matplotlib netCDF4 numpy pytest scipy xarray
sudo pip3 install build docutils lark-parser matplotlib netCDF4 numpy 'pybind11[global]' pytest scipy xarray
if [ "${{ matrix.doc }}" = "yes" ]; then
sudo apt-get install -y texlive texlive-latex-extra doxygen
Expand All @@ -160,7 +160,7 @@ jobs:
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables
brew upgrade python
brew install libmicrohttpd
sudo pip3 install build docutils lark-parser matplotlib netCDF4 numpy pytest scipy xarray
sudo pip3 install build docutils lark-parser matplotlib netCDF4 numpy 'pybind11[global]' pytest scipy xarray
if [ "${{ matrix.compiler }}" = "gcc" ]; then
brew install gcc@${{ matrix.version }}
echo "CC=gcc-${{ matrix.version }}" >> $GITHUB_ENV
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ add_subdirectory(tmatrix)
add_subdirectory(wigner)
add_subdirectory(Faddeeva)
add_subdirectory(gui)
add_subdirectory(pybind11)
35 changes: 0 additions & 35 deletions 3rdparty/pybind11/.appveyor.yml

This file was deleted.

38 changes: 0 additions & 38 deletions 3rdparty/pybind11/.clang-format

This file was deleted.

77 changes: 0 additions & 77 deletions 3rdparty/pybind11/.clang-tidy

This file was deleted.

73 changes: 0 additions & 73 deletions 3rdparty/pybind11/.cmake-format.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions 3rdparty/pybind11/.codespell-ignore-lines

This file was deleted.

1 change: 0 additions & 1 deletion 3rdparty/pybind11/.gitattributes

This file was deleted.

9 changes: 0 additions & 9 deletions 3rdparty/pybind11/.github/CODEOWNERS

This file was deleted.

Loading

0 comments on commit 07117bd

Please sign in to comment.