]> git.pld-linux.org Git - packages/mpich.git/commitdiff
- updated to 1.2.6, updated opt patch auto/ac/mpich-1_2_6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Aug 2004 18:18:03 +0000 (18:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mpich.spec -> 1.8

mpich.spec

index fe92a31801c7a58bcfe380935dbd36c7c4a21ed4..7bf53dd2d90bdc852ff349598012434065e80546 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Portable MPI Model Implementation
 Summary(pl):   Przeno¶na implementacja standardu MPI
 Name:          mpich
-Version:       1.2.5.3
+Version:       1.2.6
 Release:       1
 License:       Open source (MPICH), BSD-like (MPI-2-C++)
 Group:         Development/Libraries
-Source0:       ftp://ftp.mcs.anl.gov/pub/mpi/%{name}-%{version}.tar.gz
-# Source0-md5: 737e84251a238e9b663e2d6c2b681466
+Source0:       ftp://ftp.mcs.anl.gov/pub/mpi/%{name}-%{version}.tar.bz2
+# Source0-md5: 4c4e2bc23b5f1b73b577bc630f782913
 Patch0:                %{name}-fuckssh.patch
 Patch1:                %{name}-opt.patch
 Patch2:                http://squishy.monkeysoft.net/mpich/%{name}-1.2.5-oM.patch
@@ -36,13 +36,19 @@ cz
 # note: can't run autoconf - we must patch configure not only configure.in
 # also, don't change it to %%configure - it won't work
 # no configure options for sysconfdir and messagecat_dir :/
-sysconfdir=%{_sysconfdir} messagecat_dir=%{_libdir} \
+sysconfdir=%{_sysconfdir} \
+messagecat_dir=%{_libdir} \
 ./configure \
-       --prefix=%{_prefix} --exec_prefix=%{_prefix} \
-       --includedir=%{_includedir} --sharedlib=%{_libdir} \
-       --libdir=%{_libdir} --datadir=%{_datadir}/%{name} \
-       --bindir=%{_bindir} --sbindir=%{_sbindir} \
-       --mandir=%{_mandir} --docdir=%{_docdir} \
+       --prefix=%{_prefix} \
+       --exec_prefix=%{_prefix} \
+       --includedir=%{_includedir} \
+       --sharedlib=%{_libdir} \
+       --libdir=%{_libdir} \
+       --datadir=%{_datadir}/%{name} \
+       --bindir=%{_bindir} \
+       --sbindir=%{_sbindir} \
+       --mandir=%{_mandir} \
+       --docdir=%{_docdir} \
        -opt="%{rpmcflags}"
 
 %{__make}
@@ -103,5 +109,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 %{_datadir}/mpich
-%{_datadir}/upshot
 %{_examplesdir}/%{name}-%{version}
This page took 0.074084 seconds and 4 git commands to generate.