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

Suggest not to remove htslib/config.status at setup.py #296

Closed
graphenn opened this issue Jan 19, 2024 · 0 comments
Closed

Suggest not to remove htslib/config.status at setup.py #296

graphenn opened this issue Jan 19, 2024 · 0 comments

Comments

@graphenn
Copy link
Contributor

if os.path.exists('htslib/config.status') and CYVCF2_HTSLIB_MODE == "BUILTIN":
        os.unlink('htslib/config.status')

It will force htslib being rebuild every time, waste time.

To force recreate htslib, clean it first

python setup.py clean_ext
@brentp brentp closed this as completed in b2636aa Jan 19, 2024
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