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

CMake installs things into $PREFIX/doc/*.txt #37

Closed
certik opened this issue Dec 5, 2019 · 1 comment
Closed

CMake installs things into $PREFIX/doc/*.txt #37

certik opened this issue Dec 5, 2019 · 1 comment
Assignees

Comments

@certik
Copy link
Contributor

certik commented Dec 5, 2019

So one must remove it by hand, e.g. (https://github.com/conda-forge/jkqtplotter-feedstock/blob/6cedd9980147f56054759cb2d6c30a8145c28d3a/recipe/build.sh#L12):

rm $PREFIX/doc/_Readme.txt
rm $PREFIX/doc/_LICENSE.txt
rm $PREFIX/doc/_XITS_LICENSE.txt
rm $PREFIX/doc/_XITS_README.md

One should instead install it into $PREFIX/doc/JKQtPlotter.

jkriege2 added a commit that referenced this issue Jun 28, 2020
@jkriege2
Copy link
Owner

thanks for reporting.

should be fixed by 04219ec

Best,
JAN

@jkriege2 jkriege2 self-assigned this Jun 28, 2020
jkriege2 added a commit that referenced this issue Jun 28, 2020
…KQtPlotter, instead of $PREFIX/doc/

(cherry picked from commit 04219ec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants