Alex Weech
Alex Weech
The Manifest lists GLFW_jll version = "3.3.2+0" and GLFW version = "3.2.2". The GLFW from the repos is "glfw-x11 3.3.2-1".
Yes, I have an AMD card, and it is the radeon driver specifically that can't be loaded while Julia's included libstdc++ is loaded.
Hi, After more experimentation, it turns out steps 2 and 3 shouldn't be necessary (at least it works on my machine 😉). Just removing the libstdc++ included with Julia should...
I think this might be a separate problem? I haven't seen the "No matching fbConfigs or visuals found" error before, and there's no error saying it couldn't load your driver....
I gave roughly that a try, and it didn't help anything. I replaced `using GLFW_jll` with ```Julia global libglfw_handle = Libdl.dlopen("/usr/lib/libglfw.so") const libglfw = "libglfw" ``` and ran the tests,...
I added a directory to hold the local definitions. Now it's just a matter of adding the new products. There shouldn't be too many, but there are a lot of...
Hi, I'm glad to see that you are making use of the library! I would be happy to collaborate with changes that would be useful for cfgrib. I agree, it...
Hi, sorry for the late response. This package is a very thin wrapper around ecCodes, and implementing `Array` would preclude "loading subsets of the data from disk without loading the...
I don't know how ecCodes works internally, and the GRIB standard is [complicated](https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/). The interface ecCodes provides is basically an iterator that returns pointers to message handles, and get/set functions...
Is there any chance you could provide a minimum working example that causes the error (in Julia)? I'm pretty sure the problem is that eccodes_jll isn't built with threading enabled....