neko: Add version 0.3.2 (#30497)

* neko: Add version 0.3.2

* Switch to sha256

Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>

* Fix url pattern

Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
Niclas Jansson 2022-05-05 22:12:48 +02:00 committed by GitHub
parent 6898b7c2f6
commit 1a368419da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,9 +13,11 @@ class Neko(AutotoolsPackage, CudaPackage, ROCmPackage):
homepage = "https://github.com/ExtremeFLOW/neko" homepage = "https://github.com/ExtremeFLOW/neko"
git = "https://github.com/ExtremeFLOW/neko.git" git = "https://github.com/ExtremeFLOW/neko.git"
url = "https://github.com/ExtremeFLOW/neko/releases/download/v0.3.2/neko-0.3.2.tar.gz"
maintainers = ['njansson'] maintainers = ['njansson']
version('0.3.0', commit='a82097a10ae3c965fb873da909a6324c7a7742fb') version('0.3.2', sha256='0628910aa9838a414f2f27d09ea9474d1b3d7dcb5a7715556049a2fdf81a71ae')
version('0.3.0', sha256='e46bef72f694e59945514ab8b1ad7d74f87ec9dca2ba2b230e2148662baefdc8')
version('develop', branch='develop') version('develop', branch='develop')
variant('parmetis', default=False, description='Build with support for parmetis') variant('parmetis', default=False, description='Build with support for parmetis')
variant('xsmm', default=False, description='Build with support for libxsmm') variant('xsmm', default=False, description='Build with support for libxsmm')