Skip to content

Commit

Permalink
move conda build into monolithic meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jun 4, 2024
1 parent 095b1b7 commit 9b3ff5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
13 changes: 0 additions & 13 deletions resources/build.sh

This file was deleted.

6 changes: 6 additions & 0 deletions resources/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ build:
- /lib64/libc.so.6
run_exports:
- {{ pin_subpackage('harpy', max_pin="x.x") }}
script: |
mkdir -p ${PREFIX}/bin
"${CXX}" src/harpy/bin/extractReads.cpp -O3 -o ${PREFIX}/bin/extractReads
${PYTHON} -m pip install . --no-deps -vvv
chmod +x src/harpy/bin/*
cp src/harpy/bin/* ${PREFIX}/bin/
requirements:
build:
Expand Down

0 comments on commit 9b3ff5c

Please sign in to comment.