hpctoolkit: add version 2024.01.1 (#43353)
Add version 2024.01.1. Adjust the dependencies for develop that no longer uses libmonitor.
This commit is contained in:
		| @@ -32,6 +32,7 @@ class Hpctoolkit(AutotoolsPackage, MesonPackage): | |||||||
| 
 | 
 | ||||||
|     version("develop", branch="develop") |     version("develop", branch="develop") | ||||||
|     version("2024.01.stable", branch="release/2024.01") |     version("2024.01.stable", branch="release/2024.01") | ||||||
|  |     version("2024.01.1", tag="2024.01.1", commit="0672b9a9a2a1e3846c5e2059fb73a07a129f22cd") | ||||||
|     version("2023.08.stable", branch="release/2023.08") |     version("2023.08.stable", branch="release/2023.08") | ||||||
|     version("2023.08.1", tag="2023.08.1", commit="753a72affd584a5e72fe153d1e8c47a394a3886e") |     version("2023.08.1", tag="2023.08.1", commit="753a72affd584a5e72fe153d1e8c47a394a3886e") | ||||||
|     version("2023.03.stable", branch="release/2023.03") |     version("2023.03.stable", branch="release/2023.03") | ||||||
| @@ -165,10 +166,10 @@ class Hpctoolkit(AutotoolsPackage, MesonPackage): | |||||||
|     depends_on("intel-tbb+shared", when="^[virtuals=tbb] intel-tbb") |     depends_on("intel-tbb+shared", when="^[virtuals=tbb] intel-tbb") | ||||||
|     depends_on("libdwarf", when="@:2022.06") |     depends_on("libdwarf", when="@:2022.06") | ||||||
|     depends_on("libiberty+pic", when="@2022.10:") |     depends_on("libiberty+pic", when="@2022.10:") | ||||||
|     depends_on("libmonitor+hpctoolkit~dlopen", when="@2021.00:") |     depends_on("libmonitor+hpctoolkit~dlopen", when="@2021.00:2024") | ||||||
|     depends_on("libmonitor+hpctoolkit+dlopen", when="@:2020") |     depends_on("libmonitor+hpctoolkit+dlopen", when="@:2020") | ||||||
|     depends_on("libmonitor@2023.02.13:", when="@2023.01:") |     depends_on("libmonitor@2023.02.13:", when="@2023.01:2024") | ||||||
|     depends_on("libmonitor@2021.11.08:", when="@2022.01:") |     depends_on("libmonitor@2021.11.08:", when="@2022.01:2024") | ||||||
|     depends_on("libunwind@1.4: +xz") |     depends_on("libunwind@1.4: +xz") | ||||||
|     depends_on("libunwind +pic libs=static", when="@:2023.08") |     depends_on("libunwind +pic libs=static", when="@:2023.08") | ||||||
|     depends_on("mbedtls+pic", when="@:2022.03") |     depends_on("mbedtls+pic", when="@:2022.03") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mark W. Krentel
					Mark W. Krentel