Update versions of Wonton and Tangram packages (#20813)

This commit is contained in:
Rao Garimella 2021-01-18 22:06:26 -07:00 committed by GitHub
parent 2e299c5008
commit a36c40b61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -14,10 +14,11 @@ class Tangram(CMakePackage):
homepage = "https://portage.lanl.gov"
git = "https://github.com/laristra/tangram.git"
url = "https://github.com/laristra/tangram/releases/download/1.0.1/tangram-1.0.1.tar.gz"
url = "https://github.com/laristra/tangram/releases/download/1.0.5/tangram-1.0.5.tar.gz"
maintainers = ['raovgarimella']
version('1.0.5', sha256='4fa61d5fecd67215237ab3df8fe64bc6c4d018b22313f2174923486026e93e53')
version('1.0.1', sha256='8f2f8c01bb2d726b0f64e5a5bc3aa2bd8057ccaee7a29c68f1439d16e39aaa90')
version('master', branch='master', submodules=True)
@ -54,7 +55,6 @@ class Tangram(CMakePackage):
depends_on('wonton+kokkos', when='+kokkos')
depends_on('wonton+cuda', when='+cuda')
depends_on('wonton+openmp', when='+openmp')
depends_on('wonton+cuda', when='+cuda')
def cmake_args(self):
options = []

View File

@ -17,10 +17,11 @@ class Wonton(CMakePackage):
homepage = "https://portage.lanl.gov"
git = "https://github.com/laristra/wonton.git"
url = "https://github.com/laristra/wonton/releases/download/1.2.1/wonton-1.2.1.tar.gz"
url = "https://github.com/laristra/wonton/releases/download/1.2.10/wonton-1.2.10.tar.gz"
maintainers = ['raovgarimella']
version('1.2.10', sha256='1367b9d3294d1c8a15e3cefa2670102de25baf456d5ed0e2fb70863f062e96b0')
version('1.2.1', sha256='4f00513d1abe86f256214d2b5171b1575b2cd464df8609307c24cbc4c595c305')
variant('lapacke', default=True, description='Use LAPACKE solvers')