You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
erfa_generator.py uses the locally provided headers and c sources despite PYERFA_USE_SYSTEM_LIBERFA is specified. The way it is described, one would expect that only the global headers form the system's erfa-devel, liberfa-dev or whatever it is called in the distribution package would be needed. But erfa_generator.py is called with ERFA_SRC before the check for the library.
erfa_generator.py
uses the locally provided headers and c sources despite PYERFA_USE_SYSTEM_LIBERFA is specified. The way it is described, one would expect that only the global headers form the system'serfa-devel
,liberfa-dev
or whatever it is called in the distribution package would be needed. Buterfa_generator.py
is called withERFA_SRC
before the check for the library.pyerfa/setup.py
Lines 29 to 40 in 85a3794
Steps to reproduce:
Output from rpm build:
The text was updated successfully, but these errors were encountered: