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

Modified Files:
        openmpi.info 
Log Message:
Patch configure files to prevent libtool from causing occasional infinite loops 
by trying to be too helpful.
Maintainer consenting.
See discussion on fink-users list.


Index: openmpi.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/openmpi.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- openmpi.info        12 May 2012 13:46:19 -0000      1.1
+++ openmpi.info        23 May 2012 23:51:06 -0000      1.2
@@ -1,6 +1,6 @@
 Package: openmpi
 Version: 1.5.5
-Revision: 1
+Revision: 2
 GCC: 4.0
 Description: MPI implementation for parallel computing
 License: BSD
@@ -19,6 +19,8 @@
 NoSetLDFLAGS: true
 UseMaxBuildJobs: true
 BuildDependsOnly: false
+# avoid a race condition concerning lock files, see 
<http://thread.gmane.org/gmane.os.macosx.fink.user/34928/focus=34985>
+PatchScript: perl -pi -e 
's|lock_old_archive_extraction=yes|lock_old_archive_extraction=no|' `find . 
-name configure`
 CompileScript: <<
   #!/bin/sh -ev
   ./configure %c


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to