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 the location of the C extension #6

Merged
merged 1 commit into from
Apr 11, 2020
Merged

Conversation

javierggt
Copy link
Contributor

@javierggt javierggt commented Apr 11, 2020

Description

After the namespace module changes, it turned out the fastss C extension was being installed in site-packages/numpy instead of site-packages/Ska/Numpy. This PR fixes that.

Testing

  • Passes unit tests on MacOS, linux, Windows (at least one required)
  • Functional testing (no functional tests were made)

Fixes #

@javierggt
Copy link
Contributor Author

Please merge sot/skare3/pull/329 before this one

@javierggt javierggt requested a review from jeanconn April 11, 2020 18:21
Copy link

@jeanconn jeanconn left a comment

Choose a reason for hiding this comment

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

This seems reasonable to me. Overall I'm inclined to just merge, re-tag, and test the conda package releases in this push for the native namespace changes.

@jeanconn
Copy link

Also, not clear about why skare3's 329 PR needs to go "first"?

@javierggt
Copy link
Contributor Author

javierggt commented Apr 11, 2020

well, one issue with the way the automated builds for ska3-masters are setup now is that they build when you merge to master. If you merge this to master first, it uses the wrong version of skare3 (also master). Actually, in this case it does not matter since all namespace packages will have to be rebuilt.

@javierggt javierggt merged commit 0bfad6e into master Apr 11, 2020
@javierggt javierggt deleted the fix-extension-location branch January 18, 2022 19:49
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