Disable hdf with configure on ppc
This commit is contained in:
parent
fc48199525
commit
7c28104403
7
gdl.spec
7
gdl.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gdl
|
Name: gdl
|
||||||
Version: 0.8.10
|
Version: 0.8.10
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: GNU Data Language
|
Summary: GNU Data Language
|
||||||
|
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -16,9 +16,11 @@ BuildRequires: netcdf-devel, hdf5-devel, libjpeg-devel
|
|||||||
BuildRequires: python-devel, python-numarray, python-matplotlib
|
BuildRequires: python-devel, python-numarray, python-matplotlib
|
||||||
%ifnarch ppc ppc64
|
%ifnarch ppc ppc64
|
||||||
BuildRequires: hdf-devel
|
BuildRequires: hdf-devel
|
||||||
|
%define hdfconfig %{nil}
|
||||||
%define hdfinclude "-I/usr/include/hdf"
|
%define hdfinclude "-I/usr/include/hdf"
|
||||||
%define hdflib "-L%{_libdir}/hdf"
|
%define hdflib "-L%{_libdir}/hdf"
|
||||||
%else
|
%else
|
||||||
|
%define hdfconfig "--with-hdf=no"
|
||||||
%define hdfinclude %{nil}
|
%define hdfinclude %{nil}
|
||||||
%define hdflib %{nil}
|
%define hdflib %{nil}
|
||||||
%endif
|
%endif
|
||||||
@ -58,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 22 2005 - Orion Poplawski <orion@cora.nwra.com> - 0.8.10-3
|
||||||
|
- Disable hdf with configure on ppc
|
||||||
|
|
||||||
* Thu Sep 22 2005 - Orion Poplawski <orion@cora.nwra.com> - 0.8.10-2
|
* Thu Sep 22 2005 - Orion Poplawski <orion@cora.nwra.com> - 0.8.10-2
|
||||||
- Don't include hdf support on ppc
|
- Don't include hdf support on ppc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user