Code: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
(move UPS to Attic)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Building code ==
== Building code ==


* [[End of Life for Scientific Linux 7]] Instructions needed for June 2024 only.
* [[UPS to Spack Transition]] ongoing from spring 2024
* [[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
Line 10: Line 8:
* [[Muse]] - Mu2e code setup and build scripts
* [[Muse]] - Mu2e code setup and build scripts
* [[scons]] - internal commercial build tool, called by Muse
* [[scons]] - internal commercial build tool, called by Muse
* [[Spack]] - building Offline with spack
* [[Building Offline with cmake]] - DAQ is building Offline using a different commercial tool.
* [[Building Offline with cmake]] - DAQ is building Offline using a different commercial tool.
* [[CodeDebugging|Debugging]] code debugging tools and tips
* [[CodeDebugging|Debugging]] code debugging tools and tips
* [https://www.github.com/Mu2e Mu2e github organization]
* [https://www.github.com/Mu2e Mu2e github organization]
* [[UPS|UPS]] - using the Fermilab UPS product setup
* [[Redmine]] - a few pieces of code are still in the redmine git repository
* [[Redmine]] - a few pieces of code are still in the redmine git repository
* [[CVS]] - a few pieces of code are still in the CVS repository
* [[CVS]] - a few pieces of code are still in the CVS repository
Line 131: Line 129:
* [http://public.muonsinc.com/Projects/G4beamline.aspx G4Beamline]  [http://mu2e-docdb.fnal.gov/cgi-bin/ShowDocument?docid=1490 Mu2e manual]
* [http://public.muonsinc.com/Projects/G4beamline.aspx G4Beamline]  [http://mu2e-docdb.fnal.gov/cgi-bin/ShowDocument?docid=1490 Mu2e manual]
* [http://proj-clhep.web.cern.ch/proj-clhep/ CLHEP] [http://proj-clhep.web.cern.ch/proj-clhep/doc/CLHEP_2_2_0_4/html/ CLHEP(v.2.2.0.4)]
* [http://proj-clhep.web.cern.ch/proj-clhep/ CLHEP] [http://proj-clhep.web.cern.ch/proj-clhep/doc/CLHEP_2_2_0_4/html/ CLHEP(v.2.2.0.4)]
* [http://lcgapp.cern.ch/project/simu/HepPDT/ HepPDT]
* [https://cdcvs.fnal.gov/redmine/projects/fhicl/wiki fhicl] [https://cdcvs.fnal.gov/redmine/projects/fhicl-cpp/repository  fhicl-cpp]
* [https://cdcvs.fnal.gov/redmine/projects/fhicl/wiki fhicl] [https://cdcvs.fnal.gov/redmine/projects/fhicl-cpp/repository  fhicl-cpp]
* [https://cdcvs.fnal.gov/redmine/projects/cetlib cetlib] [https://cdcvs.fnal.gov/redmine/projects/cetlib/repository  browser] [https://fnalssi.github.io/cetmodules/ cetmodules]
* [https://cdcvs.fnal.gov/redmine/projects/cetlib cetlib] [https://cdcvs.fnal.gov/redmine/projects/cetlib/repository  browser] [https://fnalssi.github.io/cetmodules/ cetmodules]

Latest revision as of 01:09, 21 April 2025

Building code

Configuring executables

Modules, Products, and Services

Code Management

Standards and Practices

External Packages