Skip to content

Commit

Permalink
bug fix in configure file; replacing R CMD F77 with R CMD FC
Browse files Browse the repository at this point in the history
  • Loading branch information
vladchimescu committed Nov 5, 2019
1 parent 1425095 commit 4f6c5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ EOF
CPP="`${R} CMD config CPP`" \
CXX="`${R} CMD config CXX`" \
CXXCPP="`${R} CMD config CXXCPP`" \
F77="`${R} CMD config F77`" \
F77="`${R} CMD config FC`" \
FLIBS="`${R} CMD config FLIBS`")
SYMPHONY_LIBS="-lSym -lCgl -lOsiClp -lClp -lOsi -lCoinUtils"
SYMPHONY_INCLUDE_PATH="-ISYMPHONY/include"
Expand Down

0 comments on commit 4f6c5ee

Please sign in to comment.