From fb2b8cc241f661168275929242275ed148556b61 Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Oct 24 2019 08:35:54 +0000 Subject: moved a comment from cmake flags --- diff --git a/darktable.spec b/darktable.spec index 71b0207..f657934 100644 --- a/darktable.spec +++ b/darktable.spec @@ -147,6 +147,7 @@ pushd %{_target_platform} %endif .. %else +# Concerning %%ifarch ppc64le aarch64 read https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 %cmake \ -DCMAKE_LIBRARY_PATH:PATH=%{_libdir} \ -DUSE_GEO:BOOLEAN=ON \ @@ -159,7 +160,6 @@ pushd %{_target_platform} %ifarch ppc64le -DUSE_OPENCL=OFF \ %endif -# Read https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 %if 0%{?fedora} >= 30 %ifarch ppc64le aarch64 -DUSE_OPENMP=OFF \