I don't understand how jammy is "old" when the full build is itself using
"BASE_IMAGE=ubuntu:22.04"
But, I'm out of my depth in these emails and trying to learn, thanks!
Cheers, Mike
On Wed, 7 Feb 2024, 00:46 Javier Jimenez Shaw, wrote:
> Could you set up your VMs to include those SSE instr
Hi Even,
On Tue, 6 Feb 2024 at 00:09, Even Rouault
wrote:
> Cf related https://github.com/OSGeo/gdal/pull/9174 that has been
> backported in 3.8 branch (not in release yet) and which will completely
> remove the use of lib2to3 in preparation of python 3.13 which will no
> longer provide it.
>
ca
On Tue, Feb 6, 2024, at 16:04, Even Rouault via gdal-dev wrote:
> Le 06/02/2024 à 14:46, Javier Jimenez Shaw a écrit :
> I remember older VirtualBox versions indeed had issues to propage AVX to
> guest, but I believed that has been fixed now. I'm not aware of issues
> with SSEx not being propagat
Hi Even,
I finally offer several options.
1.-Export as string list or integer list, o r whatever list;
2.- Export only the fisrt, second,... or last member of the list (it can be
usefull sometimes)
3.- export the JSON format you comment in this mail.
Every user will be able to choose whatever he
Le 06/02/2024 à 14:46, Javier Jimenez Shaw a écrit :
Could you set up your VMs to include those SSE instructions?
I remember older VirtualBox versions indeed had issues to propage AVX to
guest, but I believed that has been fixed now. I'm not aware of issues
with SSEx not being propagate.
I thi
Could you set up your VMs to include those SSE instructions? I think that
keeping VMs that "old" configured is a source of problems using
pre-compiled binaries.
The same way GDAL updates dependencies of compilers and other libraries to
something more modern (but not too modern), those SSE instructi
Hi,
I've built new gdal.dll (3.8.3) with ECW support. After calling function
GDALClose(dataset);
there comes to crash. I changed nothing in GDAL, or ECW code,
I only call it, from my console appication. What could be a problem with it ?
I found in google, that similar problem ws there cca 15 years