Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv29785/10.4-EOL/devel
Modified Files:
openmpi.info
Log Message:
set FC and F77 for configure (jwhowarth)
Index: openmpi.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/10.4-EOL/devel/openmpi.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- openmpi.info 11 Jul 2011 04:05:40 -0000 1.1
+++ openmpi.info 29 Jul 2011 17:57:57 -0000 1.2
@@ -1,26 +1,24 @@
Package: openmpi
-Version: 1.3.3
-Revision: 1004
+Version: 1.4.3
+Revision: 1001
GCC: 4.0
Description: MPI implementation for parallel computing
License: BSD
-Maintainer: None <[email protected]>
-Depends: %N-shlibs (= %v-%r)
-BuildDepends: gcc44
+Maintainer: Jack Howarth <[email protected]>
+Distribution: 10.4, 10.5, 10.6
+Depends: %N-shlibs (= %v-%r), gcc46-compiler
+BuildDepends: gcc46-compiler
BuildConflicts: lammpi (<< 7.1.2-1000), lammpi-shlibs (<< 7.1.2-1000),
lammpi-dev
Conflicts: lammpi (<< 7.1.2-1000), lammpi-shlibs (<< 7.1.2-1000), lammpi-dev
(<< 7.1.2-1000)
-Source: http://www.open-mpi.org/software/ompi/v1.3/downloads/openmpi-%v.tar.bz2
-Source-MD5: f6cdc9c195daa8571b2e509e952d6755
-ConfigureParams: --prefix=%p --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
--infodir=%p/share/info --mandir=%p/share/man/%n --enable-shared
--enable-static --disable-dependency-tracking FFLAGS=-O3 --with-devel-headers
--build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname
-r|cut -f1 -d.`
+Source: http://www.open-mpi.org/software/ompi/v1.4/downloads/openmpi-%v.tar.bz2
+Source-MD5: d2ead141c43b915343f5c5a18f3b5016
+ConfigureParams: --prefix=%p --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
--infodir=%p/share/info --mandir=%p/share/man/%n --enable-shared
--enable-static --disable-dependency-tracking FFLAGS=-O3 --with-devel-headers
--build=%m-apple-darwin`uname -r|cut -f1 -d.` --host=%m-apple-darwin`uname
-r|cut -f1 -d.` F77=gfortran-fsf-4.6 FC=gfortran-fsf-4.6
+SetCC: gcc-fsf-4.6
+SetCXX: g++-fsf-4.6
NoSetLDFLAGS: true
SetLDFLAGS: -Wl,-search_paths_first
SetLIBRARY_PATH: %p/lib
-CompileScript: <<
-#!/bin/bash -ev
-./configure %c
-num_cpu=$(echo `sysctl -n hw.ncpu`)
-make -j $num_cpu
-<<
+UseMaxBuildJobs: True
InstallScript: <<
#!/bin/sh -ev
make install DESTDIR=%d
@@ -67,15 +65,15 @@
<<
PreRmScript: <<
if [ -h %p/share/doc/openmpi/openmpi/mpiCC-vt-wrapper-data.txt ]; then
- rm %p/share/doc/openmpi/openmpi/mpiCC-vt-wrapper-data.txt
- rm %p/share/doc/openmpi/openmpi/mpiCC-wrapper-data.txt
- rm %p/share/man/openmpi/man1/mpiCC.1
+ rm -f %p/share/doc/openmpi/openmpi/mpiCC-vt-wrapper-data.txt
+ rm -f %p/share/doc/openmpi/openmpi/mpiCC-wrapper-data.txt
+ rm -f %p/share/man/openmpi/man1/mpiCC.1
fi
<<
DocFiles: AUTHORS INSTALL LICENSE README VERSION
SplitOff: <<
Package: %N-shlibs
- Depends: gcc44-shlibs
+ Depends: gcc46-shlibs
Files: <<
lib/%N/lib*.0.dylib
<<
@@ -122,8 +120,8 @@
<<
PreRmScript: <<
if [ -h %p/bin/mpiCC ]; then
- rm %p/bin/mpiCC
- rm %p/bin/mpiCC-vt
+ rm -f %p/bin/mpiCC
+ rm -f %p/bin/mpiCC-vt
fi
<<
DocFiles: AUTHORS INSTALL LICENSE README VERSION
@@ -146,5 +144,3 @@
orted --seed --persistent --scope public
<<
Homepage: http://www.open-mpi.org
-
-
------------------------------------------------------------------------------
Got Input? Slashdot Needs You.
Take our quick survey online. Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs