You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I think it should give an errorl at configuration step, not building step.
Second, if CMake is trying to download /home/hyoklee/src/hdf5/ZLib.tar.gz and fails,
I think it should suggest where to get the ZLib.tar.gz from the Internet.
Then, users can download it and continue.
Platform (please complete the following information)
CMake Error: The source directory "/home/hyoklee/src/hdf5/build/HDF5_ZLIB-prefix\
/src/HDF5_ZLIB" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make[2]: *** [CMakeFiles/HDF5_ZLIB.dir/build.make:92: HDF5_ZLIB-prefix/src/HDF5_\
ZLIB-stamp/HDF5_ZLIB-configure] Error 1
make[1]: *** [CMakeFiles/Makefile2:1439: CMakeFiles/HDF5_ZLIB.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
The text was updated successfully, but these errors were encountered:
Describe the bug
I got this error message from Polaris.
Expected behavior
First, I think it should give an errorl at configuration step, not building step.
Second, if CMake is trying to download /home/hyoklee/src/hdf5/ZLib.tar.gz and fails,
I think it should suggest where to get the ZLib.tar.gz from the Internet.
Then, users can download it and continue.
Platform (please complete the following information)
#1
SMP Wed Apr 28 10:54:41 UTC 2021 (ba3c2e9) x86_64 x86_64 x86_64 GNU/LinuxAdditional context
If I download https://src.fedoraproject.org/repo/pkgs/zlib/zlib-1.2.3.tar.gz/debc62758716a169df9f62e6ab2bc634/zlib-1.2.3.tar.gz
and put it as ZLib.tar.gz, I get the following error:
The text was updated successfully, but these errors were encountered: