"Error: Logicals at (1) must be compared with .eqv. instead of =="
This currently prevents the build of https://github.com/digital-chemistry-la … -mac-build. It can be updated like this:
- write(10,*) count(cub_do==.true.)
+ write(10,*) count(cub_do .eqv. .true.)^M