-
Notifications
You must be signed in to change notification settings - Fork 7
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
Make the package installable #11
Comments
Done (except for the last parts, which we postpone for now) in e411b90 |
We need to reopen work on point |
After this is finished we can remove all of the following: Line 294 in ec41612
Lines 338 to 344 in ec41612
Line 384 in ec41612
Lines 650 to 653 in ec41612
Line 675 in ec41612
Lines 703 to 704 in ec41612
Lines 627 to 630 in ec41612
|
Are we sure this is due to the Fortran implementation and not to the recently discovered OpenMPI memory leak issues (#186)? |
pyproject.toml
file in the base directory with[build-system]
specifications to avoid a bug currently inpmesh
,mp-sort
, andpfft-python
which causes pip install to fail unlessCython
,numpy
, andmpi4py
is installed before pip install is called. C.f. PEP 518.setup.py
distutils.extension
s. If this turns out to be too much of a hassle, we might have to rewrite the bond calculations in C and useCythonize.Build
The text was updated successfully, but these errors were encountered: