diff --git a/.travis.yml b/.travis.yml index 016a3fbcfad..931bf1b492b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,8 @@ before_script: - export CC=mpicc - export FC=mpif90 - export CPPFLAGS='-I/usr/include' - - wget https://parallel-netcdf.github.io/Release/pnetcdf-1.12.1.tar.gz - - tar -xzvf pnetcdf-1.12.1.tar.gz + - wget https://parallel-netcdf.github.io/Release/pnetcdf-1.12.1.tar.gz &> /dev/null + - tar -xzf pnetcdf-1.12.1.tar.gz - pushd pnetcdf-1.12.1 - ./configure --prefix=/usr --enable-shared --disable-cxx - make @@ -41,9 +41,9 @@ env: script: - nc-config --all - autoreconf -i - - export CFLAGS='-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror' - - export FFLAGS='-fsanitize=address -fno-omit-frame-pointer' - - export FCFLAGS='-fsanitize=address -fno-omit-frame-pointer -Werror' + - export CFLAGS='-g -std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror' + - export FFLAGS='-g -fsanitize=address -fno-omit-frame-pointer' + - export FCFLAGS='-g -fsanitize=address -fno-omit-frame-pointer -Werror' - export DISTCHECK_CONFIGURE_FLAGS='--enable-fortran' - ./configure --enable-fortran --enable-developer-docs - make -j distcheck diff --git a/configure.ac b/configure.ac index aa6d2ece1cd..12f423d9c1f 100644 --- a/configure.ac +++ b/configure.ac @@ -231,9 +231,6 @@ AC_DEFINE([_NETCDF], [1], [netCDF classic library available]) # We must have MPI to build PIO. AC_DEFINE([HAVE_MPI], [1], [defined by CMake build]) -# ??? -AC_DEFINE([INCLUDE_CMAKE_FCI], [1], [defined by CMake build]) - # All builds are on LINUX. AC_DEFINE([LINUX], [1], [defined by CMake build]) diff --git a/libpio.settings.in b/libpio.settings.in index 44785afd6a5..d6e42ff72cf 100644 --- a/libpio.settings.in +++ b/libpio.settings.in @@ -22,7 +22,7 @@ Extra libraries: @LIBS@ Fortran Compiler: @FC_VERSION@ FFLAGS: @FFLAGS@ FCFLAGS: @FCFLAGS@ -FPPFLAGS: @FPPFLAGS@ +More Fortran Flags: @FPPFLAGS@ # Features --------