List of packages needed for lalinference_testjob and lalpulsar_longjobs
What are the packages needed for lalinference_testjob
and lalpulsar_longtests
? At the moment these jobs are failing on the release branch as the packages are being installed with:
yum -y -q install lal* liblal*-devel python*-lal* --exclude lalsuite*
As LALApps has been removed from needs
the release version of LALApps is getting matched by the lal*
regex and as the ABI/API has changed it's causing the installation to fail. Im order to fix this we need to be more intelligent about what packages are actually required.
@aaron.zimmerman @bfarr @cjhaster @gregory.ashton @john-veitch @patricia-schmidt @salvatore-vitale @vivien: What are the exact list of packages needed for lalinference_testjob
?
@david-keitel @evan-goetz @john-whelan @karl-wette @matthew-pitkin: What exact LAL packages are needed for lalpulsar_longtests
?
Builds logs are here:
- https://git.ligo.org/adam-mercer/lalsuite/-/jobs/2144448
- https://git.ligo.org/adam-mercer/lalsuite/-/jobs/2144312
This is currently holding up the release so please get this information to me ASAP.