Skip to content

Releases: Mu2e/Muse

Improve swig

Choose a tag to compare

@rlcee rlcee released this 17 Sep 16:45
d9631db

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

Choose a tag to compare

@rlcee rlcee released this 06 Mar 22:53
b847d9c
Merge pull request #114 from rlcee/fix_250306

accommodate mtc name change

fix duplication problem

Choose a tag to compare

@rlcee rlcee released this 28 Feb 01:10
c7f89eb
  • add muse list head
  • use ART_VERSION in status
  • prevent obscure bug where a source is doubled in its declaration

ROOT_LIBRARY_PATH

Choose a tag to compare

@rlcee rlcee released this 05 Jul 01:07
cb0d8f2

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

Choose a tag to compare

@rlcee rlcee released this 29 Jun 18:19
7950061

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

Choose a tag to compare

@rlcee rlcee released this 16 Jun 02:21
f37afc7

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

Choose a tag to compare

@rlcee rlcee released this 27 Apr 20:01
b9eaa09
  • also replace dropit

more spack

Choose a tag to compare

@rlcee rlcee released this 27 Apr 03:35
def28c4
  • do not use UPS flavor
  • issue error on local artexternals in spack mode

bash function

Choose a tag to compare

@rlcee rlcee released this 25 Apr 22:48
5479ba8
  • 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

Choose a tag to compare

@rlcee rlcee released this 02 Apr 15:01
8d09a57

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.