DUNE-DAQ / daq-release

Scripts and configuration files for the DUNE DAQ release
https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-release/
2 stars 0 forks source link

The daq-cmake spack recipe doesn't publish the DAQ_CMAKE_SHARE environment variable #244

Closed alessandrothea closed 1 year ago

alessandrothea commented 1 year ago

...upon whichcreate_daq_package relies. This should be relatively easy to fix by adding env.set(self.__module__.split(".")[-1].upper().replace("-", "_") + "_SHARE", self.prefix + "/share" ) to the daq-cmake spack recipe, right? @dingp @jcfreeman2 ?