Add default list_url for GitLab, BitBucket, and CRAN (#4439)

* Add default list_url for GitLab, BitBucket, and CRAN

* Fix flake and doc tests
This commit is contained in:
Adam J. Stewart
2017-06-09 12:28:39 -05:00
committed by GitHub
parent 218992862c
commit 36b8ea2f92
237 changed files with 42 additions and 246 deletions

View File

@@ -40,9 +40,8 @@ class HoomdBlue(CMakePackage):
git = "https://bitbucket.org/glotzer/hoomd-blue"
# TODO: There is a bug in Spack that requires a url to be defined
# even if it isn't used. These URLs can hopefully be removed someday.
# even if it isn't used. This URL can hopefully be removed someday.
url = "https://bitbucket.org/glotzer/hoomd-blue/get/v2.1.6.tar.bz2"
list_url = "https://bitbucket.org/glotzer/hoomd-blue/downloads/?tab=tags"
version('develop', git=git, submodules=True)