Disable R bindings on aarch64 for the moment
This commit is contained in:
parent
88a0f9082e
commit
afe4386caa
@ -12,7 +12,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global DEVIL 1
|
%global DEVIL 1
|
||||||
|
%ifarch aarch64
|
||||||
|
%global ARRRR 0
|
||||||
|
%else
|
||||||
%global ARRRR 1
|
%global ARRRR 1
|
||||||
|
%endif
|
||||||
|
|
||||||
# Build with QT applications (currently only gvedit)
|
# Build with QT applications (currently only gvedit)
|
||||||
# Disabled until the package gets better structuring, see bug #447133
|
# Disabled until the package gets better structuring, see bug #447133
|
||||||
@ -48,7 +52,7 @@
|
|||||||
Name: graphviz
|
Name: graphviz
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Version: 2.34.0
|
Version: 2.34.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
License: EPL
|
License: EPL
|
||||||
URL: http://www.graphviz.org/
|
URL: http://www.graphviz.org/
|
||||||
@ -552,6 +556,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.34.0-6
|
||||||
|
- Disable R bindings on aarch64 for the moment
|
||||||
|
|
||||||
* Thu Dec 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.34.0-5
|
* Thu Dec 19 2013 Peter Robinson <pbrobinson@fedoraproject.org> 2.34.0-5
|
||||||
- No mono on aarch64
|
- No mono on aarch64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user