From 3dc5ffaf65bda79629b538ff4bdc786b9656bcc4 Mon Sep 17 00:00:00 2001 From: Rao Garimella Date: Wed, 27 Jan 2021 19:58:02 -0700 Subject: Update MSTK version (#21356) * New interface reconstruction package * forgot to put in CMake option for Jali * cleanup whitespace * fix lines with more than 79 chars * more long line cleanup * fix typo WONTON_ENABLE_Kokkos ---> TANGRAM_ENABLE_Kokkos * New interface reconstruction package * forgot to put in CMake option for Jali * cleanup whitespace * fix lines with more than 79 chars * more long line cleanup * fix typo WONTON_ENABLE_Kokkos ---> TANGRAM_ENABLE_Kokkos * fix bugs in CMake section * more compact cmake block * update hash for 1.2.10 and add 1.2.11 * update recipe for Portage 3.0.0 * removing old versions - they won't build with the new recipe and the url specification doesn't work for them * update version to 3.3.6 Co-authored-by: Rao Garimella --- var/spack/repos/builtin/packages/mstk/package.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/mstk/package.py b/var/spack/repos/builtin/packages/mstk/package.py index 551336c113..ac8bf2d2af 100644 --- a/var/spack/repos/builtin/packages/mstk/package.py +++ b/var/spack/repos/builtin/packages/mstk/package.py @@ -23,11 +23,12 @@ class Mstk(CMakePackage): homepage = "https://github.com/MeshToolkit/MSTK" git = "https://github.com/MeshToolkit/MSTK" - url = "https://github.com/MeshToolkit/MSTK/archive/3.3.1.tar.gz" + url = "https://github.com/MeshToolkit/MSTK/archive/3.3.6.tar.gz" maintainers = ['raovgarimella', 'julienloiseau'] version('master', branch='master') + version('3.3.6', sha256='30041ee6f32d754e5d9b46db8f62609bb66d2686f8e6e16ad254f552849cb0f1') version('3.3.5', sha256='64c976e12d1393aafd086ef941b176add6cfb963f463c33259596e7ef641cdd8') version('3.3.4', sha256='bd34d31fc1fc468147a51e8d837d6bf9902ca8d38c7c0615e7f20968d4659da2') version('3.3.3', sha256='54ea7929c9046915472f38367c83f75af634a6989ce0b89aad17fb9f4a25023e') -- cgit v1.2.3-70-g09d2