Skip to content

Releases: Mu2e/Muse

Improve swig

17 Sep 16:45
d9631db

Choose a tag to compare

tweaks required to get swig to work with DQM. That repo has no subdirectories like Offline, so the naming convention had to be expanded.

mtc name change

06 Mar 22:53
b847d9c

Choose a tag to compare

Merge pull request #114 from rlcee/fix_250306

accommodate mtc name change

fix duplication problem

28 Feb 01:10
c7f89eb

Choose a tag to compare

  • add muse list head
  • use ART_VERSION in status
  • prevent obscure bug where a source is doubled in its declaration

ROOT_LIBRARY_PATH

05 Jul 01:07
cb0d8f2

Choose a tag to compare

remove previous method to set LD_LIBRARY_PATH for ntuples which need root dictionaries loaded. Replace it with setting ROOT_LIBRARY_PATH to include the lib subdirectory if the repo's .muse contains the flag ROOT_LIBRARY_PATH

ntuple LD_LIBRARY_PATH

29 Jun 18:19
7950061

Choose a tag to compare

In Muse with spack, we are trying to avoid setting LD_LIBRARY_PATH. However, root expects to dynamically find and load dictionaries using this path. The solution here is to look for a flag "ROOT_NTUPLE" in the repo's .muse file. If there, Muse will add the libraries for this repo to the path. If Offline is also in the environment and built with Muse, then its libs will also be added to the path. This is necessary because some objects in TrkAna are defined in Offline.

fix spack path order

16 Jun 02:21
f37afc7

Choose a tag to compare

This fixes a bug where in spack mode, locally-built bins were being post-pended instead of pre-pended. This would only be a problem if a locally-build bin had a backing to the same bin.

more spack2

27 Apr 20:01
b9eaa09

Choose a tag to compare

  • also replace dropit

more spack

27 Apr 03:35
def28c4

Choose a tag to compare

  • do not use UPS flavor
  • issue error on local artexternals in spack mode

bash function

25 Apr 22:48
5479ba8

Choose a tag to compare

  • change order of setup ops and check for work dir exists, so can be used in either order
  • added file to be sourced for function in spack

setup ops

02 Apr 15:01
8d09a57

Choose a tag to compare

As part of solving the missing UPS current mechanism with spack, I've started "muse setup ops" and "ana" You will also be able to do "muse setup ops -q o123" to get old combinations.