Package: lhapdf Version: 5.8.9 Revision: 1 Depends: %N-shlibs (= %v-%r) BuildDepends: << doxygen, fink-package-precedence, gcc48-compiler, python26 (>= 1:2.6.2-2), texlive-base << BuildDependsOnly: true Source: http://www.hepforge.org/archive/%n/%n-%v.tar.gz Source-MD5: 51e61fa316957abd13d1b76b44e665cf Source-Checksum: SHA1(9f02c2c8042811897b0d047259b0cc75e9ec3d19) SetCXXFLAGS: -Os SetCC: gcc-fsf-4.8 SetCXX: g++-fsf-4.8 ConfigureParams: --mandir=%p/share/man --enable-dependency-tracking PYTHON=%p/bin/python2.6 GCC: 4.0 CompileScript: << #!/bin/sh -ev export F77=gfortran-fsf-4.8 export ARCHFLAGS='' %{default_script} fink-package-precedence . << ### Tests cannot be activated unless pdfset is downloaded. ### Use the script "bin/lhapdf-getdata" in the build dir to fetch them. ### WARNING: Several GB of data ### Then set LHAPATH to point to the location of the downloaded files. #InfoTest: << # TestScript: << # make check || exit 2 #<< InstallScript: << #!/bin/sh -ev export ARCHFLAGS='' make install DESTDIR=%d perl -pi -e 's,^#!\s*/usr/bin/env python,#!%p/bin/python2.6,' %i/bin/* %p/bin/python2.6 %p/lib/python2.6/compileall.py -f -d %p/lib/python2.6 %i/lib/python2.6 << DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO Splitoff: << Package: %N-shlibs Depends: gcc48-shlibs Files: lib/libLHAPDF.0.dylib Shlibs: << %p/lib/libLHAPDF.0.dylib 1.0.0 %n (>= 5.8.0-1001) << DocFiles: COPYING << Splitoff2: << Package: %N-py26 Depends: python26, %N-shlibs (= %v-%r) Files: lib/python2.6 DocFiles: COPYING << License: GPL Homepage: http://projects.hepforge.org/lhapdf Maintainer: Jack Fink Description: Les Houches Accord Parton Density Function DescDetail: << LHAPDF provides a unified and easy to use interface to modern PDF sets. It is designed to work not only with individual PDF sets but also with the more recent multiple "error" sets. It can be viewed as the successor to PDFLIB, incorporating many of the older sets found in the latter, including pion and photon PDFs. In LHAPDF the computer code and input parameters/grids are separated thus allowing more easy updating and no limit to the expansion possibilities. <<