From d7622b32f10e157a0f998083664072e98222228b Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 30 May 2017 13:56:20 +0200 Subject: [PATCH] Close #4388 libaio fetch (#4392) fetch libaio via the debian mirrors, the same way as archlinux builds it (from original, unmodified sources): https://git.archlinux.org/svntogit/packages.git/commit/trunk/PKGBUILD?h=packages/libaio&id=a8ec32dd3988668809e6c6affe678db04db3fc76 --- var/spack/repos/builtin/packages/libaio/package.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/var/spack/repos/builtin/packages/libaio/package.py b/var/spack/repos/builtin/packages/libaio/package.py index 735ced047be..c34ac13e609 100644 --- a/var/spack/repos/builtin/packages/libaio/package.py +++ b/var/spack/repos/builtin/packages/libaio/package.py @@ -28,10 +28,10 @@ class Libaio(Package): """This is the linux native Asynchronous I/O interface library.""" - homepage = "https://git.fedorahosted.org/cgit/libaio.git" - url = "https://git.fedorahosted.org/cgit/libaio.git/snapshot/libaio-0.3.110-1.tar.gz" + homepage = "http://lse.sourceforge.net/io/aio.html" + url = "https://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_0.3.110.orig.tar.gz" - version('0.3.110-1', 'eb6b1b435afadb5b80c5dd80984249f6') + version('0.3.110', '2a35602e43778383e2f4907a4ca39ab8') def install(self, spec, prefix): # libaio is not supported on OS X