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

FIX: Hotfix for git archival #660

Merged
merged 14 commits into from
May 22, 2024
Merged

FIX: Hotfix for git archival #660

merged 14 commits into from
May 22, 2024

Conversation

larsoner
Copy link
Collaborator

Unexpected behavior with git archival and setuptools_scm:

larsoner:~/Desktop/openmeeg-2.5.9/wrapping/python$ python -m setuptools_scm -c pyproject.toml
('ERROR: no version found for', Namespace(root=None, config='pyproject.toml', strip_dev=False, command=None))

so instead let's do

larsoner:~/Desktop/openmeeg-2.5.9$ python -m setuptools_scm -c wrapping/python/pyproject.toml
2.5.9

@larsoner larsoner enabled auto-merge (squash) May 22, 2024 14:40
@larsoner larsoner disabled auto-merge May 22, 2024 14:47
@larsoner
Copy link
Collaborator Author

Okay this also fixes a problem where we were inadvertently modifying LICENSE.txt when getting OpenBLAS using the NumPy scripts. Neat that setuptools_scm ended up finding a little bug for us by marking the source tree as dirty!

@larsoner larsoner merged commit 02ecd33 into openmeeg:main May 22, 2024
29 checks passed
@larsoner larsoner deleted the where branch May 22, 2024 16:27
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.

None yet

1 participant