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

Added Files:
        sundials.info 
Log Message:
New package


--- NEW FILE: sundials.info ---
Package: sundials
Version: 2.4.0
Revision: 1
Description: Suite of equation solvers
License: BSD
Maintainer: Sebastien Maret <sebastien.ma...@gmail.com>
Depends: %n-shlibs (= %v-%r), atlas-shlibs
BuildDepends: atlas, gcc46
BuildDependsOnly: True
Source: ftp://ftp.debian.org/debian/pool/main/s/sundials/%n_%v.orig.tar.gz
SourceDirectory: %n-%v
Source-MD5: 5c26eda8806ba1202bd34b60726c0c9e
SetCC: gcc-4
SetCFLAGS: -O3 -march=native -mtune=native
ConfigureParams: F77=gfortran --enable-fcmix --with-lapack --disable-mpi 
--enable-shared
InstallScript: <<
  make install prefix=%i
  sed -i -e "s|%i|%p|" %i/%lib/*.la
  for lib in %i/%lib/libsundials*.*.dylib; do install_name_tool -id 
%p/%lib/`basename $lib` $lib; done
<<
DocFiles: README LICENSE
SplitOff: <<
  Package: %N-shlibs
  Files: <<
    %lib/libsundials_*.*.dylib
  <<
  Shlibs: <<
    %p/%lib/libsundials_cvode.1.dylib 2.0.0 %n (>=2.4.0-1)
    %p/%lib/libsundials_cvodes.2.dylib 3.0.0 %n (>= 2.4.0-1)
    %p/%lib/libsundials_fnvecserial.0.dylib 1.0.0 %n (>= 2.4.0-1)
    %p/%lib/libsundials_ida.2.dylib 3.0.0 %n (>= 2.4.0-1)
    %p/%lib/libsundials_idas.0.dylib 1.0.0 %n (>= 2.4.0-1)
    %p/%lib/libsundials_kinsol.1.dylib 2.0.0 %n (>= 2.4.0-1)
    %p/%lib/libsundials_nvecserial.0.dylib 1.0.0 %n (>= 2.4.0-1)
  <<
  DocFiles: LICENSE
<<
Homepage: https://computation.llnl.gov/casc/sundials/main.html
DescDetail: <<
SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation
Solvers) consists of the following five solvers:

  CVODE   solves initial value problems for ordinary differential
          equation (ODE) systems.
  CVODES  solves ODE systems and includes sensitivity analysis
          capabilities (forward and adjoint).
  IDA     solves initial value problems for differential-algebraic
          equation (DAE) systems.
  IDAS    solves DAE systems and includes sensitivity analysis
          capabilities (forward and adjoint).
  KINSOL  solves nonlinear algebraic systems.
<<
DescPackaging: <<
The source code can not be obtained directly from SUNDIALS webpage
(registration needed), so we get it from Debian.
<<

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to