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
In build systems (like conda-forge), some flags like CXXFLAGS are set as part of the build process to provide consistency across package builds and point to standard locations that may be part of the build system
IIUC it looks like scalene sets its own CXXFLAGS and doesn't pick up these values from the environment
In build systems (like conda-forge), some flags like
CXXFLAGS
are set as part of the build process to provide consistency across package builds and point to standard locations that may be part of the build systemIIUC it looks like scalene sets its own
CXXFLAGS
and doesn't pick up these values from the environmentscalene/GNUmakefile
Line 10 in 0ac9a1c
scalene/Makefile
Line 6 in 0ac9a1c
Would it be possible for scalene to inherit environment variables set outside
make
and prepend/append to them?The text was updated successfully, but these errors were encountered: