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:
parent
b3ce2a2e38
commit
42f43af10b
|
@ -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)" >> \
|
||||
|
|
Loading…
Reference in New Issue