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

Try to fix nghttp2 symbol lookup error #151

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fetch MKL artifact in advance
benegee committed Dec 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ed9e8821b1dac9c9a8162387f6ef9bed822cf854
2 changes: 2 additions & 0 deletions utils/libtrixi-init-julia
Original file line number Diff line number Diff line change
@@ -371,6 +371,8 @@ if [ $SKIP_PRECOMPILE -ne 1 ]; then
using Libdl
dlopen(\"libnghttp2\", RTLD_LAZY|RTLD_DEEPBIND|RTLD_GLOBAL)
using Pkg
Pkg.Artifacts.download_artifact(Base.SHA1(\"88a5cf3dbd12839199aa9d803b9cd91bba4feb8c\"),
\"https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases/download/MKL-v2024.0.0+0/MKL.v2024.0.0.x86_64-linux-gnu.tar.gz\")
Pkg.precompile(strict=true)"
[ $? -eq 0 ] || die "could not precompile packages"
echo