CLHep is intended to be a set of HEP-specific foundation and utility classes such as random generators, physics vectors, geometry, and linear algebra.
| Tags | Scientific/Engineering Mathematics Software Development Libraries Physics |
|---|---|
| Licenses | BSD Revised |
| Operating Systems | Mac OS X Windows Windows Windows POSIX Unix |
| Implementation | C++ |
Recent releases


Release Notes: The HepLorentzVector(double t) constructor is now explicit. Fixes to the build system extend the number of platforms it will work on. The ability to specify building a 64-bit platform has been added.


Release Notes: Fixes in Random and Vector for shadowing when global units used. USING_VISUAL code blocks are no longer needed. Code was cleaned up.


Release Notes: This release migrates the build system to CMake. There are assorted minor bugfixes and enhancements.


Release Notes: cmake is now the preferred build option. The cmake build system has been refactored. Numerous warnings have been fixed. Minor bugfixes in the evaluator and generic function modules.


Release Notes: This release adds an implementation of the Azzalini skew-normal distribution. There are minor build fixes.
Recent comments
07 Jul 2005 19:51
CLHEP-1.8.2.1.spec
Summary: A Class library for High Energy Physics
Name: CLHEP
Version: 1.8.2.1
Release: 1
Copyright: distributable
Group: Development/Libraries
Vendor: CLHEP Workshops
URL: proj-clhep.web.cern.ch...
Source: proj-clhep.web.cern.ch...
Packager: Wei-Lun Chao <chaoweilun@pcmail.com.tw>
BuildRoot: %{_builddir}/%{name}-root
%description
The CLHEP project was proposed by Leif Lönnblad at CHEP 92. It is intended
to be a set of HEP-specific foundation and utility classes such as random
generators, physics vectors, geometry and linear algebra.
%prep
%setup -n %{name}
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
ln -s libCLHEP-g++.%{version}.a $RPM_BUILD_ROOT%_libdir/libCLHEP.a
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_includedir}/CLHEP
%{_libdir}/*.a
%changelog
* Mon Jun 13 2005 Wei-Lun <chaoweilun@pcmail.com.tw>
- initial spec file created