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

Modified Files:
        arpack.info 
Added Files:
        arpack-ng.info 
Log Message:
New arpack.

--- NEW FILE: arpack-ng.info ---
Info2: <<
Package: arpack-ng%type_pkg[-atlas]
Version: 3.0.1
Revision: 1
Type: -atlas (boolean), gcc(4.6)

Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
Description: Solve large scale eigenvalue problems
DescDetail: <<
ARPACK is a collection of Fortran77 subroutines designed to solve large scale
eigenvalue problems.  It began at Rice university:
http://www.caam.rice.edu/software/ARPACK

The arpack-ng project is a joint project between Debian, Octave and Scilab in 
order to provide a common and maintained version of arpack.

Because no single release has been published by Rice university for the last 
decade and since many software packages (Octave, Scilab, R, Matlab...) have 
forked it and implemented their own modifications, arpack-ng aims to tackle 
this issue by providing a common repository and maintained version.
<<
DescUsage: <<
This package contains static libraries, an unversioned dylib, Fortran 
examples, and documentation.
<<
BuildDependsOnly: true
Homepage: http://forge.scilab.org/index.php/p/arpack-ng/
License: BSD

Source: http://forge.scilab.org/upload/%{Ni}/files/arpack_%v.tar.gz
Source-MD5: de04b99fa44be6835e8b7c572b94e55a 
SourceDirectory: %{Ni}-%v

BuildDepends: <<
(%type_raw[-atlas] != .) atlas,
fink (>=0.30.0),
gcc%type_pkg[gcc]-compiler
<<
Depends: %N-shlibs (= %v-%r )
Conflicts: %{Ni}, %{Ni}-atlas, arpack, arpack-atlas
Replaces: %{Ni}, %{Ni}-atlas, arpack, arpack-atlas

#UseMaxBuildJobs: false

SetLDFLAGS: -Wl,-dead_strip_dylibs

ConfigureParams: <<
(%type_raw[-atlas] = .) --with-blas='-Wl,-framework,Accelerate' \
(%type_raw[-atlas] = .) --with-lapack='-Wl,-framework,Accelerate' \
(%type_raw[-atlas] = -atlas) --with-blas=%p/lib/libblas.dylib \
(%type_raw[-atlas] = -atlas) --with-lapack=%p/lib/liblapack.dylib \
--disable-dependency-tracking
<<
CompileScript: <<
        #!/bin/sh -ev
        export F77=%p/bin/gfortran-fsf-%type_raw[gcc]
        if [ "%type_raw[-atlas]" != "-atlas" ] ; 
                then export FFLAGS='-ff2c'
        fi
        %{default_script}
<<
InstallScript:  <<
make install DESTDIR=%d
<<

DocFiles: CHANGES DOCUMENTS EXAMPLES README TODO COPYING DOCUMENTS
DescPackaging:  <<
        Needs a gfortran; we're going with gcc46 since that's the latest
        release and works on 10.7.

        Needs -ff2c when using Accelerate.framework, but not when using
        ATLAS.
<<

Splitoff: <<
        Package: %N-shlibs
        Files: lib/libarpack.2.dylib
        Shlibs: %p/lib/libarpack.2.dylib 3.0.0 %n (>=3.0.1-1)
        Depends: <<
        (%type_raw[-atlas] != .) atlas-shlibs,
        gcc%type_pkg[gcc]-shlibs
        <<
        Conflicts: %{Ni}-shlibs, %{Ni}-atlas-shlibs
        Replaces: %{Ni}-shlibs, %{Ni}-atlas-shlibs
        DescDetail: <<
        This package contains a dynamic library.
        <<
        DocFiles: COPYING
<<
<<
Index: arpack.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/arpack.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- arpack.info 13 Dec 2011 15:33:33 -0000      1.10
+++ arpack.info 13 Dec 2011 20:40:17 -0000      1.11
@@ -1,7 +1,7 @@
 Info2: <<
 Package: arpack%type_pkg[-atlas]
 Version: 96patched
-Revision: 6
+Revision: 7
 Type: -atlas (boolean)
 
 Maintainer: Alexander Hansen <alexkhan...@users.sourceforge.net>
@@ -31,8 +31,8 @@
 gcc46-compiler
 <<
 Depends: %N-shlibs (= %v-%r )
-Conflicts: %{Ni}, %{Ni}-atlas
-Replaces: %{Ni}, %{Ni}-atlas
+Conflicts: %{Ni}, %{Ni}-atlas, %{Ni}-ng, %{Ni}-ng-atlas
+Replaces: %{Ni}, %{Ni}-atlas, %{Ni}-ng, %{Ni}-ng-atlas
 
 PatchFile: %{ni}.patch
 PatchFile-MD5:7f2b7e1cc58e18f9705c784a680e71ef


------------------------------------------------------------------------------
Systems Optimization Self Assessment
Improve efficiency and utilization of IT resources. Drive out cost and 
improve service delivery. Take 5 minutes to use this Systems Optimization 
Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to