From c696316a1ef54db44a05666ed8ac052899d455c1 Mon Sep 17 00:00:00 2001 From: Hayodea Hekol Date: Sat, 4 Apr 2026 13:25:28 -0400 Subject: [PATCH] Rename buildmach stuff to buildmach/ --- CMakeLists.txt | 2 +- {compile => buildmach}/CMakeLists.txt | 0 {compile => buildmach}/clhostshmemptrcheck.cpp | 0 {compile => buildmach}/clshmemcheck.cpp | 0 {compile => buildmach}/clshmemlatency.cpp | 0 {compile => buildmach}/clshmemlatency_callback.cpp | 0 {compile => buildmach}/clzerocopycheck.cpp | 0 {compile => buildmach}/meshFromPcd.cpp | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename {compile => buildmach}/CMakeLists.txt (100%) rename {compile => buildmach}/clhostshmemptrcheck.cpp (100%) rename {compile => buildmach}/clshmemcheck.cpp (100%) rename {compile => buildmach}/clshmemlatency.cpp (100%) rename {compile => buildmach}/clshmemlatency_callback.cpp (100%) rename {compile => buildmach}/clzerocopycheck.cpp (100%) rename {compile => buildmach}/meshFromPcd.cpp (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88dbaf7..fb8fad7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,7 +184,7 @@ endif() if(ENABLE_TESTS) add_subdirectory(third_party) endif() -add_subdirectory(compile) +add_subdirectory(buildmach) add_subdirectory(libspinscale) # Add core components add_subdirectory(smocore) diff --git a/compile/CMakeLists.txt b/buildmach/CMakeLists.txt similarity index 100% rename from compile/CMakeLists.txt rename to buildmach/CMakeLists.txt diff --git a/compile/clhostshmemptrcheck.cpp b/buildmach/clhostshmemptrcheck.cpp similarity index 100% rename from compile/clhostshmemptrcheck.cpp rename to buildmach/clhostshmemptrcheck.cpp diff --git a/compile/clshmemcheck.cpp b/buildmach/clshmemcheck.cpp similarity index 100% rename from compile/clshmemcheck.cpp rename to buildmach/clshmemcheck.cpp diff --git a/compile/clshmemlatency.cpp b/buildmach/clshmemlatency.cpp similarity index 100% rename from compile/clshmemlatency.cpp rename to buildmach/clshmemlatency.cpp diff --git a/compile/clshmemlatency_callback.cpp b/buildmach/clshmemlatency_callback.cpp similarity index 100% rename from compile/clshmemlatency_callback.cpp rename to buildmach/clshmemlatency_callback.cpp diff --git a/compile/clzerocopycheck.cpp b/buildmach/clzerocopycheck.cpp similarity index 100% rename from compile/clzerocopycheck.cpp rename to buildmach/clzerocopycheck.cpp diff --git a/compile/meshFromPcd.cpp b/buildmach/meshFromPcd.cpp similarity index 100% rename from compile/meshFromPcd.cpp rename to buildmach/meshFromPcd.cpp