rpms/gromacs/EL-5 gromacs.spec,1.2,1.3

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Nov 9 17:19:01 UTC 2008


Author: jussilehtola

Update of /cvs/pkgs/rpms/gromacs/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2548/EL-5

Modified Files:
	gromacs.spec 
Log Message:
* Sun Nov 09 2008 Jussi Lehtola - 4.0.1-5
- Add blas to Requires.



Index: gromacs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gromacs/EL-5/gromacs.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gromacs.spec	9 Nov 2008 17:13:50 -0000	1.2
+++ gromacs.spec	9 Nov 2008 17:18:31 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		gromacs
 Version:	4.0.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	GROMACS binaries
 Group:		Applications/Engineering
 License:	GPLv2+
@@ -27,6 +27,7 @@
 
 
 # Need to have this so that yum doesn't pull atlas instead
+Requires:	blas
 Requires:	lapack
 
 %if 0%{?rhel} == 4
@@ -84,6 +85,7 @@
 Group:		Applications/Engineering
 Requires:	gromacs-common = %{version}-%{release}
 # Need to have this so that yum doesn't pull atlas instead
+Requires:	blas
 Requires:	lapack
 
 %description libs
@@ -103,6 +105,7 @@
 Group:		Applications/Engineering
 Requires:	gromacs-common = %{version}-%{release}
 # Need to have this so that yum doesn't pull atlas instead
+Requires:	blas
 Requires:	lapack
 
 %description mpi
@@ -180,6 +183,7 @@
 # Need to have this so that yum doesn't install LAM instead
 Requires:	openmpi
 # Need to have this so that yum doesn't pull atlas instead
+Requires:	blas
 Requires:	lapack
 
 %description mpi-libs
@@ -534,6 +538,9 @@
 
 
 %changelog
+* Sun Nov 09 2008 Jussi Lehtola - 4.0.1-5
+- Add Requires: blas too.
+
 * Sun Nov 09 2008 Jussi Lehtola - 4.0.1-4
 - Update to 4.0.1.
 - Add Requires: lapack and openmpi to prevent yum from pulling atlas and lam




More information about the scm-commits mailing list