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

Added Files:
        arpack-ng.info 
Log Message:
sync. w/ 10.!4/stable, atlas/non-atlas validated on powerpc-darwin8


--- 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, 
darwin (>= 8-1)
<<
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
<<
<<


------------------------------------------------------------------------------
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