File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ override this value, use:
292
292
293
293
``` julia
294
294
[PythonCall]
295
- ENV [" JULIA_CONDAPKG_LIBSTDCXX_VERSION_BOUND " ] = " >=3.4,<=12"
295
+ ENV [" JULIA_PYTHONCALL_LIBSTDCXX_VERSION_BOUND " ] = " >=3.4,<=12"
296
296
```
297
297
298
298
To figure out installed version, run
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ function get_libstdcxx_version_bound()
67
67
# the highest GCC version we know about, which should be a fairly safe choice.
68
68
max_version = get (vers_mapping, loaded_libstdcxx_version. patch, vers_mapping[maximum (keys (vers_mapping))])
69
69
cxx_version = " >=3.4,<=$(max_version. major) .$(max_version. minor) "
70
- get (ENV , " JULIA_CONDAPKG_LIBSTDCXX_VERSION_BOUND " , cxx_version)
70
+ get (ENV , " JULIA_PYTHONCALL_LIBSTDCXX_VERSION_BOUND " , cxx_version)
71
71
end
72
72
73
73
function init_context ()
Original file line number Diff line number Diff line change 1
1
@testitem " libstdc++ version" begin
2
- ENV [" JULIA_CONDAPKG_LIBSTDCXX_VERSION_BOUND " ] = " >=3.4,<=12"
2
+ ENV [" JULIA_PYTHONCALL_LIBSTDCXX_VERSION_BOUND " ] = " >=3.4,<=12"
3
3
4
4
cxxversion = PythonCall. C. get_libstdcxx_version_bound ()
5
5
@test cxxversion == " >=3.4,<=12"
You can’t perform that action at this time.
0 commit comments