problem installing hdf5-1.14.6 on Mac with the NAG Fortran compiler
- Dominant language
- C
- Stars
- 988
- Forks
- 355
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 12
Description
I'm trying to install hdf5-1.14.6 on a MacBook Pro with M2 processor
running macOS Sequoia 15.6, with the NAG Fortran compiler version 7.2.
I attach config.log and make.log. I get the following error message:
CC dt_arith.o
dt_arith.c:3642:34: error: call to undeclared function 'fabsf16'; ISO C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
3642 | if (underflow && fabsf16(x) <= FLT16_MIN && fabsf16(hw_half) <= FLT16_MIN)
| ^
1 error generated.
make[1]: *** [dt_arith.o] Error 1
Please advise.
[config.log](https://github.com/user-attachments/files/21916543/config.log)
[make.log](https://github.com/user-attachments/files/21916550/make.log)
Contributor guide
Assessment
This issue has not been assessed yet.