From dbadf6b0b6596f1c32bf46396a6843dbe14072f5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 6 Jan 2020 17:51:51 -0700 Subject: [PATCH] Remove reference to the IA64 architecture. IA64 was an interesting historical experiment that I enjoyed working on and even more thinking about. But the architecture has not been updated since 2012, and so there is no real danger in removing a piece of code related to it from actually breaking anything for anyone. --- bundled/setup_bundled.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundled/setup_bundled.cmake b/bundled/setup_bundled.cmake index 9cc4330cf1..cb7a5cf3f9 100644 --- a/bundled/setup_bundled.cmake +++ b/bundled/setup_bundled.cmake @@ -36,8 +36,7 @@ SET(BOOST_FOLDER "${CMAKE_SOURCE_DIR}/bundled/boost-1.70.0") # IF( NOT CMAKE_SYSTEM_NAME MATCHES "CYGWIN" - AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows" - AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "ia64" ) + AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows" ) # # Cygwin is unsupported by tbb, Windows due to the way we compile tbb... # -- 2.39.5