nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#909 enable glxmatlab in release, #2635

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

Not sure if we're ready for this, but here what has to be done to make the matlab link pass validation in Windows:

1) Add \MATLAB\ preprocessor options. 2) Add .../extern/include to include path. 3) Add path to MATLAB .../extern/lib/win64/microsoft folder in linker options. 4) Fix #setenv to in GLM files to use the correct path to MATLAB. 5) Make sure PATH in environment include folder that has matlab DLLs.

In theory, this is supposed to be automated by pre-build script, but I'm not sure it's work right and it's probably unnecessary now that MINGW is on track to be the release build system. ,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin":I forgot one other important fix. Instances of andom\ in the GLM files need to be changed to andomvar.,

"dchassin":- status: new --> accepted