Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1683
Modified Files:
valgrind.info
Log Message:
Latest version from svn trunk.
Index: valgrind.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/valgrind.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- valgrind.info 2 Aug 2010 21:50:25 -0000 1.10
+++ valgrind.info 7 Sep 2010 21:04:46 -0000 1.11
@@ -1,7 +1,7 @@
Info2: <<
Package: valgrind%type_pkg[-64bit]
Version: 3.6.0
-Revision: 0.11248.1
+Revision: 0.11342.1
Type: -64bit (boolean)
Description: Debugging and profiling tool
DescDetail: <<
@@ -21,26 +21,40 @@
32 and 64-bit. On Architecture x86_64, valgrind is always both 32 and
64.
<<
DescPackaging: <<
- Based on revision 11248 from svn://svn.valgrind.org/valgrind/trunk
+ Based on revision 11342 from svn://svn.valgrind.org/valgrind/trunk
This is an experimental version and not all features are working on OS
X yet.
+
+ Note that configure checks for pkgconfig, boost and openmp but these are
+ only used by some of the regression tests which we don't run anyway.
<<
Architecture: ( %type_raw[-64bit] = -64bit ) i386, ( %type_raw[-64bit] = . )
i386, ( %type_raw[-64bit] = . ) x86_64
Distribution: 10.5, 10.6
-Source: http://homepage.mac.com/danielj7/%{ni}-%v.11248.tar.bz2
-Source-MD5: b9cd57d0880efa5330f076a457b2439b
+Source: http://homepage.mac.com/danielj7/%{ni}-%v.11342.tar.bz2
+Source-MD5: 930715ac1cd5fa12a6c608704b963098
SourceDirectory: %{ni}
Depends: ( %type_raw[-64bit] = -64bit ) 64bit-cpu
BuildDepends: sed, autoconf2.6, automake1.11, fink (>= 0.28)
Conflicts: valgrind, valgrind-64bit
Replaces: valgrind, valgrind-64bit
-ConfigureParams: --disable-dependency-tracking ( %type_raw[-64bit] != -64bit )
--host="%m-apple-darwin`uname -r`" ( %type_raw[-64bit] != -64bit )
--build="%m-apple-darwin`uname -r`" --with-mpicc=/usr/bin/mpicc
+ConfigureParams: <<
+ --disable-dependency-tracking \
+ ( %type_raw[-64bit] != -64bit ) --host="%m-apple-darwin`uname -r`" \
+ ( %type_raw[-64bit] != -64bit ) --build="%m-apple-darwin`uname -r`" \
+ --with-mpicc=/usr/bin/mpicc
+<<
+UseMaxBuildJobs: true
CompileScript: <<
#!/bin/bash -ev
# We have to avoid fink's compiler_wrapper on x86_64 or we get build
errors
# since we have to build both 32 and 64 bit code.
export PATH="%p/bin:%p/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
./autogen.sh
- %{default_script}
+ if [ "%m" = "i386" -a "%type_raw[-64bit]" != "-64bit" ]; then
+ ./configure --enable-only32bit %c
+ else
+ ./configure %c
+ fi
+ make
<<
InstallScript: make install DESTDIR=%d
# This is necessary to avoid validation errors, but it throws warnings instead.
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs