From 9e7eae0e2f3ec5e818f70a537ee740cd5375f7c3 Mon Sep 17 00:00:00 2001 From: Reinhard Prix Date: Sun, 14 Jul 2019 21:40:10 +0200 Subject: make cfitsio explicitly depend on curl (#12016) - currently would revert to using system-curl instead, pulling in unwanted system dependencies and lib-paths --- var/spack/repos/builtin/packages/cfitsio/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/cfitsio/package.py b/var/spack/repos/builtin/packages/cfitsio/package.py index 53e8f3ac50..46be24c229 100644 --- a/var/spack/repos/builtin/packages/cfitsio/package.py +++ b/var/spack/repos/builtin/packages/cfitsio/package.py @@ -22,6 +22,7 @@ class Cfitsio(AutotoolsPackage): variant('bzip2', default=True, description='Enable bzip2 support') variant('shared', default=True, description='Build shared libraries') + depends_on('curl') depends_on('bzip2', when='+bzip2') def url_for_version(self, version): -- cgit v1.2.3-60-g2f50