Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
list(APPEND arrow_DEPENDS Boost)
endif()
+ # since Arrow 15.0.0 needs xsimd>=8.1.0 and since Ubuntu Jammy
+ # Jellyfish only provides 7.6.0, we'll have arrow build it as source
+ list(APPEND arrow_CMAKE_ARGS -Dxsimd_SOURCE=BUNDLED)
+
# cmake doesn't properly handle arguments containing ";", such as
# CMAKE_PREFIX_PATH, for which reason we'll have to use some other separator.
string(REPLACE ";" "!" CMAKE_PREFIX_PATH_ALT_SEP "${CMAKE_PREFIX_PATH}")
-Subproject commit 347a88ff9d20e2a4061eec0b455b8ea1aa8335dc
+Subproject commit a61f4af724cd06c3a9b4abd20491345997e532c0