Casper da Costa-Luis
Casper da Costa-Luis
You reverted the submodule. I just force-pushed to remove the change. You probably need to: ```sh git checkout docker-bump git fetch git reset --hard origin/docker-bump git submodule update ``` btw...
Adding `fftw`/`fftw-static` to `conda` (and even adding `-DFFTW3_ROOT_DIR=${CONDA_DIR}`) makes no difference to the error...
I've brute-forced fixes for: - the HDF5/cURL liker error on `External_ISMRMRD.cmake` - the compiler standard version on `External_siemens_to_ismrmrd.cmake` There's now just [this error](https://github.com/SyneRBI/SIRF-SuperBuild/actions/runs/15468133565/job/43545150850?pr=946#step:9:25109): ```cpp ProjDataGEHDF5.cxx:(.text+0x847): undefined reference to stir::GE::RDF_HDF5::GEHDF5Wrapper::read_sinogram(stir::Array&, std::array...
> Could try to use a newer version of STIR I tried using `DEVEL_BUILD` i.e. STIR `master`, which still fails.
New: ```sh usage: markitdown [-h] [-v] [-o OUTFILENAME] [-d] [-e ENDPOINT] [-p] [--list-plugins] [--llm-model MODEL] [--llm-client-url URL] [-H [HEADER ...]] [FILENAME] options: -h, --help show this help message and exit...
Thanks @purepani. > simplify IPP library discovery in 1 PR Good point; it's now in #2148 And yes, separate PRs make it easier for review/debugging/approvals.
Did you pull before `pip install`ing @paskino? I just pushed a commit because `cil.optimisation.operators` wasn't importing from `cil.framework` for no good reason.
In other news, I rebased windows CI #1918 over this PR and 'tis actually passing 🤯
> Does this need to be tested via `conda-build` too? Sure
apart from `chmod a+x /usr/bin/forego`, this won't really affect the base image... the `CADDY_UID`, `CADDY_GID` must be overridden by the user. Alternatively, I suppose the "correct" way is to have:...