n2p2: add v2.2.0. (#35348)

This commit is contained in:
Rémi Lacroix 2023-02-06 13:03:05 +01:00 committed by GitHub
parent 43057e2edd
commit 01c21d0496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,10 @@ class N2p2(MakefilePackage):
homepage = "https://github.com/CompPhysVienna/n2p2"
url = "https://github.com/CompPhysVienna/n2p2/archive/v2.1.0.tar.gz"
version(
"2.2.0",
sha256="4acaa255632a7b9811d7530fd52ac7dd0bb3a8e3a3cf8512beadd29b62c1bfef",
)
version(
"2.1.4",
sha256="f1672c09af4ed16a7f396606977e4675a0fee98f04bfd9574907fba4b83a14ef",
@ -34,7 +38,7 @@ class N2p2(MakefilePackage):
patch("interface-makefile.patch", when="@2.1.0")
patch("interface-makefile211.patch", when="@2.1.1:")
patch("libnnp-makefile.patch", when="@:2.1.1")
patch("libnnp-makefile212.patch", when="@2.1.2:")
patch("libnnp-makefile212.patch", when="@2.1.2:2.1.4")
patch("nnp_test.h.patch")
depends_on("mpi")