8395513
%ifarch s390 s390x
8395513
  # No OpenMPI support on these arches
8395513
  %bcond_with openmpi
8395513
%else
8395513
  %bcond_without openmpi
8395513
%endif
8395513
18b26ca
Summary: Basic Linear Algebra Communication Subprograms
18b26ca
Name: blacs
18b26ca
Version: 1.1
76c3b17
Release: 52%{?dist}
9b90b77
License: Public Domain
18b26ca
Group: Development/Libraries
18b26ca
URL: http://www.netlib.org/blacs
18b26ca
Source0: http://www.netlib.org/blacs/mpiblacs.tgz
e917b60
Source1: Bmake.inc
e917b60
Source2: http://www.netlib.org/blacs/mpi_prop.ps
e917b60
Source3: http://www.netlib.org/blacs/blacs_install.ps
e917b60
Source4: http://www.netlib.org/blacs/mpiblacs_issues.ps
e917b60
Source5: http://www.netlib.org/blacs/f77blacsqref.ps
e917b60
Source6: http://www.netlib.org/blacs/cblacsqref.ps
e917b60
Source7: http://www.netlib.org/blacs/lawn94.ps
18b26ca
BuildRequires: gcc-gfortran
2d2f496
%if %{with openmpi}
2d2f496
# Required for openmpi tests
2d2f496
BuildRequires: openssh-clients
2d2f496
%endif
9ea55b1
# For tests
9ea55b1
BuildRequires: lapack-devel
9ea55b1
# Use gendiff blacs/BLACS .fedora
e917b60
Patch0: blacs-fedora.patch
18b26ca
e4e6012
18b26ca
%description
18b26ca
The BLACS (Basic Linear Algebra Communication Subprograms) project is 
18b26ca
an ongoing investigation whose purpose is to create a linear algebra 
18b26ca
oriented message passing interface that may be implemented efficiently 
18b26ca
and uniformly across a large range of distributed memory platforms.
18b26ca
18b26ca
The length of time required to implement efficient distributed memory 
18b26ca
algorithms makes it impractical to rewrite programs for every new 
18b26ca
parallel machine. The BLACS exist in order to make linear algebra 
18b26ca
applications both easier to program and more portable. 
18b26ca
182f07c
%package common
182f07c
Summary: Common files for blacs
182f07c
Group: Development/Libraries
182f07c
182f07c
%description common
182f07c
The BLACS (Basic Linear Algebra Communication Subprograms) project is
182f07c
an ongoing investigation whose purpose is to create a linear algebra
182f07c
oriented message passing interface that may be implemented efficiently
182f07c
and uniformly across a large range of distributed memory platforms.
182f07c
182f07c
The length of time required to implement efficient distributed memory
182f07c
algorithms makes it impractical to rewrite programs for every new
182f07c
parallel machine. The BLACS exist in order to make linear algebra
182f07c
applications both easier to program and more portable.
182f07c
182f07c
This file contains common files which are not specific to any MPI implementation.
182f07c
Deji Akingunola afafb1d
%package mpich
Deji Akingunola afafb1d
Summary: BLACS libraries compiled against mpich
182f07c
Group: Development/Libraries
Deji Akingunola afafb1d
BuildRequires: mpich-devel-static
182f07c
Requires: %{name}-common = %{version}-%{release}
182f07c
Requires: environment-modules
Deji Akingunola afafb1d
Provides: %{name}-mpich2 = %{version}-%{release}
Deji Akingunola afafb1d
Obsoletes: %{name}-mpich2 < 1.1-50
182f07c
Deji Akingunola afafb1d
%description mpich
182f07c
The BLACS (Basic Linear Algebra Communication Subprograms) project is
182f07c
an ongoing investigation whose purpose is to create a linear algebra
182f07c
oriented message passing interface that may be implemented efficiently
182f07c
and uniformly across a large range of distributed memory platforms.
182f07c
182f07c
The length of time required to implement efficient distributed memory
182f07c
algorithms makes it impractical to rewrite programs for every new
182f07c
parallel machine. The BLACS exist in order to make linear algebra
182f07c
applications both easier to program and more portable.
182f07c
Deji Akingunola afafb1d
This package contains BLACS libraries compiled with mpich.
182f07c
Deji Akingunola afafb1d
%package mpich-devel
Deji Akingunola afafb1d
Summary: Development libraries for blacs (mpich)
182f07c
Group: Development/Libraries
Deji Akingunola afafb1d
Requires: %{name}-mpich = %{version}-%{release}
Deji Akingunola afafb1d
Provides: %{name}-mpich2-devel = %{version}-%{release}
Deji Akingunola afafb1d
Obsoletes: %{name}-mpich2-devel < 1.1-50
182f07c
Deji Akingunola afafb1d
%description mpich-devel
Deji Akingunola afafb1d
This package contains development libraries for blacs, compiled against mpich.
182f07c
Deji Akingunola afafb1d
%package mpich-static
Deji Akingunola afafb1d
Summary: Static libraries for blacs (mpich)
0e8ba1e
Group: Development/Libraries
Deji Akingunola afafb1d
Provides: %{name}-mpich2-static = %{version}-%{release}
Deji Akingunola afafb1d
Obsoletes: %{name}-mpich2-static < 1.1-50
0e8ba1e
Deji Akingunola afafb1d
%description mpich-static
Deji Akingunola afafb1d
This package contains static libraries for blacs, compiled against mpich.
0e8ba1e
e4e6012
%if %{with openmpi}
182f07c
%package openmpi
182f07c
Summary: BLACS libraries compiled against openmpi
182f07c
Group: Development/Libraries
182f07c
Requires: %{name}-common = %{version}-%{release}
182f07c
Requires: environment-modules
182f07c
182f07c
%description openmpi
182f07c
The BLACS (Basic Linear Algebra Communication Subprograms) project is
182f07c
an ongoing investigation whose purpose is to create a linear algebra
182f07c
oriented message passing interface that may be implemented efficiently
182f07c
and uniformly across a large range of distributed memory platforms.
182f07c
182f07c
The length of time required to implement efficient distributed memory
182f07c
algorithms makes it impractical to rewrite programs for every new
182f07c
parallel machine. The BLACS exist in order to make linear algebra
182f07c
applications both easier to program and more portable.
182f07c
182f07c
This package contains BLACS libraries compiled with openmpi.
182f07c
182f07c
%package openmpi-devel
182f07c
Summary: Development libraries for blacs (openmpi)
182f07c
Group: Development/Libraries
182f07c
BuildRequires: openmpi-devel
182f07c
Requires: %{name}-openmpi = %{version}-%{release}
182f07c
182f07c
%description openmpi-devel
182f07c
This package contains development libraries for blacs, compiled	against openmpi.
db9c9da
0e8ba1e
%package openmpi-static
0e8ba1e
Summary: Static libraries for blacs (openmpi)
0e8ba1e
Group: Development/Libraries
0e8ba1e
0e8ba1e
%description openmpi-static
0e8ba1e
This package contains static libraries for blacs, compiled against openmpi.
e4e6012
%endif
0e8ba1e
18b26ca
%prep
18b26ca
%setup -q -c -n %{name}
9ea55b1
%patch0 -p1 -b .fedora
Deji Akingunola afafb1d
for i in mpich %{?with_openmpi:openmpi}
e4e6012
do
6b5b9d4
	cp -ap BLACS BLACS-$i
