Skip to content

Commit

Permalink
Try adding a conda build file
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Feb 4, 2019
1 parent 7e54f6a commit f6c4d08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/fastq_utils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mkdir -p $PREFIX/bin

export C_INCLUDE_PATH="${PREFIX}/include:${PREFIX}/include/bam"
#export CPP_INCLUDE_PATH="${PREFIX}/include"
#export CXX_INCLUDE_PATH="${PREFIX}/include"
export CXX_INCLUDE_PATH="${PREFIX}/include"
#export CPLUS_INCLUDE_PATH="${PREFIX}/include"
export LIBRARY_PATH="${PREFIX}/lib"

Expand Down
6 changes: 6 additions & 0 deletions recipes/fastq_utils/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
c_compiler:
- gcc # [linux]
- clang # [osx]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]

0 comments on commit f6c4d08

Please sign in to comment.