Lukas Burgholzer
Lukas Burgholzer
First of all: I extracted the discussion about a potential merger of the `QuantumComputation` and the `NAComputation` into a separate thread here #875. Since this is a bigger topic in...
> The banner is not yet displayed correctly, as the PR in the other repo must first be merged. You could point to the specific branch for the image to...
> > You could point to the specific branch for the image to be displayed correctly, while we fine-tune this PR. > > Yes, but then someone would need to...
> `CMAKE_INSTALL_RPATH_USE_LINK_PATH` relates to out-of-tree dependencies and it doesn't apply to the refactored code. Otherwise I am using `INSTALL_RPATH` and it works on linux and in the macos issue can...
Alright. I do not have the time to look into these diverse errors at the moment. This will have to wait for v3.1+. If anyone wants to pick this up,...
Okay. After all the CI updates, this is really looking promising now. The entire test CI should now run successfully. Next step: Resolve all the clang-tidy warnings. They are mostly...
As for the clang-tidy warnings: - did you include the `ranges` header when trying to use it in the IR library? - are there maybe any MLIR/LLVM specific implementations of...
The problem here seems to be very macOS specific. Everything succeeds on a fresh install of Catalyst on Ubuntu. It seems to be that these C++ tests which call Python...
Just a side comment from an innocent bystander: These issues with the latest CMake major release will probably plague the ecosystem for a while because people hardly tend to update...
Yeah, setting it as an environment variable is the preferred way for categorically overriding the setting for a whole build. Glad to hear that it helped to get your build...