[Bug 2061929] Re: Python docker package does not import, crashes due to urllib3 upgrade

2024-05-06 Thread Jonas L. B.
Looks like the patch above was included in the release build, but it is insufficient to make the package work - it still trivially crashes when creating a docker client. E.g. `import docker; docker.from_env()` crashes due to the urllib3 incompatibility. Wouldn't it be better to just update to the

[Bug 1929549] Re: pkg-config file for fortran contains wrong include dir

2021-05-25 Thread Jonas L. B.
** Description changed: It seems that the pkg-config file for openmpi fortran (`ompi-fort.pc`) does not contain the correct include path for `mpi.mod`. It is installed at `/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi/mpi.mod` but this path is apparently not in the pc file.

[Bug 1929549] [NEW] pkg-config file for fortran contains wrong include dir

2021-05-25 Thread Jonas L. B.
Public bug reported: It seems that the pkg-config file for openmpi fortran (`ompi-fort.pc`) does not contain the correct include path for `mpi.mod`. It is installed at `/usr/lib/x86_64-linux-gnu/fortran/gfortran-mod-15/openmpi/mpi.mod` but this path is apparently not in the pc file. Basically the