From: Wolfgang Bangerth Date: Tue, 7 Jan 2020 00:51:51 +0000 (-0700) Subject: Remove reference to the IA64 architecture. X-Git-Tag: v9.2.0-rc1~732^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9238%2Fhead;p=dealii.git 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. --- 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... #