-
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.
Fix #1538 - Update Cython 0.23.2 to 0.23.3
- Loading branch information
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(CYTHON_MAJOR 0) | ||
set(CYTHON_MINOR 23) | ||
set(CYTHON_PATCH 2) | ||
set(CYTHON_PATCH 3) | ||
set(CYTHON_VERSION ${CYTHON_MAJOR}.${CYTHON_MINOR}.${CYTHON_PATCH}) | ||
set(CYTHON_URL ${LLNL_URL} ) | ||
set(CYTHON_GZ Cython-${CYTHON_VERSION}.tar.gz) | ||
set(CYTHON_MD5 188e18c826dae4514ee0628144df6c3e) | ||
set(CYTHON_MD5 813df20f7ce5f00e60568e0371fbd07c) | ||
set(CYTHON_SOURCE ${CYTHON_URL}/${CYTHON_GZ}) | ||
|
||
add_cdat_package_dependent(Cython "" "" OFF "CDAT_BUILD_LEAN" OFF) |