Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated crypto to latest version so it builds on Ubuntu 16 #1987

Merged
merged 1 commit into from
May 31, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
updated crypto to latest version so it builds on Ubuntu 16
doutriaux1 committed May 23, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a89570eb76580ac3453462fddd2b895d4fdc89f3
4 changes: 2 additions & 2 deletions CMake/cdat_modules/cryptography_pkg.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
set(CRYPTOGRAPHY_MAJOR_SRC 1)
set(CRYPTOGRAPHY_MINOR_SRC 2)
set(CRYPTOGRAPHY_MINOR_SRC 3)
set(CRYPTOGRAPHY_PATCH_SRC 2)

set(CRYPTOGRAPHY_VERSION ${CRYPTOGRAPHY_MAJOR_SRC}.${CRYPTOGRAPHY_MINOR_SRC}.${CRYPTOGRAPHY_PATCH_SRC})
set(CRYPTOGRAPHY_GZ cryptography-${CRYPTOGRAPHY_VERSION}.tar.gz)
set(CRYPTOGRAPHY_SOURCE ${LLNL_URL}/${CRYPTOGRAPHY_GZ})
set(CRYPTOGRAPHY_MD5 a8daf092d0558dac6700d7be93b555e5)
set(CRYPTOGRAPHY_MD5 0359190f291824dc8ad9e6d477a607b2)

add_cdat_package_dependent(CRYPTOGRAPHY "" "" OFF "CDAT_BUILD_LEAN" OFF)