mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 05:47:14 +02:00
added cmake in release notes
This commit is contained in:
21
RELEASE.txt
21
RELEASE.txt
@ -18,8 +18,8 @@ This document describes the differences between 5.0.1 and 5.0.0 releases.
|
|||||||
1. Topics Concerning
|
1. Topics Concerning
|
||||||
====================
|
====================
|
||||||
|
|
||||||
- Python Bindings
|
- Python bindings
|
||||||
- CMake Optimization
|
- CMake improvements
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -32,18 +32,21 @@ This document describes the differences between 5.0.1 and 5.0.0 releases.
|
|||||||
1. Fixed function signatures for getRxUDPSocketBufferSize, setRxUDPSocketBufferSize
|
1. Fixed function signatures for getRxUDPSocketBufferSize, setRxUDPSocketBufferSize
|
||||||
and getRxRealUDPSocketBufferSize.
|
and getRxRealUDPSocketBufferSize.
|
||||||
|
|
||||||
2. Improved python finding when using conda.
|
2. Updated pybind11 to v2.6.1 to remove warnings with Python 3.9 and better handling
|
||||||
|
of C++ standard.
|
||||||
|
|
||||||
3. Updated pybind11 to v2.6.1 to remove warnings with Python 3.9 and better handling
|
3. Added mistakenly missing rx_zmqhwm and zmqhwm properties in Python.
|
||||||
of C++ standard.
|
|
||||||
|
|
||||||
4. Added missing rx_zmqhwm and zmqhwm in Python.
|
|
||||||
|
|
||||||
|
|
||||||
CMake Optimization
|
CMake improvements
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
1.
|
1. Explicitly state Python 3.6 or greater
|
||||||
|
|
||||||
|
2. Finds the Python of the activated environment when using conda
|
||||||
|
without having to supply additional arguments.
|
||||||
|
|
||||||
|
3. Removed redundant libraries for linking targets.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user