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


Changes: General cleanup was done to get rid of various compiler warnings. A HWHGUP inconsistency problem in IO_HERWIG was fixed.


Changes: Numerous minor bugfixes, including a fix for a problem that caused the check for the proper engine type to fail where an unsigned long is 64 bits. Physical constants have been updated, including Avogadro, h_Planck, electron_mass_c2, proton_mass_c2, amu_c2, and k_Boltzmann to PDG 2008 values.


Changes: Fixes were made for GCC 3.4. Malformed pointers were fixed.


Changes: Minor Visual C++ bugs were fixed.


Changes: Compatibility issues with Visual C++ were fixed. Physical constants were updated.
- All comments
Recent commentsCLHEP-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: http://proj-clhep.web.cern.ch/proj-clhep/index.html
Source: http://proj-clhep.web.cern.ch/proj-clhep/export/share/CLHEP/1.8.2.1/clhep-%{version}.tgz
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