Fix deptype of various dependencies on Python packages (#3486)
This commit is contained in:
@@ -120,7 +120,7 @@ def url_for_version(self, version):
|
||||
depends_on('hypre~internal-superlu~int64', when='+hypre')
|
||||
depends_on('hdf5+mpi', when='+hdf5')
|
||||
depends_on('python', when='+python')
|
||||
depends_on('py-numpy', when='+python')
|
||||
depends_on('py-numpy', when='+python', type=('build', 'run'))
|
||||
depends_on('swig', when='+python')
|
||||
|
||||
patch('umfpack_from_suitesparse.patch', when='@:12.8.1')
|
||||
|
Reference in New Issue
Block a user