diff --git a/.github/workflows/clang_tidy.yml b/.github/workflows/clang_tidy.yml index 534d4818b..eaf4050fe 100644 --- a/.github/workflows/clang_tidy.yml +++ b/.github/workflows/clang_tidy.yml @@ -31,6 +31,20 @@ jobs: cmake .. cmake --build . --parallel sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/mdspan.git + mkdir mdspan/build + ( cd mdspan/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/stdBLAS.git + mkdir stdBLAS/build + ( cd stdBLAS/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) - name: Verify run: | FILES=`find . -iname *.hpp -o -iname *.tpp` diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index 7f461068b..379d33a97 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -35,6 +35,20 @@ jobs: cmake .. cmake --build . --parallel sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/mdspan.git + mkdir mdspan/build + ( cd mdspan/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/stdBLAS.git + mkdir stdBLAS/build + ( cd stdBLAS/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) - name: Verify run: | cppcheck \ diff --git a/.github/workflows/deploy_test_coverage_coveralls.yml b/.github/workflows/deploy_test_coverage_coveralls.yml index f129e5ae3..b8d21ee29 100644 --- a/.github/workflows/deploy_test_coverage_coveralls.yml +++ b/.github/workflows/deploy_test_coverage_coveralls.yml @@ -31,6 +31,20 @@ jobs: cmake .. cmake --build . --parallel sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/mdspan.git + mkdir mdspan/build + ( cd mdspan/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/stdBLAS.git + mkdir stdBLAS/build + ( cd stdBLAS/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) - name: Build run: | gcc-12 \ diff --git a/.github/workflows/verify_test_memory_valgrind.yml b/.github/workflows/verify_test_memory_valgrind.yml index 21fdbd643..bd7120842 100644 --- a/.github/workflows/verify_test_memory_valgrind.yml +++ b/.github/workflows/verify_test_memory_valgrind.yml @@ -31,6 +31,20 @@ jobs: cmake .. cmake --build . --parallel sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/mdspan.git + mkdir mdspan/build + ( cd mdspan/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/stdBLAS.git + mkdir stdBLAS/build + ( cd stdBLAS/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) - name: Build run: | gcc-12 \ diff --git a/.github/workflows/verify_test_sanitizer_address.yml b/.github/workflows/verify_test_sanitizer_address.yml index 02365596f..639618be4 100644 --- a/.github/workflows/verify_test_sanitizer_address.yml +++ b/.github/workflows/verify_test_sanitizer_address.yml @@ -31,6 +31,20 @@ jobs: cmake .. cmake --build . --parallel sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/mdspan.git + mkdir mdspan/build + ( cd mdspan/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/stdBLAS.git + mkdir stdBLAS/build + ( cd stdBLAS/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) - name: Build run: | gcc-12 \ diff --git a/.github/workflows/verify_test_sanitizer_leak.yml b/.github/workflows/verify_test_sanitizer_leak.yml index 020114fc6..6a235bddc 100644 --- a/.github/workflows/verify_test_sanitizer_leak.yml +++ b/.github/workflows/verify_test_sanitizer_leak.yml @@ -31,6 +31,20 @@ jobs: cmake .. cmake --build . --parallel sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/mdspan.git + mkdir mdspan/build + ( cd mdspan/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/stdBLAS.git + mkdir stdBLAS/build + ( cd stdBLAS/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) - name: Build run: | gcc-12 \ diff --git a/.github/workflows/verify_test_sanitizer_thread.yml b/.github/workflows/verify_test_sanitizer_thread.yml index ce1af7d6e..cfeeabf7a 100644 --- a/.github/workflows/verify_test_sanitizer_thread.yml +++ b/.github/workflows/verify_test_sanitizer_thread.yml @@ -31,6 +31,20 @@ jobs: cmake .. cmake --build . --parallel sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/mdspan.git + mkdir mdspan/build + ( cd mdspan/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/stdBLAS.git + mkdir stdBLAS/build + ( cd stdBLAS/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) - name: Build run: | gcc-12 \ diff --git a/.github/workflows/verify_test_sanitizer_undefined_behavior.yml b/.github/workflows/verify_test_sanitizer_undefined_behavior.yml index 7fddc68b6..d2ed5c104 100644 --- a/.github/workflows/verify_test_sanitizer_undefined_behavior.yml +++ b/.github/workflows/verify_test_sanitizer_undefined_behavior.yml @@ -31,6 +31,20 @@ jobs: cmake .. cmake --build . --parallel sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/mdspan.git + mkdir mdspan/build + ( cd mdspan/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) + ( cd /tmp + git clone --depth 1 https://github.com/kokkos/stdBLAS.git + mkdir stdBLAS/build + ( cd stdBLAS/build + cmake .. + cmake --build . --parallel + sudo cmake --install . ) ) - name: Build run: | gcc-12 \