Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8010

Modified Files:
        lammpi.info 
Log Message:
update lammpi to 7.1.4-1000 from unstable

Index: lammpi.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/lammpi.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lammpi.info 29 Apr 2009 19:24:44 -0000      1.4
+++ lammpi.info 5 Sep 2009 04:59:48 -0000       1.5
@@ -1,49 +1,86 @@
 Package: lammpi
-Version: 7.0.6
-Revision: 1011
+Version: 7.1.4
+Revision: 1000
 GCC: 4.0
-Architecture: powerpc
-###
 Description: MPI implementation for parallel computing
 License: OSI-Approved
-Maintainer: None <fink-de...@lists.sourceforge.net>
-###
+Maintainer: Jack Howarth <howa...@bromo.med.uc.edu>
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: g77
-###
+BuildDepends: fink (>= 0.24.12-1), gcc44
+BuildConflicts: openmpi-dev
 Source: http://www.lam-mpi.org/download/files/lam-%v.tar.bz2
-Source-MD5: 4037133e564648bd7815e36f3f017d8b
-###
-ConfigureParams: --prefix=%p --with-rsh="/usr/bin/ssh -x" --libexecdir=%p/lib 
--datadir=%p/share/doc/%n --sysconfdir=%p/etc/%n 
--sharedstatedir=%p/var/%n/shared --localstatedir=%p/var/%n/local 
--libdir=%p/lib --includedir=%p/include --infodir=%p/share/info 
--mandir=%p/share/man --with-trillium --enable-shared --enable-static
-InstallScript: make install DESTDIR=%d
-###
+Source-MD5: 3f9240327fae75b1de479ae3f3e2c31a
+NoSetMACOSX_DEPLOYMENT_TARGET: True
+PatchFile: %n.patch
+PatchFile-MD5: ae0dbacccf03b31bbcb724d75207e2f2
+ConfigureParams: --prefix=%p --with-rsh="/usr/bin/ssh -x" 
--libexecdir=%p/lib/%n --datadir=%p/share/doc/%n --sysconfdir=%p/etc/%n 
--sharedstatedir=%p/var/%n/shared --localstatedir=%p/var/%n/local 
--libdir=%p/lib/%n --includedir=%p/include/%n --infodir=%p/share/info 
--mandir=%p/share/man/%n --with-trillium --enable-shared --enable-static 
--with-fc=%p/bin/gfortran --disable-dependency-tracking FFLAGS=-O3
+CompileScript: <<
+#! /bin/sh -ev
+touch *
+#automake --foreign --include-deps Makefile
+if [ "%m" == "x86_64" ] ; then
+./configure %c --build=%m-apple-darwin`uname -r|cut -f1 -d.` 
--host=%m-apple-darwin`uname -r|cut -f1 -d.` --enable-tv-dll-force
+else
+./configure %c
+fi
+<<
+InstallScript: <<
+#!/bin/sh -ev
+make install DESTDIR=%d
+mv %i/bin/mpic++ %i/bin/lam-mpic++
+mv %i/bin/mpicc %i/bin/lam-mpicc
+mv %i/bin/mpiexec %i/bin/lam-mpiexec
+mv %i/bin/mpif77 %i/bin/lam-mpif77
+mv %i/bin/mpirun %i/bin/lam-mpirun
+ln -s %p/bin/lam-mpic++ %i/bin/mpic++
+ln -s %p/bin/lam-mpicc %i/bin/mpicc
+ln -s %p/bin/lam-mpif77 %i/bin/mpif77
+make examples
+mkdir -p %i/share/doc/lammpi
+mv examples %i/share/doc/lammpi/
+<<
 DocFiles: AUTHORS HISTORY INSTALL LICENSE README VERSION
 SplitOff: <<
  Package: %N-shlibs
- Replaces: %N (<= 7.0.6-10)
+ Replaces: %N (<= 7.0.6-1012)
  Files: <<
-   lib/lam/lib*.0.dylib
-   lib/lib*.0.dylib
+   lib/%N/lam/*.so
+   lib/%N/lib*.0.dylib
  <<
  Shlibs: <<
-    %p/lib/lam/liblam_totalview.0.0.0.dylib 1.0.0 %n (>= 7.0.6-11)
-    %p/lib/liblam.0.0.0.dylib 1.0.0 %n (>= 7.0.6-11)
-    %p/lib/liblamf77mpi.0.0.0.dylib 1.0.0 %n (>= 7.0.6-11)
-    %p/lib/liblammpi++.0.0.0.dylib 1.0.0 %n (>= 7.0.6-11)
-    %p/lib/libmpi.0.0.0.dylib 1.0.0 %n (>= 7.0.6-11)
+    %p/lib/%N/liblam.0.dylib 1.0.0 %n (>= 7.1.2-1000)
+    %p/lib/%N/liblamf77mpi.0.dylib 1.0.0 %n (>= 7.1.2-1000)
+    %p/lib/%N/liblammpi++.0.dylib 1.0.0 %n (>= 7.1.2-1000)
+    %p/lib/%N/libmpi.0.dylib 1.0.0 %n (>= 7.1.2-1000)
  <<
  DocFiles: AUTHORS HISTORY INSTALL LICENSE README VERSION
  Description: Shared libraries for lammpi package
 <<
 SplitOff2: <<
  Package: %N-dev
- Depends: %N-shlibs (= %v-%r)
- Replaces: %N (<= 7.0.6-10)
+ Depends: %N (= %v-%r)
+ Conflicts: openmpi-dev
+ Replaces: %N (<= 7.0.6-1012), openmpi-dev
  BuildDependsOnly: true
- Files: include lib/lam/lib*.dylib lib/*.dylib lib/lam/lib*.a lib/lib*.la
+ Files: <<
+ include/%N
+ lib/%N/*.dylib 
+ lib/%N/lam/lib*.*a 
+ lib/%N/lib*.*a 
+ bin/mpic++
+ bin/mpicc
+ bin/mpif77
+ <<
  DocFiles: AUTHORS HISTORY INSTALL LICENSE README VERSION
  Description: Development files for lammpi package 
 <<
+SplitOff3: <<
+ Package: %N-examples
+ Depends: %N (= %v-%r)
+ Files: share/doc/lammpi/examples
+ DocFiles: AUTHORS HISTORY INSTALL LICENSE README VERSION
+ Description: Example files for lammpi package 
+<<
 DescDetail: <<
 LAM (Local Area Multicomputer) is an MPI programming environment and 
 development system for heterogeneous computers on a network.  With LAM, a 
@@ -58,7 +95,21 @@
 Please Note: If you are on a case-insensitive file system (e.g. Mac HFS 
 Extended), your c++ wrapper compiler will be named mpic++. If on a case-
 sensitive file system (e.g. UFS), your c++ wrapper compiler will be named 
-mpiCC. Builds with ROMIO, fortran, c++ and trillium support.
-Previously maintained by James Gibbs.
+mpiCC. Builds with ROMIO, fortran, c++ and trillium support. 
+The include and library files have been placed in subdirectories named
+"lammpi" to avoid file collisions with those from the openmpi packages.
+Executables which collide with those in openmpi have been renamed
+with an "lam-" prefix and symlinks provided to the original names 
+through the lammpi-dev package.
+Package previously assembled and maintained by James Gibbs <jimgi...@mac.com>
+<<
+DescUsage: <<
+The LAM-MPI system is started with the command...
+    lamboot -v ~/lamhosts
+where the lamhosts file contants the boot schema for the available
+processors and nodes.
 <<
+
 Homepage: http://www.lam-mpi.org
+
+                


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to