From f84aaacd28226463709ccb2a7653e0fc87c26bd5 Mon Sep 17 00:00:00 2001 From: "Douglas E. Warner" Date: Tue, 12 Aug 2008 14:53:31 +0000 Subject: [PATCH] - building against blas and lapack instead of atlas and blas to fix missing library calls --- qgis.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qgis.spec b/qgis.spec index 39dc1ce..a9226f6 100644 --- a/qgis.spec +++ b/qgis.spec @@ -3,7 +3,7 @@ Name: qgis Version: 0.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -29,6 +29,8 @@ BuildRequires: grass, grass-devel BuildRequires: python-devel BuildRequires: PyQt4-devel BuildRequires: chrpath +# fixing missing library calls in atlas +BuildRequires: blas, lapack %description Quantum GIS (QGIS) is a user friendly Open Source Geographic Information @@ -212,6 +214,10 @@ desktop-file-install --vendor="fedora" \ %changelog +* Mon Aug 11 2008 Douglas E. Warner 0.11.0-2 +- building against blas and lapack instead of atlas and blas to fix missing + library calls + * Wed Jul 16 2008 Douglas E. Warner 0.11.0-1 - update to metis 0.11.0 - remove python patch