deptypes: mark deptypes in packages
This commit is contained in:
@@ -45,12 +45,12 @@ class HoomdBlue(Package):
|
||||
variant('doc', default=True, description='Generate documentation')
|
||||
|
||||
extends('python')
|
||||
depends_on('py-numpy')
|
||||
depends_on('py-numpy', type=nolink)
|
||||
depends_on('boost+python')
|
||||
depends_on('cmake')
|
||||
depends_on('cmake', type='build')
|
||||
depends_on('mpi', when='+mpi')
|
||||
depends_on('cuda', when='+cuda')
|
||||
depends_on('doxygen', when='+doc')
|
||||
depends_on('doxygen', when='+doc', type='build')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
||||
|
Reference in New Issue
Block a user