Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv932

Added Files:
        libccp4.info 
Log Message:
LGPL ccp4 libs to replace older gpp4 and add in symmetry libs

--- NEW FILE: libccp4.info ---
Package: libccp4
Version: 6.3.1
Revision: 1
Maintainer: W. G. Scott <wgsc...@users.sourceforge.net> 
DescPackaging: <<
 Based on package created by Morten Kjeldgaard <m...@bioxray.dk> with minor
 edits to conform to standard Fink packaging requirements.
<<
Description: LGPL Library providing CCP4 functionality 
License: LGPL
GCC:4.0
Source: ftp://ftp.ccp4.ac.uk/opensource/%n-%v.tar.gz
Source-MD5: 82d662032893329fd4ccf32186c649a1
NoSourceDirectory: false
Depends: %N-shlibs (= %v-%r), gcc48-shlibs 
BuildDepends: mmdb-dev (>= 1.25.3-1), ssm-dev (>= 1.3-1), gcc48, pkgconfig
BuildConflicts: g77, fort77, g95
Conflicts: gpp4 
Replaces: gpp4 
BuildDependsOnly: true
HomePage:  
DocFiles: COPYING.LESSER 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="%p/bin/gfortran-fsf-4.8" \
  ./configure --enable-shared F77="%p/bin/gfortran-fsf-4.8" 
FFLAGS="-L%p/lib/gcc4.8/lib -lgfortran " --prefix=%p 
  make
<<
InstallScript: <<
  make install DESTDIR=%d
<<
SplitOff: <<
  Package: %N-shlibs
  Files: <<
    lib/libccp4c.0.dylib
    lib/libccp4f.0.dylib
  <<
  Shlibs: <<
        %p/lib/libccp4c.0.dylib 1.0.0 %n (>= 6.3.1-1)
    %p/lib/libccp4f.0.dylib 1.0.0 %n (>= 6.3.1-1)
  <<
        Depends: gcc48-shlibs 
<<
SplitOff2: <<
Package: %N-dev
BuildDependsOnly: True
Conflicts: ccp4-onlylibs-dev, ccp4-dev, gpp4-dev
Replaces: ccp4-onlylibs-dev, ccp4-dev, gpp4-dev
 Files: <<   
  lib/*.a
  lib/*.la
  include/ccp4/*.h
  lib/libccp4c.dylib
  lib/libccp4f.dylib
  lib/pkgconfig/libccp4c.pc
  lib/pkgconfig/libccp4f.pc
  share/ccp4/ccp4-config.cmake
 <<
<<
SplitOff3: <<
Package: %N-lib
BuildDependsOnly: False
Description: CCP4 ascii text library files 
Files: <<   
        share/ccp4/atomsf.lib
        share/ccp4/atomsf_neutron.lib
        share/ccp4/syminfo.lib
        share/ccp4/symop.lib
 <<
<<
 


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to