Skip to content

Commit 39518c1

Browse files
committed
more gha fix
1 parent 7ef9158 commit 39518c1

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
-DMPIEXEC_PREFLAGS='--bind-to;none;--allow-run-as-root'
3333
-DENABLE_FORTRAN=ON
3434
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/installed
35-
-DWITH_MAX_AM="2;2"
35+
-DWITH_MAX_AM="3;2"
3636
-DWITH_ERI_MAX_AM="2;2"
3737
-DWITH_ERI3_MAX_AM="3;2"
3838
-DENABLE_ERI=1

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules)
6262
include(int_versions)
6363
include(options)
6464
include(CTest) # defines BUILD_TESTING option
65+
message(STATUS "Building using CMake ${CMAKE_VERSION}")
6566

6667
# <<< General >>>
6768

cmake/modules/int_am.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# `find_package(Libint2 COMPONENTS twobody_c4_d1_l5)`
1212

1313

14+
message(STATUS "LAB int.am")
1415
message(STATUS "Processing integrals classes ...")
1516

1617
# <<< overall derivatives level >>>

0 commit comments

Comments
 (0)