Robert Richter

Results 24 comments of Robert Richter

I put up a working Nix setup, especially since I noticed that you only need to add `cmake` to the project and Nix does building and configuring for you ......

Right now, I will not find the time to work on this. Therefore, closing. For anyone interested in this, feel free to experiment around.

I finally got stuck at a compilation error. The most recent [GH Actions Builds are located here](https://github.com/rrcomtech/hyrise-histograms/actions/runs/9529033110) (as I'm working on a fork, GH seems to account the builds for...

Apparently, by exchanging `tbb` with `tbb_2021_11`, the previously mentioned problem is fixed. For some reason, `tbb` does not point to the newest release of `tbb` and a tagged version does....

I tried that and interestingly, the build worked fine for `Debug` build, but not for `Release` build. [See here](https://github.com/rrcomtech/hyrise-histograms/actions/runs/9543391685). I thought the release build would be the one working first,...

So, I guess boost is not linked as a system library. I am not 100% sure how to check it, but I find the following line when running cmake ```...

💡 I struggled with using Ubuntu as base image for building Hyrise, as installing Nix on Ubuntu via CI is tricky. I learned that there is a tool called `nix-installer`...

@Bouncner Everything builds using `gcc11`, except for `hyriseServer` (btw, running on `ubuntu-24.04` ;) ). Could you have a look [on the build](https://github.com/rrcomtech/hyrise-histograms/actions/runs/9579549934) if you spot an issue?

@Bouncner I am of different opinion at this point. Nix is not really hard to do (all I do right now is switch between versions of specific stuff). It is...

@Bouncner We could merge the setup with the clang build only. That would work and people can get started. I am not sure, whether there will be future projects with...