spirit classic/qi -> x3. Increase musrfit and library version to 1.9.10/1.7.0.

This commit is contained in:
2026-01-16 09:24:09 +01:00
parent d5ec51c9bd
commit 1e60d92814
3 changed files with 7 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# - musrfit --- DKS ----------------------------------------------------------- # - musrfit --- DKS -----------------------------------------------------------
cmake_minimum_required(VERSION 3.17) cmake_minimum_required(VERSION 3.17)
project(musrfit VERSION 1.9.9 LANGUAGES C CXX) project(musrfit VERSION 1.9.10 LANGUAGES C CXX)
#--- musrfit specific options ------------------------------------------------- #--- musrfit specific options -------------------------------------------------
option(dks "build musrfit with DKS (GPU/MIC) support" ON) option(dks "build musrfit with DKS (GPU/MIC) support" ON)

View File

@@ -12,6 +12,11 @@ or
https://bitbucket.org/muonspin/musrfit https://bitbucket.org/muonspin/musrfit
Release of V1.9.10, 2026/01/16
==============================
function handling lifted from boost/spirit classic/qi to x3
Release of V1.9.9, 2025/06/08 Release of V1.9.9, 2025/06/08
============================= =============================

View File

@@ -81,7 +81,7 @@ set(prefix "${CMAKE_INSTALL_PREFIX}")
set(exec_prefix "\$\{prefix\}") set(exec_prefix "\$\{prefix\}")
set(libdir "\$\{exec_prefix\}/lib") set(libdir "\$\{exec_prefix\}/lib")
set(includedir "\$\{prefix\}/include") set(includedir "\$\{prefix\}/include")
set(MUSR_VERSION "1.6.0") set(MUSR_VERSION "1.7.0")
set(MUSR_LIBRARY_NAME "PMusr") set(MUSR_LIBRARY_NAME "PMusr")
configure_file("PMusr.pc.in" "PMusr.pc" @ONLY) configure_file("PMusr.pc.in" "PMusr.pc" @ONLY)
set(USERFCN_LIBRARY_NAME "PUserFcnBase") set(USERFCN_LIBRARY_NAME "PUserFcnBase")