From 6a2844fdeea6c95c041a5c06a4ecf2c847c77110 Mon Sep 17 00:00:00 2001 From: Mosè Giordano Date: Tue, 7 Jun 2022 13:01:53 +0100 Subject: libint: add Python as build dependency (#30870) Installation process of libint runs a Python script: . If Python isn't explicitly listed as build dependency, system Python will be picked up, which can cause troubles. --- var/spack/repos/builtin/packages/libint/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/libint/package.py b/var/spack/repos/builtin/packages/libint/package.py index 67c970bf68..479bf5566b 100644 --- a/var/spack/repos/builtin/packages/libint/package.py +++ b/var/spack/repos/builtin/packages/libint/package.py @@ -55,6 +55,7 @@ class Libint(AutotoolsPackage): depends_on('autoconf@2.52:', type='build') depends_on('automake', type='build') depends_on('libtool', type='build') + depends_on('python', type='build') # Libint 2 dependencies # Fixme: Can maintainers please confirm that this is a required dependency -- cgit v1.2.3-70-g09d2