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

Added Files:
        gmm.info gmm.patch 
Log Message:
to 10.7

--- NEW FILE: gmm.patch ---
--- gmm-4.1/include/gmm/gmm_vector.h.orig       2011-07-12 20:22:48.000000000 
-0400
+++ gmm-4.1/include/gmm/gmm_vector.h    2011-07-12 20:23:49.000000000 -0400
@@ -242,7 +242,7 @@
   template<typename T>  void wsvector<T>::resize(size_type n) {
     if (n < nbl) {
       iterator it = this->begin(), itf = it, ite = this->end();
-      while (it != ite) { ++itf; if (it->first >= n) erase(it); it = itf; }
+      while (it != ite) { ++itf; if (it->first >= n) this->erase(it); it = 
itf; }
     }
     nbl = n;
   }

--- NEW FILE: gmm.info ---
Package: gmm
Version: 4.1
Revision: 31
Description: C++ template library for matrices
License: LGPL
Maintainer: Benjamin Reed <g...@fink.raccoonfink.com>

BuildDepends: fink (>= 0.30.0-1)
BuildDependsOnly: true
GCC: 3.3
InfoTest: TestScript: make check || exit 2

Source: http://download.gna.org/getfem/stable/%n-%v.tar.gz
Source-MD5: fcd2a94927a38922c566ebdfdb5b6b76
PatchFile: %n.patch
PatchFile-MD5: 16b905e020fe1ec83dc19badb1af092c

UseMaxBuildJobs: true
CompileScript: <<
        #!/bin/sh -ev
        if [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.6 ]]; then
        export CC=clang CXX=clang++ CPP="clang++ -E"
        elif [ -x /usr/bin/gcc-4.2 ]; then
        export CC=gcc-4.2 CXX=g++-4.2 CPP=cpp-4.2
        else
        export CC=gcc-4.0 CXX=g++-4.0 CPP=cpp-4.0
        fi
        ./configure %c
        make
<<

InstallScript: make -j1 install DESTDIR="%d"
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README

Homepage: http://home.gna.org/getfem/gmm_intro.html



------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to