FIX: set BOOST_ROOT for HiQsimulator wheel
This commit is contained in:
@ -46,6 +46,9 @@ class PyHiqsimulator(PythonPackage):
|
||||
|
||||
patch('cmake-glog.patch')
|
||||
|
||||
def setup_build_environment(self, env):
|
||||
env.set('BOOST_ROOT', self.spec['boost'].prefix)
|
||||
|
||||
def install_options(self, spec, prefix):
|
||||
# FIXME: Add options to pass to setup.py install
|
||||
# FIXME: If not needed, delete this function
|
||||
|
Reference in New Issue
Block a user