ess-dmsc / event-formation-unit

Implementation of neutron event formation pipeline for ESS
BSD 2-Clause "Simplified" License
9 stars 6 forks source link

Build generators on Jenkins #154

Closed martukas closed 5 years ago

martukas commented 6 years ago

It seems that TCLAP is not available on the docker images, so the generator programs for the EFU are not built. So, you could find out that you broke the code only when you eventually build on a local machine that has this available. Is this as intended, or an omission? @amues @mortenjc ?

martukas commented 5 years ago

Just confirm that all generators are actually built on jenkins

mortenjc commented 5 years ago

ok, firstly I am removing all references to TCLAP which is not what we use in ECDC, secondly I am making PCAP REQUIRED for the build. Then I will probably have broken something which I will then fix.

mortenjc commented 5 years ago

There is a conan package for libpcap which I am testing cmake_installer/3.10.0@conan/stable

mortenjc commented 5 years ago

merged