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
This is fine in Docker, when we are always using GNU compilers, but on other platforms we may want to use different compilers, like Intel. It would be useful if this were optionally configurable with an environment variable, similar to FC, CC, and the like:
Currently the Makefile template included in the wrapper Makefile is hard coded to be the
gnu.mk
file fromSHiELD_build
:SHiELD-wrapper/wrapper/Makefile
Line 4 in f88d47e
This is fine in Docker, when we are always using GNU compilers, but on other platforms we may want to use different compilers, like Intel. It would be useful if this were optionally configurable with an environment variable, similar to
FC
,CC
, and the like:SHiELD-wrapper/wrapper/Makefile
Lines 6 to 9 in f88d47e
We could call this variable
MAKEFILE_TEMPLATE
, which by default could be set tognu.mk
:The text was updated successfully, but these errors were encountered: