spirit classic/qi -> x3. Increase musrfit and library version to 1.9.10/1.7.0.
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 18s

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

View File

@@ -1,7 +1,7 @@
# - musrfit
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 -------------------------------------------------
option(nexus "build optional NeXus support. Needed for ISIS" OFF)

View File

@@ -12,6 +12,11 @@ or
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
=============================

View File

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