Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv30224

Added Files:
        ddscat.info 
Log Message:
New package

--- NEW FILE: ddscat.info ---
Package: ddscat
Version: 7.2.2
Revision: 1
Source: http://%n.googlecode.com/files/%n%v_120605.tgz
Source-MD5: f4c319d90d2a21ee334aa7fc26204c97
NoSourceDirectory: true
Source2: http://%n.googlecode.com/files/ddscat7.2.0_doc_120211.tgz
Source2-MD5: 3051a0a935782bde14509e037bdf2a28
Source3: http://ddscat.googlecode.com/files/%n%v_examples_120605.tgz
Source3-MD5: b60ab427f4f226808a47449f03e688a2
License: GPL
BuildDepends: gcc47-compiler
Depends: gcc47-shlibs
PatchScript: <<
#!/bin/sh -ev
 /usr/bin/sed -i ".ori" -e 's|\.\./\.\./src/||g' -e 's|single|double|' -e 
'/make clean/d' examples_exp/runexamples
<<
CompileScript: <<
#!/bin/sh -ex
 cd src
 make all  FFLAGS="-Os" PRECISION=dp DOMP="-Dopenmp" OPENMP="-fopenmp"
<<
InstallScript: <<
#!/bin/sh -ex
 /usr/bin/install -d %i/bin
 pushd src; cp ddscat calltarget readnf vtrconvert %i/bin/; popd
 /usr/bin/install -d %i/share/doc/%n
 /bin/cp -Rp doc examples_exp %i/share/doc/%n/
<<
Description: Discrete Dipole Approximation Code
DescDetail: <<
DDSCAT 7.2 is a freely available open-source Fortran-90 
software package applying the "discrete dipole approximation" 
(DDA) to calculate scattering and absorption of electromagnetic
waves by targets with arbitrary geometries and complex 
refractive index. The targets may be isolated entities (e.g.,
dust particles), but may also be 1-d or 2-d periodic arrays 
of "target unit cells", which can be used to study absorption, 
scattering, and electric fields around arrays of nanostructures.
<<
DescUsage: <<
An extensive user guide and the relevant literature in pdf form
are included in %p/share/doc/%n/doc/.

A collection of examples is included.
To run a test using all examples, copy the whole directory
%p/share/doc/%n/examples_exp and run the "runexamples" script,
for example as follows:
  rsync -a %p/share/doc/%n/examples_exp /tmp/
  cd /tmp/examples_exp
  ./runexamples

<<
DescPackaging: <<
 Configuring is done by modifying the Makefile or overriding
 Makefile variables. In this version, a double precision build
 is chosen, and gcc's openmp is linked to. OpenMP support is
 experimental, so if it gives erroneous results, it will be
 desactivated inf the future.
<<
Maintainer: Martin Costabel <costa...@wanadoo.fr>
Homepage: http://code.google.com/p/ddscat



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to