paraview: broken for all targets but x86_64
This commit is contained in:
parent
5f12397581
commit
9803565a1f
|
@ -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)" >> \
|
||||
|
|
Loading…
Reference in New Issue