NOAA-EMC / NCEPLIBS

Top level repo containing submodules for NCEPLIBS and associated dependencies for superproject builds
Other
43 stars 18 forks source link

nemsio and sigio have cmake warnings #157

Closed edwardhartnett closed 3 years ago

edwardhartnett commented 4 years ago

For example:

[ 34%] Performing configure step for 'nemsio'
cd /home/ed/NCEPLIBS/b/nemsio/src/nemsio-build && /usr/local/bin/cmake "-DCMAKE_PREFIX_PATH=/usr/local/jasper-2.0.22;/home/ed/tmp/NCEPLIBS;/home/ed/tmp/NCEPLIBS/bacio;/home/ed/tmp/NCEPLIBS/sigio;/home/ed/tmp/NCEPLIBS/sfcio;/home/ed/tmp/NCEPLIBS/gfsio;/home/ed/tmp/NCEPLIBS/ip;/home/ed/tmp/NCEPLIBS/sp;/home/ed/tmp/NCEPLIBS/w3nco;/home/ed/tmp/NCEPLIBS/g2;/home/ed/tmp/NCEPLIBS/g2tmpl;/home/ed/tmp/NCEPLIBS/nemsio;/home/ed/tmp/NCEPLIBS/nemsiogfs;/home/ed/tmp/NCEPLIBS/landsfcutil;/home/ed/tmp/NCEPLIBS/w3emc;/home/ed/tmp/NCEPLIBS/wrf_io;/home/ed/tmp/NCEPLIBS/bufr;/home/ed/tmp/NCEPLIBS/wgrib2;/home/ed/tmp/NCEPLIBS/crtm;/home/ed/tmp/NCEPLIBS/nceppost" -DCMAKE_INSTALL_PREFIX=/home/ed/tmp/NCEPLIBS/nemsio-2.5.2 -DENABLE_TESTS=OFF -DCMAKE_C_COMPILER=/usr/bin/cc -DCMAKE_Fortran_COMPILER=/usr/bin/gfortran -DOPENMP=OFF "-GUnix Makefiles" /home/ed/NCEPLIBS/download/nceplibs-nemsio
Re-run cmake no build system arguments
-- The Fortran compiler identification is GNU 9.3.0
-- Check for working Fortran compiler: /usr/bin/gfortran
-- Check for working Fortran compiler: /usr/bin/gfortran - works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /usr/bin/gfortran supports Fortran 90
-- Checking whether /usr/bin/gfortran supports Fortran 90 - yes
-- Setting build type to 'Release' as none was specified.
-- Found MPI_Fortran: /usr/local/lib/libmpifort.so (found version "3.1") 
-- Found MPI: TRUE (found version "3.1") found components: Fortran 
-- Found bacio: /home/ed/tmp/NCEPLIBS/bacio-2.4.1/lib/libbacio_4.a (found version "2.4.0")
-- Found w3nco: /home/ed/tmp/NCEPLIBS/w3nco-2.4.1/lib/libw3nco_4.a (found version "2.4.0")
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_C_COMPILER
    OPENMP