paraview: remove target machine check.

This currently can't be determined, since dependencies like openmpi are
nocross.

This check also had a typo.
This commit is contained in:
Érico Rolim 2020-09-28 03:02:45 -03:00
parent b3ce2a2e38
commit 42f43af10b

View file

@ -55,13 +55,6 @@ case "$XBPS_MACHINE" in
;;
esac
case "$XBPS_TARGET_MACHINE" in
x68_64*|i686*) ;;
*)
broken="uncertain why; currently being tested"
;;
esac
post_extract() {
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
echo "target_link_libraries(vtkCommonDataModel PRIVATE atomic)" >> \