Difference between revisions of "Code"

From Mu2eWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Building code ==
 
== Building code ==
  
 +
* [[End of Life for Scientific Linux 7]] Instructions needed for June 2024 only.
 
* [[CodeEnvironment]] how to setup the linux environment
 
* [[CodeEnvironment]] how to setup the linux environment
 
* [[GitIntro]] code management preliminaries for newcomers
 
* [[GitIntro]] code management preliminaries for newcomers

Revision as of 16:37, 3 June 2024

Building code

Configuring executables

Modules, Products, and Services

Code Management

  • Spack - setup and build tool to replace UPS and MRB
  • MuseMaintenance - Muse procedures for experts
  • ReleaseList
  • git - overview and pointers to detailed and mu2e-specific instructions
  • Validation - automatic and occasional procedures for validation
  • Jenkins - a central build platform
  • CVMFS - a virtual disk mount containing our code
  • Docker a portable software container to hold and run our environment and software
  • Download - pull a local copy to remote institutions or laptops
  • scisoft - server for product manifests
  • BTrk - (deprecated) the Kalman fitter code is in this non-standard product
  • KinKal - a repo and UPS product containing the core track Kalman fit code
  • CVS
  • CodeDepencyGraph - how to make the code dependency graph
  • DAQ DAQ redmine
  • building root
  • checkPrerequisites tool - check linux has rpms needed by art
  • SconsUPS - how to build a new version of scons, packaged for UPS
  • Pyana - setting up python analysis packages
  • Github CI Maintenance - information about the CI repo, used by Jenkins for build tests

Standards and Practices

External Packages