6b5b9d4
	cp -fp %{SOURCE1} BLACS-$i/
182f07c
	sed -i "s|FOO|$i|g" BLACS-$i/Bmake.inc
182f07c
done
18b26ca
e4e6012
%if %{with openmpi}
ad2140e
# openmpi doesn't use TRANSCOMM = -DUseMpich
76c3b17
sed -i "s|-DUseMpich|-DUseMpi2|g" BLACS-openmpi/Bmake.inc
e4e6012
%endif
ad2140e
182f07c
# copy in docs:
6b5b9d4
cp -p %{SOURCE2} mpi_prop.ps
6b5b9d4
cp -p %{SOURCE3} blacs_install.ps
6b5b9d4
cp -p %{SOURCE4} mpiblacs_issues.ps
6b5b9d4
cp -p %{SOURCE5} f77blacsqref.ps
6b5b9d4
cp -p %{SOURCE6} cblacsqref.ps
6b5b9d4
cp -p %{SOURCE7} lawn94.ps
18b26ca
182f07c
%build
182f07c
# CFLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/-fstack-protector//g'`
182f07c
# RPM_OPT_FLAGS=`echo $CFLAGS`
18b26ca
182f07c
# To avoid replicated code define a build macro
182f07c
%define dobuild() \
0e8ba1e
cd BLACS-$MPI_COMPILER_NAME; \
182f07c
make mpi ; \
76c3b17
cd TESTING; \
76c3b17
make; \
76c3b17
cd ../..
18b26ca
Deji Akingunola afafb1d
# Build mpich version
Deji Akingunola afafb1d
export MPI_COMPILER_NAME=mpich
Deji Akingunola afafb1d
%{_mpich_load}
182f07c
RPM_OPT_FLAGS=`echo $CFLAGS`
182f07c
%dobuild
Deji Akingunola afafb1d
%{_mpich_unload}
182f07c
e4e6012
%if %{with openmpi}
182f07c
# Build OpenMPI version
0e8ba1e
export MPI_COMPILER_NAME=openmpi
182f07c
%{_openmpi_load}
182f07c
RPM_OPT_FLAGS=`echo $CFLAGS`
182f07c
%dobuild
182f07c
%{_openmpi_unload}
e4e6012
%endif
18b26ca
182f07c
%install
182f07c
# mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
182f07c
Deji Akingunola afafb1d
for i in mpich %{?with_openmpi:openmpi}
e4e6012
do 
ad2140e
  mkdir -p %{buildroot}%{_libdir}/$i/lib/
