paraview: broken for all targets but x86_64

This commit is contained in:
Jürgen Buchmüller 2020-08-29 18:20:51 +02:00
parent 5f12397581
commit 9803565a1f
1 changed files with 10 additions and 0 deletions

View File

@ -37,10 +37,20 @@ CXXFLAGS="-D_GNU_SOURCE -fcommon"
# qhelpgenerator: could not find a Qt installation of ''
export QT_SELECT="5"
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" libexecinfo-devel"
fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
fi
case "$XBPS_TARGET_MACHINE" in
x86_64) ;;
*) # broken for all other targets
broken="https://build.voidlinux.org/builders/i686_builder/builds/27013/steps/shell_3/logs/stdio"
;;
esac
post_extract() {
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
echo "target_link_libraries(vtkCommonDataModel PRIVATE atomic)" >> \