graphics/shotwell: remove option OPENMP traces

after 24e4736c13 I'm very positive that no special handling for
using an openmp-enabled libraw is required anymore, so remove leftover
comments for that
This commit is contained in:
Christoph Moench-Tegeder 2021-12-10 21:36:16 +01:00
parent 24e4736c13
commit ff16a120a8

View File

@ -30,7 +30,6 @@ LIB_DEPENDS= libgio-2.0.so:devel/glib20 \
libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
libxml2.so:textproc/libxml2
# USES compiler: also see option OPENMP below
USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome meson \
ninja pkgconfig python:3.4+,build shebangfix sqlite tar:xz xorg
CPE_VENDOR= gnome
@ -48,21 +47,15 @@ MESON_ARGS= -Dudev=false -Dextra-plugins=true -Dinstall-apport-hook=false \
PORTSCOUT= limitw:1,even
MAKE_JOBS_UNSAFE= yes
# facedetection fails to link against opencv4 when building with GCC
# disable openmp until llvm becomes the default openmp provider, then
# try again
OPTIONS_DEFINE= FACED # OPENMP
OPTIONS_DEFINE= FACED
OPTIONS_SUB= yes
FACED_DESC= Face Detection
# OPENMP_DESC= libraw uses OpenMP (implies GCC)
FACED_CONFIGURE_ON= -Dface-detection=true
FACED_CONFIGURE_OFF= -Dface-detection=false
FACED_LIB_DEPENDS= libopencv_core.so:graphics/opencv \
libopencv_photo.so:graphics/opencv
# OPENMP_USES= compiler:openmp
# OPENMP_USES_OFF= compiler:c++11-lib
PLIST_SUB= DISTVERSION=${DISTVERSION}