Skip to content

Commit dad01f7

Browse files
author
Christopher Doris
committed
now handled by condapkg
1 parent 66355c5 commit dad01f7

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

docs/src/pythoncall.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -285,23 +285,6 @@ into it. If you want to use a pre-existing Conda environment, see the previous s
285285
If `conda`, `mamba` or `micromamba` is not in your `PATH` you will also need to set
286286
`JULIA_CONDAPKG_EXE` to its path.
287287

288-
#### If you installed a newer version of libstdc++
289-
PythonCall injects a dependency to bound the allowed versions of the `libstdcxx-ng`
290-
Conda package. It finds the bound by runtime discovery of the libstdc++ version. To
291-
override this value, use:
292-
293-
```julia
294-
[PythonCall]
295-
ENV["JULIA_PYTHONCALL_LIBSTDCXX_VERSION_BOUND"] = ">=3.4,<=12"
296-
```
297-
298-
To figure out installed version, run
299-
```bash
300-
strings /path/to/julia/lib/julia/libstdc++.so.6 | grep GLIBCXX
301-
```
302-
Then look at <https://gcc.gnu.org/onlinedocs/gcc-12.1.0/libstdc++/manual/manual/abi.html>
303-
for the GCC version compatible with the GLIBCXX version.
304-
305288
## [Installing Python packages](@id python-deps)
306289

307290
Assuming you haven't [opted out](@ref pythoncall-config), PythonCall uses

test/context.jl

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)