Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recipe for consensify #50969

Merged
merged 9 commits into from
Sep 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Edits following coderabbitai
  • Loading branch information
dramanica committed Sep 26, 2024
commit 97f00a14fcf09ceb403aacdc386df8a755e75648
2 changes: 1 addition & 1 deletion recipes/consensify/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

## change to source dir
cd ${SRC_DIR}
cd "${SRC_DIR}" || exit 1
dramanica marked this conversation as resolved.
Show resolved Hide resolved

## compile
${CXX} -c consensify_c.cpp -I./ ${CXXFLAGS}
2 changes: 2 additions & 0 deletions recipes/consensify/meta.yaml
Original file line number Diff line number Diff line change
@@ -18,6 +18,8 @@ requirements:
- {{ compiler('cxx') }}
host:
- zlib
run:
- zlib

test:
commands: