Remove SIONLib dependency - the package does not yet exist

This commit is contained in:
Dominic Kempf 2020-05-20 14:31:43 +00:00
parent c9f64603f6
commit c72ed761a5
1 changed files with 0 additions and 1 deletions

View File

@ -298,7 +298,6 @@ class Dune(CMakePackage):
depends_on('py-sphinx', type=('build', 'run'), when='+doc')
depends_on('py-wheel', type='build')
depends_on('scotch+mpi')
depends_on('sionlib', when='+sionlib')
depends_on('suite-sparse')
depends_on('superlu')
depends_on('vc')