Skip to content

Commit

Permalink
remove deprected R CMD config CPP calls
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Nov 7, 2019
1 parent b6085f0 commit 0f28387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ EOF
CFLAGS="-w -g -O2" \
CXXFLAGS="-w -g -O2" \
CC="`${R} CMD config CC`" \
CPP="`${R} CMD config CPP`" \
#CPP="`${R} CMD config CPP`" \
CXX="`${R} CMD config CXX`" \
CXXCPP="`${R} CMD config CXXCPP`" \
#CXXCPP="`${R} CMD config CXXCPP`" \
F77="`${R} CMD config FC`" \
FLIBS="`${R} CMD config FLIBS`")
SYMPHONY_LIBS="-lSym -lCgl -lOsiClp -lClp -lOsi -lCoinUtils"
Expand Down

0 comments on commit 0f28387

Please sign in to comment.