diff options
author | Rao Garimella <rao@lanl.gov> | 2021-01-27 19:58:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 20:58:02 -0600 |
commit | 3dc5ffaf65bda79629b538ff4bdc786b9656bcc4 (patch) | |
tree | fbf6e070d73b7a41479752f5f060c83f7c113e02 /var | |
parent | fe05b1692209ed3b08fdc66c19f0462b15ff65a7 (diff) | |
download | spack-3dc5ffaf65bda79629b538ff4bdc786b9656bcc4.tar.gz spack-3dc5ffaf65bda79629b538ff4bdc786b9656bcc4.tar.bz2 spack-3dc5ffaf65bda79629b538ff4bdc786b9656bcc4.tar.xz spack-3dc5ffaf65bda79629b538ff4bdc786b9656bcc4.zip |
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 <rao@abyzou.lanl.gov>
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/mstk/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
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') |