diff options
author | darmac <xiaojun2@hisilicon.com> | 2019-12-13 12:58:33 +0800 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2019-12-12 22:58:33 -0600 |
commit | 03203a86b4337559c9db10bfcbcb186709430e99 (patch) | |
tree | 215fe7f6ec0f69c9fa1107cc539f98cd994051aa | |
parent | 0d7b9de3be0d6b32c72088c8299b44a91a615093 (diff) | |
download | spack-03203a86b4337559c9db10bfcbcb186709430e99.tar.gz spack-03203a86b4337559c9db10bfcbcb186709430e99.tar.bz2 spack-03203a86b4337559c9db10bfcbcb186709430e99.tar.xz spack-03203a86b4337559c9db10bfcbcb186709430e99.zip |
fix libev url (#14066)
* fix libev url
* remove list_url in libev
-rw-r--r-- | var/spack/repos/builtin/packages/libev/package.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/libev/package.py b/var/spack/repos/builtin/packages/libev/package.py index dfdea69813..2ec2d4cd40 100644 --- a/var/spack/repos/builtin/packages/libev/package.py +++ b/var/spack/repos/builtin/packages/libev/package.py @@ -11,9 +11,8 @@ class Libev(AutotoolsPackage): after libevent, but without its limitations and bugs.""" homepage = "http://software.schmorp.de/pkg/libev.html" - url = "http://dist.schmorp.de/libev/libev-4.24.tar.gz" + url = "http://dist.schmorp.de/libev/Attic/libev-4.24.tar.gz" git = "https://github.com/enki/libev.git" - list_url = "http://dist.schmorp.de/libev/Attic/" version('develop', branch='master') version('4.24', sha256='973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821') |