Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added fastq_utils recipe * Remove noarch * Attempt to fix curses error for Samtools following that recipe's example * Attempt to resolve samtools compile issue * Simplification and use of bam.h from Conda Samtools package * Probably futile attempt at fix * Try adding a conda build file * Tidy up spacing * Small futile tweaks * Does this work to use newer GCC? * Reinstate buld config, bump build * Add compiler to host * Revert "Add compiler to host" This reverts commit 5c01e55. * Replace gcc call with x86_64-apple-darwin13.4.0-clang * sed the correct Makefile, use Make variable syntax * Attempted fix for cannot find -lz * Hopefully LDFLAGS is what's needed * Okay, source package doesn't use LDFLAGS, use CFLAGS to pass options * Try with older GCC * Oh my god it works - tidy up * Bumped runtime samtools to 1.9, removed legacy compiler requirement
- Loading branch information