raxml-ng update to version 1.0.2 (#23764)

* Package update to version 1.0.2

* switched submodule boolean to string

* switched from string to bools

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Desmond Orton 2021-05-24 12:54:31 -06:00 committed by GitHub
parent d46e49ef7a
commit b7bcd31d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,8 @@ class RaxmlNg(CMakePackage):
url = "https://github.com/amkozlov/raxml-ng/archive/1.0.1.tar.gz"
git = "https://github.com/amkozlov/raxml-ng.git"
version('1.0.1', submodules='True')
version('1.0.2', submodules=True)
version('1.0.1', submodules=True)
variant("mpi", default=True, description="Use MPI")