From bbe4d3ff155bafb0f2fce51938ff2061b449e867 Mon Sep 17 00:00:00 2001 From: Gianluca Sforna Date: Nov 11 2016 12:08:13 +0000 Subject: Fix FTBS in rawhide --- diff --git a/rdkit.spec b/rdkit.spec index db59cec..c96e692 100644 --- a/rdkit.spec +++ b/rdkit.spec @@ -14,7 +14,7 @@ Name: rdkit Version: %{year}.%{month}.%{extraver} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Chemical informatics and machine learning toolkit License: BSD URL: http://www.rdkit.org/ @@ -193,7 +193,7 @@ pushd python2 -D RDK_USE_FLEXBISON:BOOL=ON \ -D RDK_TEST_MULTITHREADED:BOOL=ON \ -D PYTHON_EXECUTABLE:FILEPATH=%{__python2} \ -%ifarch %{arm} aarch64 +%ifarch %{arm} aarch64 ppc %{power64} -D RDK_OPTIMIZE_NATIVE:BOOL=OFF \ %endif . @@ -235,7 +235,7 @@ pushd python3 -D RDK_USE_FLEXBISON:BOOL=ON \ -D RDK_TEST_MULTITHREADED:BOOL=ON \ -D PYTHON_EXECUTABLE:FILEPATH=%{__python3} \ -%ifarch %{arm} aarch64 +%ifarch %{arm} aarch64 ppc %{power64} -D RDK_OPTIMIZE_NATIVE:BOOL=OFF \ %endif . @@ -336,6 +336,9 @@ popd %{_datadir}/pgsql/extension/rdkit.control %changelog +* Fri Nov 11 2016 Gianluca Sforna - 2016.03.5-2 +- Fix ppc/ppc64 build + * Wed Nov 2 2016 Gianluca Sforna - 2016.03.5-1 - new upstream release - fix moldraw headers installation with upstream patch