From 3923bdca90bd60678f041d7ad6235c406dc05459 Mon Sep 17 00:00:00 2001 From: Kim Serradell Date: Tue, 21 Mar 2017 16:50:34 +0100 Subject: Replacing failing git clone by valid url (#3505) * Replacing failing git clone by valid url * Moving to previous version package (0.163) * Removing automake and autoconf dependencies and adding url_list to pick up newer versions * Corrected typo * Reorder versions and removed libtool --- var/spack/repos/builtin/packages/elfutils/package.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/elfutils/package.py b/var/spack/repos/builtin/packages/elfutils/package.py index 15ae077bea..16c1f6d247 100644 --- a/var/spack/repos/builtin/packages/elfutils/package.py +++ b/var/spack/repos/builtin/packages/elfutils/package.py @@ -35,13 +35,12 @@ class Elfutils(AutotoolsPackage): homepage = "https://fedorahosted.org/elfutils/" - depends_on('libtool', type='build') - depends_on('automake', type='build') - depends_on('autoconf', type='build') + url = "https://sourceware.org/elfutils/ftp/0.168/elfutils-0.168.tar.bz2" + list_url = "https://sourceware.org/elfutils/ftp" + list_depth = 2 - version('0.163', - git='git://git.fedorahosted.org/git/elfutils.git', - tag='elfutils-0.163') + version('0.168','52adfa40758d0d39e5d5c57689bf38d6') + version('0.163','77ce87f259987d2e54e4d87b86cbee41') provides('elf@1') -- cgit v1.2.3-60-g2f50