update to 2.8.5
workaround to fix a bug in R (it fails for 32 bit archs)
This commit is contained in:
parent
91ef48dc11
commit
6e3707c241
11
rpy.spec
11
rpy.spec
@ -55,12 +55,13 @@ converted to Python exceptions.
|
|||||||
%setup -q -n %{srcname}2-%{version}
|
%setup -q -n %{srcname}2-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# %py2_build
|
||||||
|
# %py3_build
|
||||||
|
|
||||||
# Temporary workaround to fix a bug in R
|
# Temporary workaround to fix a bug in R
|
||||||
# see https://stat.ethz.ch/pipermail/r-devel/2016-December/073548.html
|
# see https://stat.ethz.ch/pipermail/r-devel/2016-December/073548.html
|
||||||
export CFLAGS+=" -DHAVE_UINTPTR_T=1"
|
CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1" %{__python2} setup.py build
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1" %{__python3} setup.py build
|
||||||
%py2_build
|
|
||||||
%py3_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py2_install
|
%py2_install
|
||||||
@ -80,7 +81,7 @@ export CFLAGS+=" -DHAVE_UINTPTR_T=1"
|
|||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 30 2016 José Matos <jamatos@fedoraproject.org> - 2.8.5-1
|
* Fri Dec 30 2016 José Matos <jamatos@fedoraproject.org> - 2.8.5-1
|
||||||
- update to 2.8.5
|
- update to 2.8.5
|
||||||
- workaround to fix a bug in R
|
- workaround to fix a bug in R (it fails for 32 bit archs)
|
||||||
|
|
||||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.8.3-2
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.8.3-2
|
||||||
- Rebuild for Python 3.6
|
- Rebuild for Python 3.6
|
||||||
|
Loading…
Reference in New Issue
Block a user