elcorto / pwtools

pwtools is a Python package for pre- and postprocessing of atomistic calculations, mostly targeted to Quantum Espresso, CPMD, CP2K and LAMMPS. It is almost, but not quite, entirely unlike ASE, with some tools extending numpy/scipy. It has a set of powerful parsers and data types for storing calculation data.
https://elcorto.github.io/pwtools
BSD 3-Clause "New" or "Revised" License
64 stars 12 forks source link

pip dev install doesn't build extensions #5

Closed elcorto closed 3 years ago

elcorto commented 3 years ago

It seems that pip install -e used to build extensions, as discussed in #2. While investigating #4 we find that this is (no longer) the case. Only pip install calls python setup.py build_py which triggers make.