Skip to content

Commit

Permalink
Fix #1538 - Update Cython 0.23.2 to 0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Sep 29, 2015
1 parent 6b3df55 commit ceaffae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/cdat_modules/cython_pkg.cmake
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)

0 comments on commit ceaffae

Please sign in to comment.