Pbbam debug (#17803)

* pbbam path fix

* pbbam flake8 fix

* sys var build_directory sub

* pbbam flake8 fix
This commit is contained in:
manifest 2020-10-29 12:14:38 +10:30 committed by GitHub
parent aebf20ebdc
commit 3243e904a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,10 +34,10 @@ def cmake_args(self):
return options
def install(self, spec, prefix):
install_tree('include/pbbam', prefix.include.pbbam)
with working_dir(self.build_directory):
install_tree('bin', prefix.bin)
install_tree('lib', prefix.lib)
install_tree('pbbam', prefix.include.pbbam)
def setup_dependent_build_environment(self, env, dependent_spec):
env.set('PacBioBAM_LIBRARIES', self.prefix.lib)