equinor / segyio

Fast Python library for SEGY files.
Other
476 stars 214 forks source link

Revert "Install package without --record/--single" #454

Closed jokva closed 4 years ago

jokva commented 4 years ago

This reverts commit 79f0863c5814a4a375ece345c1751cb6c99634f7.

This is not well enough tested before merging. CI quickly shows that often, when using a cmake based install, a package is to be built, or the prefix is somewhere not yet in PYTHONPATH. Setuptools opts to fail the build in this case, and these flags turns off that behaviour. When cmake is used to install the python package, it is to be expected that reasonable care is taken that the prefix passed is the correct one, also for python, and it does not make sense for setuptools to disagree with that.