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

Separate python wheel #35

Merged
merged 3 commits into from
Dec 16, 2021
Merged

Separate python wheel #35

merged 3 commits into from
Dec 16, 2021

Conversation

g-bauer
Copy link
Contributor

@g-bauer g-bauer commented Dec 16, 2021

Use a separate directory build_wheel where the python extension module is build.
This change is needed since it is currently not possible to use a crate that produces both a rlib and a cdylib on macos.

@prehner prehner changed the base branch from master to reorganize_features December 16, 2021 16:18
@prehner prehner merged commit 7b9eb8b into reorganize_features Dec 16, 2021
@prehner prehner deleted the separate_python_wheel branch December 16, 2021 16:20
prehner added a commit that referenced this pull request Dec 16, 2021
* Reorganize features in order to use crate without openblas

* fix doctests

* add eigenvalue calculation and fix norm

* add tests for norm

* move ScalarOperand impl to ndarray feature

* remove too strict singularity criterion

* Separate python wheel (#35)

* Adds build_wheel directory that is used to build the python wheel

* Change workflows to use new crate for wheels

* change email adress in Cargo.toml and fix path for workflows

* update version and add changelog

* update README

Co-authored-by: Gernot Bauer <Bauer@itt.uni-stuttgart.de>
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.

2 participants