FIX: set BOOST_ROOT for HiQsimulator wheel

This commit is contained in:
Germann Elsa Sylvia
2022-09-30 17:41:22 +02:00
parent 9e18a4a0f6
commit 1edc86fcf8

View File

@ -46,6 +46,9 @@ class PyHiqsimulator(PythonPackage):
patch('cmake-glog.patch') patch('cmake-glog.patch')
def setup_build_environment(self, env):
env.set('BOOST_ROOT', self.spec['boost'].prefix)
def install_options(self, spec, prefix): def install_options(self, spec, prefix):
# FIXME: Add options to pass to setup.py install # FIXME: Add options to pass to setup.py install
# FIXME: If not needed, delete this function # FIXME: If not needed, delete this function