Skip to content

Commit

Permalink
[regale-library] update src rev
Browse files Browse the repository at this point in the history
  • Loading branch information
augu5te committed Mar 14, 2024
1 parent cb59af2 commit 0f7b389
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkgs/regale-library/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{ stdenv, lib, cmake, fastdds, buildExamples ? false }:
{ stdenv, lib, cmake, fastdds }:

stdenv.mkDerivation rec {
pname = "regale-library";
version = "1.0";

src = builtins.fetchGit {
url = "https://gricad-gitlab.univ-grenoble-alpes.fr/regale/tools/regale.git";
rev = "7b673fb52bb9aee90f1f9d2b01823ee80dd694e8";
#rev = "7b673fb52bb9aee90f1f9d2b01823ee80dd694e8";
rev = "e7e98805c3a57e8b10ae62a97fe8e3b187666c60";
ref = "regale_nm_ear";
};

# patches = [ ./temporary_patch.patch ];
nativeBuildInputs = [ cmake ];
buildInputs = [
fastdds
Expand All @@ -32,9 +32,8 @@ stdenv.mkDerivation rec {
'';

# Examples are broken with recent changes
# TODO update
cmakeFlags = [ "-DCMAKE_SKIP_RPATH=ON" "-DREGALE_EXAMPLES=${if buildExamples then "ON" else "OFF"}" ];

cmakeFlags = [ "-DCMAKE_SKIP_RPATH=ON" ];

meta = with lib; {
description = "Regale published subscribed library.";
homepage = "https://gricad-gitlab.univ-grenoble-alpes.fr/regale/tools/regale";
Expand Down

0 comments on commit 0f7b389

Please sign in to comment.