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

Splitting src/ into src/python/ and src/fortran/. #152

Merged
merged 16 commits into from Oct 22, 2019
Merged

Conversation

dhermes
Copy link
Owner

@dhermes dhermes commented Oct 22, 2019

This is a prerequisite to switching over to CMake for building libbezier as a standalone and then directly linking against that when installing the Python package.

Done via:

  git mv src/ src/python/
Some `src/` paths have moved under `src/python/` and some under
`src/fortran/`.
This is mostly disabling warnings where the static analysis fails to
understand NumPy arrays. Also add an empty line between LICENSE and
file content in a few files. In a few places, removed a superfluous
`else` or converted a superfluous `elif` to an `if` based on `pylint`
warnings.
Based on recent updated to `gcc` installed via Homebrew:
https://travis-ci.org/dhermes/bezier/jobs/601094317
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant