dpinney / omf

The Open Modeling Framework for smart grid cost-benefit analysis.
https://omf.coop
GNU General Public License v2.0
112 stars 60 forks source link

Remove embedded GLD binaries and test to make sure the gridlabMulti still works. #105

Closed dpinney closed 9 years ago

dpinney commented 11 years ago

Original issue: Compile Gridlab v3 and integrate binaries. [20h]

dpinney commented 11 years ago

David, just as an fyi, the make process was updated for the newer autotools. Right now the current build process is as follows, Make sure you have automake, autoconf, libtool, and xerces installed. ( I have automake 1.11, autoconf 2.68, libtool 2.4, and xerces 3.1 on my machine).

Build process: autoreconf -isf ./configure or (custom install) ./configure --prefix= make sudo make install or (custom install) make install (custom install) must add /bin to $PATH

If you do perform a custom install then we may need to add the $PATH appending step to the GridLAB-D job handling shell script inside of the calibration code. Unless there is a way to permanently append to $PATH

dpinney commented 11 years ago

Waiting on pre-release build due 2013-08-09

dpinney commented 10 years ago

Delay due to staff change.

dpinney commented 9 years ago

To Mannan. We are not bundling GLD now.

dpinney commented 9 years ago

Fix confirmed.