summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMosè Giordano <giordano@users.noreply.github.com>2022-06-07 13:01:53 +0100
committerGitHub <noreply@github.com>2022-06-07 06:01:53 -0600
commit6a2844fdeea6c95c041a5c06a4ecf2c847c77110 (patch)
tree5aab961395f39d1f9122e3508953b67ed0288fae
parent44d670a8cecfb887e047a4981da27c3005f7aa7e (diff)
downloadspack-6a2844fdeea6c95c041a5c06a4ecf2c847c77110.tar.gz
spack-6a2844fdeea6c95c041a5c06a4ecf2c847c77110.tar.bz2
spack-6a2844fdeea6c95c041a5c06a4ecf2c847c77110.tar.xz
spack-6a2844fdeea6c95c041a5c06a4ecf2c847c77110.zip
libint: add Python as build dependency (#30870)
Installation process of libint runs a Python script: <https://github.com/evaleev/libint/blob/69cc7b9bc6f2498b74284d4954b0f335f1bd94df/export/cmake/CMakeLists.txt.export#L410>. If Python isn't explicitly listed as build dependency, system Python will be picked up, which can cause troubles.
-rw-r--r--var/spack/repos/builtin/packages/libint/package.py1
1 files changed, 1 insertions, 0 deletions
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