Kristoffer Andersen
Kristoffer Andersen
On closer inspection of the `CMakeConfigureLog.yaml` I see that flang fails with the following errors ``` [1/4] C:\\Windows\\system32\\cmd.exe /C "C:\\Work\\miniforge3\\envs\\msvc-flang\\Library\\bin\\flang-new.exe -cpp -DH5_FORTRAN_HAVE_ISO_C_BINDING -D__STDC_WANT_IEC_60559_TYPES_EXT__ /DWIN32_LEAN_AND_MEAN=1 /DNOGDI=1 -fms-runtime-lib=dll -E C:\\Work\\code\\hdf5\\build\\msvc-flang\\CMakeFiles\\CMakeScratch\\TryCompile-qc2t2u\\src.f90 > CMakeFiles\\cmTC_d646e.dir\\src.f90-pp.f90...
@mjklemm Yes, as far as I can tell this is a Windows-specific error. I also managed to successfully compile HDF5 (both 1.14.3 and 1.14.4.2) on linux using LLVM Flang v18.1.3....
Hey @stefano2734, I really appreciate you taking the time to provide feedback! I should probably start off by mentioning that when I created the auto-generated "Ada report" ci release a...
Hey @wolfv, am I correct in understanding that `PKG_HASH` and `PKG_BUILDNUM` are not possible to include in a custom build string in a boa recipe? If so are there any...
Hey @msullivan, any chance you had any time to investigate this further? If not, I could try to look into this with some hints as to where I ought to...
Hey @Durksz. I might have identified the reason behind the sudden rise in file size. I have started looking into the possibility of splitting up the upstream dependency `occt` into...
Having seen the limitations of kwarg ordering of inherited subclasses when using dataclasses, this is considered (at the time of writing) not applicable
Hey, I wanted to find a way to use pyimgui together with pygfx to add some basic UI elements. I found this [pyimgui example](https://github.com/pyimgui/pyimgui/blob/master/doc/examples/integrations_glfw3.py) that adds a glfw renderer which...
Hey, I was just looking for this too. Did you find something that worked? I made a quick attempt and it seems something like this might work? _Update_ I temporarily...
@maartenbreddels Thanks for responding so quickly :) I'll continue to do some digging and update this issue if I find anything! Btw: If it can help debugging why you're seeing...