Opened 3 years ago
#64967 assigned defect
py37-isce2 @2.3.2: Not all components of ISCE will be installed and can result in errors.
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | piyushrpt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mazhe (Matthieu Volat) | |
Port: | py-isce2 |
Description
Building with scons from python2 Checking for C header file Python.h... no Checking for C++ header file Python.h... no Could not find: Python.h header for python3 header Error: Install python3-dev or add path to Python.h to CPPPATH Checking for C header file fftw3.h... no Checking for C++ header file fftw3.h... no Could not find: fftw3.h header for fftw3 Error: Install fftw3 or libfftw3-dev or add path to fftw3.h to CPPPATH and FORTRANPATH Checking for C header file hdf5.h... no Checking for C++ header file hdf5.h... no Could not find: hdf5.h header for hdf5 Error: Install HDF5 of libhdf5-dev or add path to hdf5.h to CPPPATH Checking for C header file X11/Xlib.h... no Checking for C++ header file X11/Xlib.h... no Could not find: X11/Xlib.h header for X11 Error: Install X11 or libx11-dev or add path to X11 directory to X11INCPATH Checking for C header file Xm/Xm.h... no Checking for C++ header file Xm/Xm.h... no Could not find: Xm/Xm.h header for Xm Error: Install libXm or libXm-dev or add path to Xm directory to MOTIFINCPATH Checking for C header file omp.h... no Checking for C++ header file omp.h... no Could not find: omp.h header for openmp Error: Compiler not built with OpenMP. Use a different compiler or add path to omp.h to CPPPATH Checking for C library hdf5... no Could not find: hdf5 lib for libhdf5 Error: Install hdf5 or libhdf5-dev Checking for C library fftw3f... no Could not find: fftw3f lib for libfftw3f Error: Install fftw3 or libfftw3-dev Checking for C library Xm... no Could not find: Xm lib for libXm Error: Install Xm or libXm-dev Checking for C library Xt... no Could not find: Xt lib for libXt Error: Install Xt or libXt-dev Checking for F include fftw3 ... yes GDAL version: 3.4.2 Checking for C++ header file gdal_priv.h... no Could not find: gdal_priv.h for gdal Install gdal or add path to gdal includes to CPPPATH Checking for C library gdal... no Could not find: libgdal for gdal Install gdal or include path to libs to LIBPATH Not all components of ISCE will be installed and can result in errors. Press Enter to continue.... Ctrl-C to exitEOFError: EOF when reading a line:
Note: See
TracTickets for help on using
tickets.