6b5b9d4
  mkdir -p %{buildroot}%{_includedir}/$i-%{_arch}/
6b5b9d4
  mkdir -p %{buildroot}%{_includedir}/blacs/
182f07c
  pushd BLACS-$i/LIB
182f07c
  for f in *.a *.so*; do
ad2140e
    cp -f $f %{buildroot}%{_libdir}/$i/lib/$f
182f07c
  done
182f07c
  popd
6b5b9d4
  # This file is independent of the MPI compiler used, but it is poorly named
6b5b9d4
  # So we'll put it in %{_includedir}/blacs/
6b5b9d4
  install -p BLACS-$i/SRC/MPI/Bdef.h %{buildroot}%{_includedir}/blacs/
ad2140e
  pushd %{buildroot}%{_libdir}/$i/lib/
182f07c
  for l in libmpiblacs libmpiblacsF77init libmpiblacsCinit; do
182f07c
    ln -fs $l.so.1.0.0 $l.so.1
182f07c
    ln -s $l.so.1.0.0 $l.so
182f07c
  done
182f07c
  popd
182f07c
done
182f07c
182f07c
# cd ../TESTING/EXE
182f07c
# cp -f x*test_MPI-LINUX-0 ${RPM_BUILD_ROOT}%{_bindir}
18b26ca
76c3b17
%check
76c3b17
%{_mpich_load}
76c3b17
cd BLACS-mpich/TESTING/EXE
Orion Poplawski da4951a
mpirun -host localhost -np 4 ./xCbtest_MPI-LINUX-0 || rc=$?
76c3b17
# Test exits using MPI_ABORT - test for return code
76c3b17
[ $rc != 255 ] && exit 1
Orion Poplawski da4951a
mpirun -host localhost -np 4 ./xFbtest_MPI-LINUX-0 || rc=$?
76c3b17
# Test exits using MPI_ABORT - test for return code
76c3b17
[ $rc != 255 ] && exit 1
76c3b17
cd -
76c3b17
%{_mpich_unload}
76c3b17
76c3b17
%if %{with openmpi}
76c3b17
%{_openmpi_load}
76c3b17
cd BLACS-openmpi/TESTING/EXE
76c3b17
mpirun -np 4 ./xCbtest_MPI-LINUX-0 || rc=$?
76c3b17
# Test exits using MPI_ABORT - test for return code
Orion Poplawski da4951a
[ $rc != 255 ] && exit 1
76c3b17
mpirun -np 4 ./xFbtest_MPI-LINUX-0 || rc=$?
76c3b17
# Test exits using MPI_ABORT - test for return code
Orion Poplawski da4951a
[ $rc != 255 ] && exit 1
76c3b17
cd -
76c3b17
%{_openmpi_unload}
76c3b17
%endif
76c3b17
76c3b17
18b26ca
%clean
18b26ca
rm -fr ${RPM_BUILD_ROOT}
18b26ca
182f07c
%files common
db9c9da
%defattr(-,root,root,0755)
18b26ca
%doc mpi_prop.ps blacs_install.ps mpiblacs_issues.ps f77blacsqref.ps cblacsqref.ps lawn94.ps
6b5b9d4
%{_includedir}/blacs/
182f07c
# %{_bindir}/x*test_MPI-LINUX-0
182f07c
Deji Akingunola afafb1d
%files mpich
182f07c
%defattr(-,root,root,0755)
Deji Akingunola afafb1d
%{_libdir}/mpich/lib/*.so.*
182f07c
Deji Akingunola afafb1d
%files mpich-devel
182f07c
%defattr(-,root,root,0755)
Deji Akingunola afafb1d
%{_includedir}/mpich-%{_arch}/
Deji Akingunola afafb1d
%{_libdir}/mpich/lib/*.so
182f07c
Deji Akingunola afafb1d
%files mpich-static
0e8ba1e
%defattr(-,root,root,0755)
Deji Akingunola afafb1d
%{_libdir}/mpich/lib/*.a
0e8ba1e
e4e6012
%if %{with openmpi}
182f07c
%files openmpi
182f07c
%defattr(-,root,root,0755)
ad2140e
%{_libdir}/openmpi/lib/*.so.*
db9c9da
182f07c
%files openmpi-devel
db9c9da
%defattr(-,root,root,0755)
6b5b9d4
%{_includedir}/openmpi-%{_arch}/
ad2140e
%{_libdir}/openmpi/lib/*.so
18b26ca
0e8ba1e
%files openmpi-static
0e8ba1e
%defattr(-,root,root,0755)
ad2140e
%{_libdir}/openmpi/lib/*.a
e4e6012
%endif
0e8ba1e
18b26ca
%changelog
76c3b17
* Wed Feb 05 2014 Orion Poplawski <orion@cora.nwra.com> - 1.1-52
76c3b17
- Use -DUseMpi2 for openmpi build
76c3b17
- Run tests in %%check
9ea55b1
- Use system lapack routines for tests instead of bundled buggy ones
76c3b17
b455f9a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-51
b455f9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b455f9a
Deji Akingunola afafb1d
* Sat Jul 20 2013 Deji Akingunola <dakingun@gmail.com> - 1.1-50
Deji Akingunola afafb1d
- Rename mpich2 sub-packages to mpich and rebuild for mpich-3.0
Deji Akingunola afafb1d
1b30d3a
* Sun Mar 31 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.1-49
1b30d3a
- ARM has openmpi
1b30d3a
d58ad68
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-48
d58ad68
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d58ad68
7c781d4
* Thu Nov 15 2012 Tom Callaway <spot@fedoraproject.org> - 1.1-47
7c781d4
- rebuild for new mpich2
7c781d4
cb2dec6
* Tue Jul 24 2012 Tom Callaway <spot@fedoraproject.org> - 1.1-46
cb2dec6
- drop unnecessary Requires/BuildRequires for lapack & blas
cb2dec6
bd0a94a
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-45
bd0a94a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bd0a94a
8572549
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-44
8572549
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8572549
Deji Akingunola fe4e5c7
* Tue Mar 29 2011 Deji Akingunola <dakingun@gmail.com> - 1.1-43
Deji Akingunola fe4e5c7
- Rebuild for mpich2 soname bump
Deji Akingunola fe4e5c7
46d978a
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-42
46d978a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
46d978a
Deji Akingunola babaf7b
* Tue Oct 19 2010 Deji Akingunola <dakingun@gmail.com> - 1.1-41
Deji Akingunola babaf7b
- Rebuild for both mpich2 and openmpi updates
Deji Akingunola babaf7b
e4e6012
* Thu Jul 15 2010 Dan HorĂ¡k <dan[at]danny.cz> - 1.1-40
e4e6012
- conditionalize openmpi support
e4e6012
ad2140e
* Tue Apr 13 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-39
ad2140e
- openmpi doesn't use TRANSCOMM	= -DUseMpich
ad2140e
- put libraries in $MPI_LIB, not $MPI_HOME
ad2140e
ad2140e
* Wed Feb 24 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-38
ad2140e
- get rid of environment module files altogether (the openmpi/mpich2 env modules are sufficient)
ad2140e
8705a5f
* Fri Feb 19 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-37
8705a5f
- fix environment module files
8705a5f
6b5b9d4
* Tue Feb 16 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-36
6b5b9d4
- put libraries in appropriate locations
6b5b9d4
- put include files in appropriate locations
6b5b9d4
- put environment module files in appropriate location
6b5b9d4
- use -p with every cp invocation
6b5b9d4
- drop Provides/Obsoletes for blacs-lam-*
6b5b9d4
67f1667
* Thu Dec 10 2009 Deji Akingunola <dakingun@gmail.com> - 1.1-35
67f1667
- Buildrequire mpich2-devel-static
67f1667
- Adjust obsolete versioning
67f1667
0e8ba1e
* Mon Dec  7 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-34
0e8ba1e
- drop lam subpackages (fixes FTBFS, 539057)
0e8ba1e
- blacs-mpich2-* now Provides/Obsoletes blacs-lam-*, this is a dirty lie, but we need something to do it
0e8ba1e
- move static bits to -static subpackages (resolves 545142)
0e8ba1e
- package up Bdef.h for other dependent packages to use (resolves 533929, thanks to Deji Akingunola)
0e8ba1e
182f07c
* Thu Aug  6 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-33
182f07c
- rework package to handle all supported MPI environments in Fedora
182f07c
3ed8db5
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-32
3ed8db5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3ed8db5
55b704b
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-31
55b704b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
55b704b
e917b60
* Tue Sep 23 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-30
e917b60
- incorporate Deji Akingunola's changes
e917b60
- use openmpi rather than lam
e917b60
9284962
* Tue Jul  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-29
9284962
- fix lam paths
9284962
35fa127
* Tue Jul  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-28
35fa127
- rebuild
35fa127
ba5616a
* Tue May 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.1-27
ba5616a
- ia64 doesn't use /usr/lib64
ba5616a
0519a0c
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1-26.1
0519a0c
- Autorebuild for GCC 4.3
0519a0c
d1479d3
* Thu Aug 23 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-25.1
d1479d3
- fix shared patch in devel
d1479d3
b100e9a
* Thu Aug 23 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-25
b100e9a
- rebuild for BuildID
b100e9a
6b9d711
* Wed Dec 20 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-24.1
6b9d711
- updated bmake files to include new lam-devel header path
6b9d711
1836725
* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-24
1836725
- FC-5+ needs lam-devel as a BR
1836725
b912033
* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-23
b912033
- bump for FC-6
b912033
d37aed1
* Fri Apr  7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-22
d37aed1
- FC-5+ also needs -L libdir/lam
d37aed1
27f5675
* Fri Apr  7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-21
27f5675
- FC-5+ needs includedir/lam
27f5675
e8bcbfc
* Fri Apr  7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-20
e8bcbfc
- fix lam BR
e8bcbfc
89c188f
* Tue Feb 28 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-19
89c188f
- fix broken bits in shared lib (no -fstack-protector for us)
89c188f
320f307
* Mon Dec 19 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-18
320f307
- rebuild for gcc4.1
320f307
dc9c9d5
* Sun Jul 31 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-17
dc9c9d5
- fix g77 for FC-3 spec
dc9c9d5
74e36b4
* Fri Jul 29 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-16
74e36b4
- remove ppc hack
74e36b4
cc464a4
* Fri Jul 29 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-15
88ee7ce
- Fix typo in fix. :/
88ee7ce
31c94a1
* Fri Jul 29 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-12
31c94a1
- fix INTFACE for FC-4+
31c94a1
372a6d9
* Fri Jul 29 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-11
372a6d9
- bump for new tag
372a6d9
db9c9da
* Mon Jun 27 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-10
db9c9da
- split static lib and .so into -devel package
db9c9da
- fix Bmake files for shared library support
db9c9da
- build shared libraries
db9c9da
6233cc4
* Tue May 10 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-8
6233cc4
- g77 needs some special compile flags, edited Bmake.inc*
6233cc4
7ddc593
* Mon May  9 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-7
7ddc593
- remove hardcoded dist tags
7ddc593
c8e8417
* Thu May  5 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-6
c8e8417
- fix 64bit issues
c8e8417
2b7f1fb
* Sun Apr 24 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-5
2b7f1fb
- use dist tag
2b7f1fb
- fix fc3 package sources and dependencies
2b7f1fb
18b26ca
* Tue Apr 19 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-4
18b26ca
- fix buildroot
18b26ca
- add gcc-gfortran as a BuildRequires (gcc-g77)
18b26ca
18b26ca
* Mon Apr 18 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-3
18b26ca
- backout shared patch
18b26ca
18b26ca
* Mon Apr 18 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-2
18b26ca
- rename libs to what scalapack thinks they should be called
18b26ca
18b26ca
* Mon Apr 18 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.1-1
18b26ca
- initial package creation