disable readline support for el5
This commit is contained in:
parent
5620684dde
commit
0a2d99f9a7
8
R.spec
8
R.spec
@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
Name: R
|
Name: R
|
||||||
Version: 3.3.2
|
Version: 3.3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}.1
|
||||||
Summary: A language for data analysis and graphics
|
Summary: A language for data analysis and graphics
|
||||||
URL: http://www.r-project.org
|
URL: http://www.r-project.org
|
||||||
Source0: ftp://cran.r-project.org/pub/R/src/base/R-3/R-%{version}.tar.gz
|
Source0: ftp://cran.r-project.org/pub/R/src/base/R-3/R-%{version}.tar.gz
|
||||||
@ -559,6 +559,9 @@ export FCFLAGS="%{optflags}"
|
|||||||
# It also results in R using the bundled lapack copy.
|
# It also results in R using the bundled lapack copy.
|
||||||
|
|
||||||
( %configure \
|
( %configure \
|
||||||
|
%if 0%{?rhel} <= 5
|
||||||
|
--with-readline=no \
|
||||||
|
%endif
|
||||||
%if %{system_tre}
|
%if %{system_tre}
|
||||||
--with-system-tre \
|
--with-system-tre \
|
||||||
%endif
|
%endif
|
||||||
@ -1161,6 +1164,9 @@ R CMD javareconf \
|
|||||||
%{_libdir}/libRmath.a
|
%{_libdir}/libRmath.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 31 2016 Tom Callaway <spot@fedoraproject.org> - 3.3.2-1.1
|
||||||
|
- disable readline support for el5
|
||||||
|
|
||||||
* Mon Oct 31 2016 Tom Callaway <spot@fedoraproject.org> - 3.3.2-1
|
* Mon Oct 31 2016 Tom Callaway <spot@fedoraproject.org> - 3.3.2-1
|
||||||
- update to 3.3.2
|
- update to 3.3.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user