Skip to content

Commit 3ca4cd2

Browse files
author
Christopher Doris
committed
check libc++ version for julia 1.8.0
1 parent cbce0d0 commit 3ca4cd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cpython/context.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ function init_context()
6767
cxx_version = ">=3.4,<9.2"
6868
else
6969
# GLIBCXX_3.4.29
70+
# checked up to v1.8.0
7071
cxx_version = ">=3.4,<11.4"
7172
end
7273
CondaPkg.add("libstdcxx-ng", version=cxx_version, channel="conda-forge", temp=true, file=joinpath(@__DIR__, "..", "..", "CondaPkg.toml"), resolve=false)

0 commit comments

Comments
 (0)