We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gfortran: command not found
1 parent 50606b2 commit 14afdd2Copy full SHA for 14afdd2
Make.inc
@@ -546,8 +546,8 @@ CC_BASE := $(shell echo $(CC) | cut -d' ' -f1)
546
CC_ARG := $(shell echo $(CC) | cut -s -d' ' -f2-)
547
CXX_BASE := $(shell echo $(CXX) | cut -d' ' -f1)
548
CXX_ARG := $(shell echo $(CXX) | cut -s -d' ' -f2-)
549
-FC_BASE := $(shell echo $(FC) | cut -d' ' -f1)
550
-FC_ARG := $(shell echo $(FC) | cut -s -d' ' -f2-)
+FC_BASE := $(shell echo $(FC) 2>/dev/null | cut -d' ' -f1)
+FC_ARG := $(shell echo $(FC) 2>/dev/null | cut -s -d' ' -f2-)
551
endif
552
553
JFFLAGS := -O2 $(fPIC)
0 commit comments