From 7402f09157404e4947b26e4a55b60a0dda783652 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 31 May 2022 17:30:06 -0700 Subject: math/hptt: New port: High-Performance Tensor Transpose library --- math/hptt/files/patch-CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/hptt/files/patch-CMakeLists.txt (limited to 'math/hptt/files/patch-CMakeLists.txt') diff --git a/math/hptt/files/patch-CMakeLists.txt b/math/hptt/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..a1194edf89fb --- /dev/null +++ b/math/hptt/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2022-05-31 20:45:22 UTC ++++ CMakeLists.txt +@@ -37,7 +37,7 @@ endif() + + set(HPTT_SRCS src/hptt.cpp src/plan.cpp src/transpose.cpp src/utils.cpp) + +-add_library(hptt STATIC ${HPTT_SRCS}) ++add_library(hptt ${HPTT_SRCS}) + target_compile_features(hptt PUBLIC cxx_std_11) + target_include_directories(hptt PUBLIC ${PROJECT_SOURCE_DIR}/include) + #target_compile_definitions(hptt PRIVATE ${HPTT_CXX_COMPILE_DEFS}) -- cgit v1.2.3