SouthAfricaDigitalScience / abinit-deploy

A repo to contain the scripts and tests for abinit.
Apache License 2.0
0 stars 1 forks source link

FFTW configuration incorrect. #4

Closed brucellino closed 7 years ago

brucellino commented 8 years ago

Since at least build 8, we're seeing the following error:

checking for the requested FFT support... fftw3
checking for the actual FFT support... broken

        +--------------------------------------------------------------+
        | Connector detection failure                                  |
        +--------------------------------------------------------------+
        | The build system of Abinit has not been able to detect       |
        | one or more requested external packages, probably because    |
        | you did not provide sufficient information. This means       |
        | that the build cannot proceed, and the configure script      |
        | will thus abort now with an error.                           |
        |                                                              |
        | To address this issue, you may:                              |
        |                                                              |
        | * make sure that the prerequisites of the external           |
        | packages are available and enabled, e.g.                     |
        | --with-dft-flavor="libxc+bigdft" or                          |
        | --with-trio-flavor="netcdf+etsf_io"                          |
        |                                                              |
        | * use the --with-*-bins, --with-*-incs, and                  |
        | --with-*-libs options of configure to provide                |
        | additional information; please see the section related       |
        | to connectors in                                             |
        | ~abinit/doc/build/config-template.ac for available           |
        | options and details;                                         |
        |                                                              |
        | * disable the corresponding extensions, by using the         |
        | associated --with-*-flavor="none" options of                 |
        | configure; please see the section associated to              |
        | connectors in ~abinit/doc/build/config-template.ac for       |
        | details.                                                     |
        |                                                              |
        +--------------------------------------------------------------+

configure: error: the specified FFT libraries do not work

The FFT configuration is

--with-fft-flavor="fftw3" \
--with-fft-incs="-I${FFTW_DIR}/include" \
--with-fft-libs="-L${FFTW_DIR}/lib -lfftw3 -lfftw3f -lfftw3f_omp -lfftw3_mpi" \
brucellino commented 8 years ago

This has been addressed in the build.sh and check-build.

brucellino commented 8 years ago

Updated the configuration using homebrew/science's config.

brucellino commented 8 years ago

waiting for abinit 14 to finish

brucellino commented 7 years ago

closing this for the next runs in FR3