Skip to content

Commit

Permalink
updated pybind and catch (#588)
Browse files Browse the repository at this point in the history
* updated pybind and catch
* added to release notes
Co-authored-by: Erik Frojdh <[email protected]>
  • Loading branch information
erikfrojdh authored Nov 25, 2022
1 parent c4a453f commit ae33622
Show file tree
Hide file tree
Showing 5 changed files with 4,585 additions and 1,526 deletions.
18 changes: 18 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,24 @@ This document describes the differences between v6.1.2 and v6.1.1.



Python
------

1. Conda package
Removed conda pkgs for python 3.6 and 3.7
Added conda pkgs for python 3.11

2. Pybind11
Updated pybind11 from 2.6.2 to 2.10.11


Test
----

1. Updated catch to latest 2.x version due do build failure on fedora



2. On-board Detector Server Compatibility
==========================================

Expand Down
2 changes: 1 addition & 1 deletion conda-recepie/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ echo "Building using: ${NCORES} cores"
cmake --build . -- -j${NCORES}
cmake --build . --target install

CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2
CTEST_OUTPUT_ON_FAILURE=1 ctest -j 1
3 changes: 1 addition & 2 deletions conda-recepie/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11

numpy:
- 1.17
Loading

0 comments on commit ae33622

Please sign in to comment.