diff --git a/.github/workflows/nestbuildmatrix.yml b/.github/workflows/nestbuildmatrix.yml index ac75995e50..5acba61ade 100644 --- a/.github/workflows/nestbuildmatrix.yml +++ b/.github/workflows/nestbuildmatrix.yml @@ -107,8 +107,8 @@ jobs: cpp_compiler: "clang" os: "ubuntu-20.04" - xNEST_BUILD_TYPE: "FULL" - os: "ubuntu-20.04" cpp_compiler: "clang" + os: "ubuntu-20.04" steps: - name: "Checkout repository content" @@ -201,30 +201,8 @@ jobs: fail-fast: false matrix: os: [macos-latest] - cpp_compiler: ["gcc", "clang"] - xNEST_BUILD_TYPE: ["MINIMAL", "MPI_ONLY", "OPENMP_ONLY", "FULL"] - exclude: - - xNEST_BUILD_TYPE: "MPI_ONLY" - cpp_compiler: "clang" - os: macos-latest - - xNEST_BUILD_TYPE: "OPENMP_ONLY" - cpp_compiler: "clang" - os: macos-latest - - xNEST_BUILD_TYPE: "FULL" - os: macos-latest - cpp_compiler: "clang" - - xNEST_BUILD_TYPE: "MINIMAL" - os: macos-latest - cpp_compiler: "gcc" - - xNEST_BUILD_TYPE: "MPI_ONLY" - cpp_compiler: "gcc" - os: macos-latest - - xNEST_BUILD_TYPE: "OPENMP_ONLY" - cpp_compiler: "gcc" - os: macos-latest - - xNEST_BUILD_TYPE: "FULL" - os: macos-latest - cpp_compiler: "gcc" + cpp_compiler: ["clang"] + xNEST_BUILD_TYPE: ["MINIMAL"] steps: - name: "Checkout repository content" diff --git a/nestkernel/connection_creator_impl.h b/nestkernel/connection_creator_impl.h index 6955d762ad..14963eb401 100644 --- a/nestkernel/connection_creator_impl.h +++ b/nestkernel/connection_creator_impl.h @@ -118,7 +118,7 @@ ConnectionCreator::PoolWrapper_< D >::PoolWrapper_() } template < int D > -ConnectionCreator::PoolWrapper_< D >::~PoolWrapper_() +ConnectionCreator::PoolWrapper_< D >::~PoolWrapper_< D >() { if ( masked_layer_ ) {