Skip to content

Commit

Permalink
Replace gcc call with x86_64-apple-darwin13.4.0-clang
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Feb 5, 2019
1 parent 361b609 commit bc6e1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions recipes/fastq_utils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
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 CPLUS_INCLUDE_PATH="${PREFIX}/include"
export LIBRARY_PATH="${PREFIX}/lib"

# Run the main install
# Compile and install. Replace gcc with $CC

sed -i.bak "s/gcc/\$CC/g" Makefile
make
make install

Expand Down
1 change: 0 additions & 1 deletion recipes/fastq_utils/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ requirements:
build:
- {{ compiler('c') }}
- make
- libtool
- zlib
host:
- samtools ==0.1.19
Expand Down

0 comments on commit bc6e1b9

Please sign in to comment.