File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
com.oracle.truffle.r.native Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11H
22,s/CC[[:space:]]=\(.*\)/CC = $(LABS_LLVM_CC)/g
3- ,s/FC[[:space:]]=\(.*\)/FC = $(FASTR_NATIVE_DIR)\/run\/fastr_tools\/f2c-wrapper\1 /g
3+ ,s/FC[[:space:]]=\(.*\)/FC = $(FASTR_NATIVE_DIR)\/run\/fastr_tools\/f2c-wrapper $(FASTR_NATIVE_DIR)\/run\/fastr_tools\/safe-forward-gfortran /g
44w
55q
Original file line number Diff line number Diff line change 2626# it checks that gfortran exists and if not prints out some message suggesting what to do.
2727# We do not use the generic safe-forward-tool, because we expect gfortran to be by far the
2828# most problematic tool and we want to provide some more gfortan specific guidance.
29-
30- if [ " ${FASTR_FC+dummy} " != dummy ]; then
29+ if [ ! -z " ${FASTR_FC} " ]; then
3130 exec " $FASTR_FC " " $@ "
3231elif command -v gfortran> /dev/null; then
3332 exec gfortran " $@ "
You can’t perform that action at this time.
0 commit comments