cp2k / dbcsr

DBCSR: Distributed Block Compressed Sparse Row matrix library
https://cp2k.github.io/dbcsr/
GNU General Public License v2.0
135 stars 46 forks source link

Honor initial CMAKE_Fortran_FLAGS/FFLAGS #700

Closed opoplawski closed 11 months ago

opoplawski commented 12 months ago

We need to be able to specify extra Fortran flags.

jenkins-cscs commented 12 months ago

Can one of the admins verify this patch?

dev-zero commented 12 months ago

@opoplawski ACK, but can you please add this change to the other compiler sections as well?

dev-zero commented 12 months ago

Please note that you can always define your own CMake build type as described in the DBCSR manual to add custom flags. But I see why it may be annoying if DBCSR ignores FFLAGS completely while all other packages usually take those into account.

opoplawski commented 11 months ago

All compilers updated. Thanks.