epics-modules / mrfioc2

EPICS driver for Micro Research Finland event timing system devices
http://epics-modules.github.io/mrfioc2/
Other
8 stars 29 forks source link

add evgMrmShared depends also on evrApp because of internval EVRs #144

Closed agaget closed 3 months ago

agaget commented 3 months ago

Because of the internal EVRs in the EVMs, evgMrmApp depends on evrApp (through substitutions files). On a classical sequential compilation it is working, but on our Nix environment the compilation can be parallelized and sometimes we have compilation error because of this dependency.

 -S../mtca-evm-300.substitutions
 ERROR msi: Can't open file 'evrbase.db'

this modification should be transparent for classical compilation.

Is it possible to increase tag if merge is accepted please ? (minor 2.6.1)

Thanks

jerzyjamroz commented 3 months ago

@agaget , why not to use the hash: "93a67f6e99251a4b7bba0b35c68cce2b9bcbc69b" instead of 2.6.1 ?

agaget commented 3 months ago

@agaget , why not to use the hash: "93a67f6e99251a4b7bba0b35c68cce2b9bcbc69b" instead of 2.6.1 ?

we can use the hash or will wait for an official release. no problem. Cheers