Skip to content

Commit

Permalink
Fix Mac install commands
Browse files Browse the repository at this point in the history
Remote files with hash character in url failed to install.

Fix #4750
  • Loading branch information
kbenne committed Feb 24, 2015
1 parent cc2fdf1 commit db2c348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/Install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ if( APPLE )
install_remote(FILES "https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/Mac/Uninstall%20EnergyPlus.app/Contents/Resources/Scripts/main.scpt" "Uninstall EnergyPlus.app/Contents/Resources/Scripts/")
install_remote_plist("https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/Mac/Uninstall%20EnergyPlus.app/Contents/Info.plist" "Uninstall EnergyPlus.app/Contents/" "epuninstall")

install_remote(FILES "https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/EP-Compare/Run-Mac/EP-Compare.app/Contents/Frameworks/\\#CoreClasses.rbx_0.dylib" "PostProcess/EP-Compare/EP-Compare.app/Contents/Frameworks/")
install_remote(FILES "https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/EP-Compare/Run-Mac/EP-Compare.app/Contents/Frameworks/\\#CoreClasses.rbx_1.dylib" "PostProcess/EP-Compare/EP-Compare.app/Contents/Frameworks/")
install_remote(FILES "https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/EP-Compare/Run-Mac/EP-Compare.app/Contents/Frameworks/\\#CoreClasses.rbx_5.dylib" "PostProcess/EP-Compare/EP-Compare.app/Contents/Frameworks/")
install_remote(FILES "https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/EP-Compare/Run-Mac/EP-Compare.app/Contents/Frameworks/%23CoreClasses.rbx_0.dylib" "PostProcess/EP-Compare/EP-Compare.app/Contents/Frameworks/" "#CoreClasses.rbx_0.dylib")
install_remote(FILES "https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/EP-Compare/Run-Mac/EP-Compare.app/Contents/Frameworks/%23CoreClasses.rbx_1.dylib" "PostProcess/EP-Compare/EP-Compare.app/Contents/Frameworks/" "#CoreClasses.rbx_1.dylib")
install_remote(FILES "https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/EP-Compare/Run-Mac/EP-Compare.app/Contents/Frameworks/%23CoreClasses.rbx_5.dylib" "PostProcess/EP-Compare/EP-Compare.app/Contents/Frameworks/" "#CoreClasses.rbx_5.dylib")
install_remote(FILES "https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/EP-Compare/Run-Mac/EP-Compare.app/Contents/Frameworks/MBS%20REALbasic%20ChartDirector%20Plugin.rbx_0.dylib" "PostProcess/EP-Compare/EP-Compare.app/Contents/Frameworks/" "MBS REALbasic ChartDirector Plugin.rbx_0.dylib")
install_remote(FILES "https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/EP-Compare/Run-Mac/EP-Compare.app/Contents/Frameworks/RBAppearancePak.rbx_0.dylib" "PostProcess/EP-Compare/EP-Compare.app/Contents/Frameworks/")
install_remote(FILES "https://raw.github.com/NREL/EnergyPlusBuildSupport/v8.2.0/bin/EP-Compare/Run-Mac/EP-Compare.app/Contents/Frameworks/TreeView.rbx_0.dylib" "PostProcess/EP-Compare/EP-Compare.app/Contents/Frameworks")
Expand Down

7 comments on commit db2c348

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (kbenne) - x86_64-MacOS-10.9-clang: OK (1451 of 1595 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (kbenne) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (605 of 605 tests passed)

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (kbenne) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1458 of 1601 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (kbenne) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1104 of 1104 tests passed)

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (kbenne) - i386-Windows-7-VisualStudio-12: OK (1458 of 1601 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (kbenne) - Win64-Windows-7-VisualStudio-12: OK (1457 of 1601 tests passed)

Build Badge Test Badge

Please sign in to comment.