- building against blas and lapack instead of atlas and blas to fix missing
library calls
This commit is contained in:
parent
60bc96de15
commit
f84aaacd28
|
@ -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 <silfreed@silfreed.net> 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 <silfreed@silfreed.net> 0.11.0-1
|
||||
- update to metis 0.11.0
|
||||
- remove python patch
|
||||
|
|
Reference in New Issue
Block a user