Skip to content

Commit

Permalink
Fix #1193 - Update Scipy 0.16.0 to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Oct 31, 2015
1 parent e666a03 commit 55f0e26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMake/cdat_modules/scipy_pkg.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
set(SCIPY_MAJOR 0)
set(SCIPY_MINOR 16)
set(SCIPY_PATCH 0)
set(SCIPY_PATCH 1)
set(SCIPY_MAJOR_SRC 0)
set(SCIPY_MINOR_SRC 16)
set(SCIPY_PATCH_SRC 0)
set(SCIPY_PATCH_SRC 1)
set(SCIPY_URL ${LLNL_URL})
set(SCIPY_GZ scipy-${SCIPY_MAJOR_SRC}.${SCIPY_MINOR_SRC}.${SCIPY_PATCH_SRC}.tar.gz)
set(SCIPY_MD5 f721ae2746dcbdd923665ba73d0ba3df )
set(SCIPY_MD5 594c5f6cf7cee3074af858308164206f)
set(SCIPY_SOURCE ${SCIPY_URL}/${SCIPY_GZ})

set (nm SCIPY)
Expand Down

0 comments on commit 55f0e26

Please sign in to comment.