Skip to content

Commit

Permalink
Merge pull request #1987 from UV-CDAT/crypto_1.3.2
Browse files Browse the repository at this point in the history
updated crypto to latest version so it builds on Ubuntu 16
  • Loading branch information
doutriaux1 committed May 31, 2016
2 parents 486375a + a89570e commit 25541ef
Showing 1 changed file with 2 additions and 2 deletions.
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)

0 comments on commit 25541ef

Please sign in to comment.