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: This release adds an implementation of the Azzalini skew-normal distribution. There are minor build fixes.


Release Notes: This release makes sure tests behave properly for all combinations of momentum and length.


Release Notes: Handles cases where there is an invalid line type.


Release Notes: Makes sure the GenParticle copy constructor copies flow. It adds a test for the flow copy. It fixes small leaks from reading streaming input.


Release Notes: Assorted bugfixes.
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