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

make install installs everything but the binary #17

Open
alanorth opened this issue Feb 20, 2023 · 0 comments
Open

make install installs everything but the binary #17

alanorth opened this issue Feb 20, 2023 · 0 comments

Comments

@alanorth
Copy link

alanorth commented Feb 20, 2023

I just built artic-tools on our cluster and was surprised to see a make install present, but it only installs various libs and includes, not the binary.

I built artic-tools from git tag 0.3.1 like this:

$ cmake .. -DHTS_LIB=/global/apps/htslib/1.15.1/lib/libhts.so -DHTS_INCLUDE_DIR=/global/apps/htslib/1.15.1/include/ -DCMAKE_INSTALL_PREFIX=/global/apps/artic-tools/0.3.1
$ make -j4
$ make test
$ make install

The README.md actually implies that we only need to copy the binary so maybe this install target could be removed? Leaving this issue here for future travelers who don't use conda. Thank you!

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

1 participant