-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a working .travis.yml #2
Comments
I also had problems compiling apigenome. The instructions above helped a lot. I only had a small problem. HTSlib is now version 1.4 and requires also libbzip2 and liblzma (and libcurl), so I guess the following line should be changed in src/Makefile.am:
|
Ok added at mmterpstra-patch-travis although it still won't build on travis: |
I think libzip-dev is not needed. Like mentioned in #1 I still had to copy htslib/Makefile to htslib/Makefile.im. I also ran:
|
after some fumbeling around now the .travis.yml works. Good luck porting to yer system. Also see #3 for the code |
Please consider updating this .travis.yml by forking this branch and then squash commits and merge into
sandbox
.This will also help with my issue below:
Our cluster the install is quite a pain because new automake/autconf features.
I could spend a day or two trying to fix the possible issues or create a good starting point to fix this using travis. Me of course did the latter and this is what I got.
problems:
config.status: error: cannot find input file: 'htslib/Makefile.in'
and htslib complains about missing HMAC library -> a(rm -r htslib && git clone https://github.com/samtools/htslib.git && cd htslib && autoheader && autoconf && ./configure && make && make install)
fixes both though...The text was updated successfully, but these errors were encountered: