Dear developers,
I tried to compile libint using the the options taken from the CI workflow, with the addition of -DLIBINT2_CONTRACTED_INTS=OFF.
cmake -B build -DLIBINT2_MAX_AM=2\;2 -DLIBINT2_ERI_MAX_AM=2\;2 -DLIBINT2_ERI3_MAX_AM=3\;2 -DLIBINT2_ENABLE_ERI=1 -DLIBINT2_ENABLE_ERI3=1 -DLIBINT2_ENABLE_ONEBODY=1 -DLIBINT2_DISABLE_ONEBODY_PROPERTY_DERIVS=ON -DLIBINT2_MULTIPOLE_MAX_ORDER=2 -DLIBINT2_CONTRACTED_INTS=OFF --log-level=DEBUG
The compilation fails with the following error:
error: ‘__gnu_cxx::__alloc_traits<std::allocator<Libint_t>, Libint_t>::value_type’ {aka ‘struct Libint_t’} has no member named ‘contrdepth’
The full output can be found here, and the CMake configuration output here.
Am I misusing the LIBINT2_CONTRACTED_INTS=OFF option or is this a bug?
Kind regards,
Stan
Dear developers,
I tried to compile libint using the the options taken from the CI workflow, with the addition of
-DLIBINT2_CONTRACTED_INTS=OFF.The compilation fails with the following error:
The full output can be found here, and the CMake configuration output here.
Am I misusing the
LIBINT2_CONTRACTED_INTS=OFFoption or is this a bug?Kind regards,
Stan