-
- Downloads
Rewrite the configure script.
1. Check for FC only if one of the Fortran interfaces is requested. 2. Fail if the Fortran ISO C interface is enabled but FC is not found. 3. Check for F77 only if the C Fortran interface is requested and either FC was not found or the user set F77 explicitly. In the latter case, we make sure that the generated library is compatible with both FC and F77. 4. Check for Fortran interfaces of MPI and YAXT only when needed and do not fail if either of them not found: we can still provide the C Fortran interface. 5. Refactor the Automake conditionals: remove redundant, rename the required in a consistent way. Conditionals from acx_options.m4 left unchanged since they might affect the integration into CDO. 6. General clean-up and refactoring. 7. Temporarily drop support for the experimental ruby and python interfaces.
parent
c064aae5
No related branches found
No related tags found
Showing
- Makefile.am 1 addition, 1 deletionMakefile.am
- configure.ac 380 additions, 373 deletionsconfigure.ac
- examples/Makefile.am 4 additions, 4 deletionsexamples/Makefile.am
- examples/pio/Makefile.am 14 additions, 11 deletionsexamples/pio/Makefile.am
- src/Makefile.am 25 additions, 31 deletionssrc/Makefile.am
- tests/Makefile.am 9 additions, 6 deletionstests/Makefile.am
- tests/pio_cksum_asynch.in 1 addition, 1 deletiontests/pio_cksum_asynch.in
- tests/pio_cksum_cdf.in 1 addition, 1 deletiontests/pio_cksum_cdf.in
- tests/pio_cksum_fpguard.in 1 addition, 1 deletiontests/pio_cksum_fpguard.in
- tests/pio_cksum_grb2.in 1 addition, 1 deletiontests/pio_cksum_grb2.in
- tests/pio_cksum_mpi_fw_at_all.in 1 addition, 1 deletiontests/pio_cksum_mpi_fw_at_all.in
- tests/pio_cksum_mpi_fw_at_reblock.in 1 addition, 1 deletiontests/pio_cksum_mpi_fw_at_reblock.in
- tests/pio_cksum_mpi_fw_ordered.in 1 addition, 1 deletiontests/pio_cksum_mpi_fw_ordered.in
- tests/pio_cksum_mpinonb.in 1 addition, 1 deletiontests/pio_cksum_mpinonb.in
- tests/pio_cksum_writer.in 1 addition, 1 deletiontests/pio_cksum_writer.in
- tests/pio_write_run.in 5 additions, 3 deletionstests/pio_write_run.in
- tests/test_f2003.in 1 addition, 1 deletiontests/test_f2003.in
Loading
Please register or sign in to comment