lammps: patch for CUDA-11.x with lammps 21 Jul 2020 (#22434)

apply upstream patch to make lammps 21 Jul 2020 work with CUDA-11.x (support for compute_30 removed)
This commit is contained in:
TZ 2021-03-22 15:34:04 +01:00 committed by GitHub
parent 62f9de535c
commit 951c4a6cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,6 +155,9 @@ def url_for_version(self, version):
patch("lib.patch", when="@20170901")
patch("660.patch", when="@20170922")
patch("https://github.com/lammps/lammps/commit/562300996285fdec4ef74542383276898555af06.patch",
sha256="7e1610dad4d8203b45ca6dc2c1f97d02a40f98a5e9778f51a3dbcc30ea1dc717",
when="@20200721 +cuda")
root_cmakelists_dir = 'cmake'