Skip to content

Commit

Permalink
Fixing Ruby AWS unix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
axelstudios committed Nov 20, 2014
1 parent 7c4f0d4 commit bad56a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstudiocore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -713,13 +713,13 @@ if(UNIX)
set(AWS_RUBY_PATH ruby-2.0.0-aws-Darwin)
set(AWS_RUBY_DESTINATION ".")
set(AWS_RUBY_URL http://developer.nrel.gov/downloads/buildings/openstudio/src/ruby-2.0.0p594-aws-Darwin.tar.bz2)
set(AWS_RUBY_CHECKSUM f73fe011d09d6b82901288e83fe45bbf)
set(AWS_RUBY_CHECKSUM 580550e0f6027820b4dfb12a186f6fcc)

elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
set(AWS_RUBY_PATH ruby-2.0.0-aws-Linux-x86_64)
set(AWS_RUBY_DESTINATION "lib/openstudio-${OPENSTUDIO_VERSION}")
set(AWS_RUBY_URL http://developer.nrel.gov/downloads/buildings/openstudio/src/ruby-2.0.0p594-aws-Linux-x86_64.tar.bz2)
set(AWS_RUBY_CHECKSUM d3cdb36ba3dbe167461d94633c4b3ba7)
set(AWS_RUBY_CHECKSUM c1b0fa5588b71d94ba557f32b73b9af1)
endif()

file(DOWNLOAD ${AWS_RUBY_URL} "${CMAKE_BINARY_DIR}/${AWS_RUBY_PATH}.tar.bz2" TIMEOUT 120 INACTIVITY_TIMEOUT 120)
Expand Down

5 comments on commit bad56a6

@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 (axelstudios) - 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 (axelstudios) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2133 of 2156 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 (axelstudios) - x86_64-MacOS-10.9-clang: Tests Failed

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 (axelstudios) - i386-Windows-7-VisualStudio-12: OK (2142 of 2156 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 (axelstudios) - Win64-Windows-7-VisualStudio-12: OK (2142 of 2156 tests passed)

Build Badge Test Badge

Please sign in to comment.