Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS builds GHA can't find Paraview SHA #397

Open
imorlxs opened this issue Sep 20, 2024 · 1 comment
Open

macOS builds GHA can't find Paraview SHA #397

imorlxs opened this issue Sep 20, 2024 · 1 comment

Comments

@imorlxs
Copy link
Member

imorlxs commented Sep 20, 2024

Describe the bug
In GHA build (macos-14), in the Build BioDynaMo step, CMake try to call download_verify_extract function without the SHA. This causes a CMake error. Somehow CMake can't find the SHA. I found this error in #379 and #390. This PRs don't touch anything about that function, so I don't know why it happens.

Screenshots
`-- Could NOT find ParaView (missing: ParaView_DIR)

########################### WARNING ############################

We did not find any ParaView installed on the system. We will proceed to download it. ParaView will be installed in the location /Users/runner/work/biodynamo/biodynamo/build/third_party/paraview. Using brew Qt5 in /opt/homebrew/opt/qt@5/lib/cmake/Qt5 for ParaView.

################################################################

################################################################

-- Using ParaView tarball : paraview_v5.10.0_osx-14.6-arm64_default.tar.gz
CMake Error at cmake/external/ParaView.cmake:22 (download_verify_extract):
download_verify_extract Function invoked with incorrect arguments for
function named: download_verify_extract
Call Stack (most recent call first):
CMakeLists.txt:402 (include)

-- Using ParaView source dir : /Users/runner/work/biodynamo/biodynamo/build/third_party/paraview
-- Using ParaView SHA key : osx-14.6-arm64-ParaView
-- Verify ParaView SHA : `

As you can see, the CMake didn't find the SHA.

@FonsRademakers
Copy link
Member

FonsRademakers commented Sep 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants