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

Working pip install from setup.py #234

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

Conversation

frobnitzem
Copy link

Explanation added to installation document.

Some setup.py options moved to pyproject.toml.
setup.py crashed when long_description
was left in though. So it was commented out.

Should consider setting license in pyproject.toml.

Explanation added to installation document.

Some setup.py options moved to pyproject.toml.
setup.py crashed when long_description
was left in though. So it was commented out.

Should consider setting license in pyproject.toml.
@chiarua
Copy link

chiarua commented Aug 11, 2024

So glad to see what you've made.
Now I can make customized zfpy package depends on your modified setup.py.
Thank you.

@lindstro lindstro mentioned this pull request Oct 29, 2024
include_dirs=["include", np.get_include()],
libraries=["zfp"], library_dirs=["build/lib64", "build/lib/Release"]), language_level = "3"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe older versions of Visual Studio use build/lib/Release as opposed to just build/lib. For example, see AppVeyor output for a recent commit: https://open.cdash.org/viewBuildError.php?type=1&buildid=10034583. Not sure if we need to preserve this.

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.

3 participants