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
When trying to build the package on a non-standard system, the helpful error messages make the build process fail prematurely.
The issue is that on certain build system, one needs to specify the CFLAGS and other related parameters for gcc or cpp to find the appropriate headers.
This happens on conda-forge where I had to patch out the checks during the install procedure.
I understand that these are meant to guide to the user into installing the project correctly, but maybe we can decrease them to warnings?
Let me know how I can help.
Reference to some failing build logs (for unrelated issues)
I had a serious brainfart with the kernel version.
I guess conda-forge does a few hacky things like they may install a new kernel, but expose older kernel versions to the libraries. I got things working on our system.
When trying to build the package on a non-standard system, the helpful error messages make the build process fail prematurely.
The issue is that on certain build system, one needs to specify the CFLAGS and other related parameters for
gcc
orcpp
to find the appropriate headers.This happens on conda-forge where I had to patch out the checks during the install procedure.
I understand that these are meant to guide to the user into installing the project correctly, but maybe we can decrease them to warnings?
Let me know how I can help.
Reference to some failing build logs (for unrelated issues)
conda-forge/staged-recipes#16926
The text was updated successfully, but these errors were encountered: