-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for EnergyPlus v9.2 (#138)
* Add support for EnergyPlus v9.2. * Support v9.2 Windows installer See NREL/EnergyPlus#7396 From EnergyPlus v9.2, the installer will be packaged using QtIFW instead of NSIS. Right now, QtIFW did not support silent installation. I follow this thread to write a controller script to achieve this. https://stackoverflow.com/questions/25105269/silent-install-qt-run-installer-on-ubuntu-server * Add transition for v9.2. * Update NEWS. * Fix tests.
- Loading branch information
Showing
8 changed files
with
3,998 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.