Disable automatic SSE detection
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Sat, 23 Jun 2018 16:58:08 +0000 (18:58 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Sat, 23 Jun 2018 16:58:08 +0000 (18:58 +0200)
LP: #1771124

debian/rules

index 1fe977177deaeb6aef56c08e9860fcfa08aac73d..32b4fd97b0f52a1920d1548c0260bb6f5b677f9a 100755 (executable)
@@ -28,7 +28,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 override_dh_auto_configure:
        dh_auto_configure --                                            \
        -DLIB_INSTALL_DIR:STRING="lib/$(DEB_HOST_MULTIARCH)"            \
-       -DCMAKE_SKIP_RPATH=ON                                           \
+       -DCMAKE_SKIP_RPATH=ON -DPCL_ENABLE_SSE=OFF                      \
        -DBUILD_TESTS=OFF -DBUILD_apps=ON -DBUILD_common=ON             \
        -DBUILD_examples=ON -DBUILD_features=ON -DBUILD_filters=ON      \
        -DBUILD_geometry=ON -DBUILD_global_tests=OFF -DBUILD_io=ON      \