Package: gpp4 Version: 1.2.0 Revision: 32 Maintainer: W. G. Scott DescPackaging: << Based on package created by Morten Kjeldgaard with minor edits to conform to standard Fink packaging requirements. << Description: Library providing CCP4 functionality License: LGPL GCC:4.0 #Source: http://code.launchpad.net/%n/trunk/%v/+download/gpp4-%v.tar.gz Source: http://diablo.ucsc.edu/~wgscott/%n/%n-%v.tar.gz Source-MD5: bb443de0b3385847ea9987f1220e56f1 NoSourceDirectory: false Depends: %N-shlibs (= %v-%r), gcc48-shlibs BuildDepends: mmdb-dev (>= 1.25.0-32), ssm-dev (>= 0.1-32), gcc48, pkgconfig BuildConflicts: g77, fort77, g95 BuildDependsOnly: true HomePage: http://www.bioxray.dk/~mok/gpp4 DocFiles: README AUTHORS NEWS COPYING DescDetail: << The CCP4 software suite is based around a library of routines that cover common tasks, such as file opening, parsing keyworded input, reading and writing of standard data formats, applying symmetry operations, etc. Programs in the suite call these routines which, as well as saving the programmer some effort, ensure that the varied programs in the suite have a similar look-and-feel. The library contains several subcomponents: * CMTZ library -- Contains a variety of functions for manipulating the data structure, for example adding crystals, datasets or columns. The data structure can be dumped to an output MTZ data file. * CMAP library -- Functions defining the C-level API for accessing CCP4 map files. * CSYM library -- a collection of functions centred around a data file syminfo.lib which is auto-generated from sgtbx (the Space Group Toolbox of cctbx). * CCP4 utility library -- many utility functions which either give specific CCP4 or platform independent functionality. * CCP4 Parser library -- provides CCP4-style parsing, as used for processing keywords of CCP4 programs, MTZ header records, etc. * CCP4 resizable arrays -- defines an object and methods which looks just like a simple C array, but can be resized at will without incurring excessive overheads. << CompileScript: << #!/bin/bash -evf LDFLAGS="-L%p/lib/gcc4.8/lib -L%p/lib -L/usr/lib" \ MMDB_CFLAGS="-I%p/include/mmdb" MMDB_LIBS="-L%p/lib" \ FC="gfortran" \ ./configure --prefix=%p make << InstallScript: << make install DESTDIR=%d << SplitOff: << Package: %N-shlibs Files: << lib/libgpp4.0.dylib lib/libgpp4f.0.dylib << Shlibs: << %p/lib/libgpp4.0.dylib 1.0.0 %n (>= 1.2.0-1) %p/lib/libgpp4f.0.dylib 1.0.0 %n (>=1.2.0-1) << Depends: gcc48-shlibs << SplitOff2: << Package: %N-dev BuildDependsOnly: True Conflicts: ccp4-onlylibs-dev, ccp4-dev Replaces: ccp4-onlylibs-dev, ccp4-dev Files: << lib/*.a lib/*.la include/gpp4/ccp4/*.h share/gpp4/default.def share/gpp4/environ.def share/gpp4/syminfo.lib lib/pkgconfig/* lib/libgpp4.dylib lib/libgpp4f.dylib << <<