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:
parent
d46e49ef7a
commit
b7bcd31d9b
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue