plumed: add cython as dependency (#15460)
This commit is contained in:
parent
59b6822a47
commit
ad1a28ee48
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ class Plumed(AutotoolsPackage):
|
|||
depends_on('autoconf', type='build')
|
||||
depends_on('automake', type='build')
|
||||
depends_on('libtool', type='build')
|
||||
depends_on('py-cython', type='build', when='@2.5:')
|
||||
|
||||
force_autoreconf = True
|
||||
|
||||
|
|
Loading…
Reference in a new issue