-
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.1 to 0.23.2
- Loading branch information
1 parent
80b4561
commit 601e6ca
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 1) | ||
set(CYTHON_PATCH 2) | ||
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 db3c5b365e1c3f71c7cd90e96473a3ab) | ||
set(CYTHON_MD5 188e18c826dae4514ee0628144df6c3e) | ||
set(CYTHON_SOURCE ${CYTHON_URL}/${CYTHON_GZ}) | ||
|
||
add_cdat_package_dependent(Cython "" "" OFF "CDAT_BUILD_LEAN" OFF) |