wddgit/clhep
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Full information on CLHEP is available on the WEB: http://cern.ch/clhep #------------------------------------------------------------- # about linking #------------------------------------------------------------- CLHEP builds libraries for each package in addition to a single CLHEP library. This alllows you to link with only the necessary parts of CLHEP. We provide a set of <package>-config scripts which gives the list of libraries to link, in the correct order. The script can be embedded in a makefile. clhep-config --libs - link list of ALL CLHEP libraries <package>-config --libs - link list of ONLY those libraries needed to use <package> #-------------------------------------------------------------