[Slackbuilds-users] VTK wont make package if QT=no.

Fernando Lopez fernando.lopezjr at gmail.com
Sun Jun 7 07:26:58 UTC 2020


I am trying to compile VTK without Qt. So I "export QT=no" The sbopkg fails
when it can't find the Qt plugin folder and it aborts. I have tested this
code change and it works, the package compiles successfully.

Thank you.

*==== Can you please change this line:*
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/qt mv \ $PKG/usr/plugins/ \
$PKG/usr/lib${LIBDIRSUFFIX}/qt

*==== TO:
*if [ -z group_qt ]; then
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/qt
mv \
  $PKG/usr/plugins/ \
  $PKG/usr/lib${LIBDIRSUFFIX}/qt
fi




-- 

------------
Regards,
    Fernando Lopez Jr.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20200607/fcba5628/attachment.htm>


More information about the SlackBuilds-users mailing list