add mupp/Qt6 python option.
Build and Deploy Documentation / build-and-deploy (push) Successful in 31s

This commit is contained in:
2026-05-28 09:30:52 +02:00
parent b05ed4de05
commit dd604d4bf6
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ if (CMAKE_VERSION GREATER_EQUAL "3.3")
cmake_policy(SET CMP0167 NEW)
endif ()
project(musrfit VERSION 1.10.0 LANGUAGES C CXX)
project(musrfit VERSION 1.11.0 LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
+7
View File
@@ -12,6 +12,13 @@ or
https://bitbucket.org/muonspin/musrfit
Release of V1.11.0, 2026/05/28
==============================
add to the mupp/Qt6 version the option to handle variables not only via the
Spirit/X3 interface, but also via Python3. It requires that ROOT is compiled
with Python support. For details see the musrfit-manual section mupp.
Release of V1.10.0, 2026/02/21
==============================