-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David C. Lonie
committed
May 4, 2015
1 parent
54259b8
commit ca1b313
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
set(PYOPENSSL_MAJOR_SRC 0) | ||
set(PYOPENSSL_MINOR_SRC 13) | ||
set(PYOPENSSL_MINOR_SRC 14) | ||
set(PYOPENSSL_PATCH_SRC 0) | ||
|
||
set(PYOPENSSL_VERSION ${PYOPENSSL_MAJOR_SRC}.${PYOPENSSL_MINOR_SRC}) | ||
set(PYOPENSSL_GZ pyOpenSSL-${PYOPENSSL_VERSION}.tar.gz) | ||
set(PYOPENSSL_SOURCE ${LLNL_URL}/${PYOPENSSL_GZ}) | ||
set(PYOPENSSL_MD5 767bca18a71178ca353dff9e10941929 ) | ||
set(PYOPENSSL_MD5 8579ff3a1d858858acfba5f046a4ddf7) | ||
|
||
add_cdat_package_dependent(PYOPENSSL "" "" OFF "CDAT_BUILD_LEAN" OFF) |