We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbce0d0 commit 3ca4cd2Copy full SHA for 3ca4cd2
src/cpython/context.jl
@@ -67,6 +67,7 @@ function init_context()
67
cxx_version = ">=3.4,<9.2"
68
else
69
# GLIBCXX_3.4.29
70
+ # checked up to v1.8.0
71
cxx_version = ">=3.4,<11.4"
72
end
73
CondaPkg.add("libstdcxx-ng", version=cxx_version, channel="conda-forge", temp=true, file=joinpath(@__DIR__, "..", "..", "CondaPkg.toml"), resolve=false)
0 commit comments