From 42f43af10b1af9992e08dd03f7cfab664b7a406c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 28 Sep 2020 03:02:45 -0300 Subject: [PATCH] paraview: remove target machine check. This currently can't be determined, since dependencies like openmpi are nocross. This check also had a typo. --- srcpkgs/paraview/template | 7 ------- 1 file changed, 7 deletions(-) diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template index 7629ef5ac2c..8d076ac4811 100644 --- a/srcpkgs/paraview/template +++ b/srcpkgs/paraview/template @@ -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)" >> \