Skip to content

Commit

Permalink
update to operon rev. 70b1534
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Aug 14, 2023
1 parent db7459b commit 881481f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/operon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "heal-research";
repo = "operon";
rev = "a64e05159f6c12fac48f1338fcf5d97dc5de9724";
hash = "sha256-r7H5wY8aQveGqXJrqK19zA+iZl52tlziOrOtOJPdnIY=";
rev = "70b15344375a5ec4c2535ff5601ade5f30cc0dbf";
hash = "sha256-TtGluKzPGLYAxpL9WqbMR+HgqQxlnjMmAaDlRj6ChAw=";
};

nativeBuildInputs = [ cmake git ];
Expand Down
2 changes: 1 addition & 1 deletion script/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ rm -rf lbfgs
git clone https://github.com/heal-research/operon.git
pushd operon
git switch cpp20
git checkout a64e05159f6c12fac48f1338fcf5d97dc5de9724
git checkout 70b15344375a5ec4c2535ff5601ade5f30cc0dbf
mkdir build
cmake -S . -B build \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit 881481f

Please sign in to comment.