mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-13 14:58:41 +01:00
updated pybind and catch (#588)
* updated pybind and catch * added to release notes Co-authored-by: Erik Frojdh <erik.frojdh@psi.ch>
This commit is contained in:
18
RELEASE.txt
18
RELEASE.txt
@@ -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
|
2. On-board Detector Server Compatibility
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
|||||||
@@ -21,4 +21,4 @@ echo "Building using: ${NCORES} cores"
|
|||||||
cmake --build . -- -j${NCORES}
|
cmake --build . -- -j${NCORES}
|
||||||
cmake --build . --target install
|
cmake --build . --target install
|
||||||
|
|
||||||
CTEST_OUTPUT_ON_FAILURE=1 ctest -j 2
|
CTEST_OUTPUT_ON_FAILURE=1 ctest -j 1
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
python:
|
python:
|
||||||
- 3.6
|
|
||||||
- 3.7
|
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
- 3.10
|
- 3.10
|
||||||
|
- 3.11
|
||||||
|
|
||||||
numpy:
|
numpy:
|
||||||
- 1.17
|
- 1.17
|
||||||
|
|||||||
5850
libs/catch/catch.hpp
5850
libs/catch/catch.hpp
File diff suppressed because it is too large
Load Diff
Submodule libs/pybind11 updated: 8de7772cc7...80dc998efc
Reference in New Issue
Block a user