Open jerwin66 opened 1 year ago
@jerwin66 - Could you let us know your platform details and cmake version? Also, can you try the running the build again in case it was a download issue?
Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz Rocky Linux 8.4 4.18.0-305.19.1.el8_4.x86_64
cmake version cmake-3.27.2-linux-x86_64
Unclear why this broke the first time, but a second attempt in a brand new directory does seem to work.
src='/bfs1/cnadmin/jperwin/apps/geosx-try2/thirdPartyLibs/tplMirror/uncrustify-401a409.zip'
dst='/bfs1/cnadmin/jperwin/apps/geosx-try2/thirdPartyLibs/build-icelake-intel-intelmpi-release/uncrustify/src/uncrustify'
-- extracting... [tar xfz] -- extracting... [analysis] -- extracting... [rename] -- extracting... [clean up] -- extracting... done
Describe the bug Following quick start instructions for thirdPartyLibs here: https://geosx-geosx.readthedocs-hosted.com/en/latest/docs/sphinx/QuickStart.html#compilation "make" fails because uncrustify was not properly decompressed, it is a zip file but the build process tries to untar it.
To Reproduce follow quick start identified above
python scripts/config-build.py -hc ../GEOS/host-configs/my-config.cmake -bt Release
Expected behavior thirdPartyLib builds correctly
Additional context I was able to work-around the problem by manually unzipping uncrustify and packaging into a .tar.gz file. edited CMakeLists.txt: set(UNCRUSTIFY_URL "${TPL_MIRROR_DIR}/uncrustify-401a409.tar.gz")