Skip to content

Commit

Permalink
install_rotate_1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayaram Radhakrishnan authored and Jayaram Radhakrishnan committed Oct 30, 2024
1 parent eec896a commit 24a4f57
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions recipes/rotate/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -xe
make CC=$CC INCLUDES="-I$PREFIX/include" CFLAGS+="-g -Wall -O2 -L$PREFIX/lib"
chmod +x rotate
chmod +x composition
mkdir -p ${PREFIX}/bin
cp -f rotate composition ${PREFIX}/bin
6 changes: 5 additions & 1 deletion recipes/rotate/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ build:
requirements:
build:
- make
- {{ compiler('cxx') }}
- {{ compiler('c') }}
host:
- zlib
run:
- zlib
- make


test:
commands:
Expand Down

0 comments on commit 24a4f57

Please sign in to comment.