Skip to content

Add Windows-compatible Makefile for hdbscan-cpp #16

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qubitslabs
Copy link

@qubitslabs qubitslabs commented May 31, 2025

his pull request adds a Makefile.windows for Windows users who want to build the project using g++ (via Git Bash, MSYS2, or MinGW). The original Makefile uses Linux-specific commands (find, rm), which fail on Windows systems.

Changes:

Replaced find with wildcard

Used del instead of rm

Added Makefile.windows instead of modifying the original file to avoid affecting Linux users

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

Successfully merging this pull request may close these issues.

1 participant