mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
paraview: broken for all targets but x86_64
This commit is contained in:
parent
5f12397581
commit
9803565a1f
1 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue