Skip to content

Commit

Permalink
fccanalyses: put vdt on ROOT_INCLUDE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored and jmcarcell committed Apr 23, 2023
1 parent 4141b85 commit d30b9d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fccanalyses/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def cmake_args(self):
# todo: update the cmake config to remove this
def setup_build_environment(self, spack_env):
spack_env.prepend_path('PYTHONPATH', self.prefix.python) # todo: remove
spack_env.prepend_path('ROOT_INCLUDE_PATH', self.spec['vdt'].prefix.include)

if self.spec.satisfies("@:0.6.0"):
python_version = self.spec['python'].version.up_to(2)
awk_lib_dir = self.spec['py-awkward'].prefix.lib
Expand Down

0 comments on commit d30b9d7

Please sign in to comment.