Skip to content

Commit

Permalink
pkgs(tiledb): fixup build
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Jan 26, 2024
1 parent 1d7e117 commit 5b08910
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tiledb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ stdenv.mkDerivation rec {
cmake/Modules/FindOpenSSL_EP.cmake
'';

# upstream will hopefully fix this in some newer release
env.CXXFLAGS = "-include random";

# (bundled) blosc headers have a warning on some archs that it will be using
# unaccelerated routines.
cmakeFlags = [
Expand Down

0 comments on commit 5b08910

Please sign in to comment.