Displaying 2 results from an estimated 2 matches for "x86_windows_vs2008".
2012 Jul 27
1
an optimization problem and installation of the package Rcplex
...e "Makevars.win" by adding the path "C:/Program Files/IBM/ILOG/CPLEX_Studio_Preview124/cplex/include" (where the trial version of cplex has been installed on my computer) to the lines "PKG_CPPFLAGS=-I<CPLEX_DIR>/include" and
"PKG_LIBS=-L<CPLEX_DIR>/lib/x86_windows_vs2008/stat_mda -lcplex111 -lm". Then, I just tried to install the package as usual by R with the command "install.packages" but there is an error as following
" Installing package(s) into 'C:/Users/shima/Documents/R/win-library/2.14'
(as 'lib' is unspec...
2012 Feb 19
2
installing the package Rcplex
...--------------------------------------------------------------------------
***WINDOWS***
Installation on Windows systems is done by using the provided
Makevars.win file in the src directory. It contains the following
lines:
PKG_CPPFLAGS=-I<CPLEX_DIR>/include
PKG_LIBS=-L<CPLEX_DIR>/lib/x86_windows_vs2008/stat_mda -lcplex111 -lm
where <cplex_dir> is the cplex installation directory
e.g. /c/ilog/cplex111. Please edit your Makevars.win file accordingly.
We have successfully tested this procedure with CPLEX 11.1 on 32-bit
Windows XP.
-------------------------------------------------------------...