Skip to content
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

Makefile should provide an install target #1

Closed
fxcoudert opened this issue Feb 8, 2018 · 4 comments
Closed

Makefile should provide an install target #1

fxcoudert opened this issue Feb 8, 2018 · 4 comments

Comments

@fxcoudert
Copy link

src/Makefile should provide an install target, so that users can run make install PREFIX=/path/to/install and all binaries and libraries are installed in the right place.

@untergasser
Copy link
Member

Can you explain why this is required? Why not just compiling it at the place you need it?

@fxcoudert
Copy link
Author

Say I want it in /usr/local (with binary in /usr/local/bin and man page in /usr/local/man/man1 etc.), I will not be compiling in that directory :)

@nh13
Copy link
Contributor

nh13 commented Jul 28, 2018

Folks in bioconda already patch the makefile: https://github.com/bioconda/bioconda-recipes/blob/master/recipes/primer3/makefile.patch

@untergasser
Copy link
Member

Thank you for reporting this feature request. I included it in this version:
f382935
Be aware that the primer3_config folder is not required any more - if you did not modify the default values in this folder. You must also leave out the tag PRIMER_THERMODYNAMIC_PARAMETERS_PATH to use the build in parameters.

Best,
Andreas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants