Skip to content

Commit 91f88a0

Browse files
committed
Merge pull request #920 from durack1/issue856_durack1_ipython231Update
Issue856 durack1 ipython231 update works for me merging
2 parents 9d0d291 + 34b5127 commit 91f88a0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
set(IPYTHON_MAJOR 2)
2-
set(IPYTHON_MINOR 1)
3-
set(IPYTHON_PATCH 0)
2+
set(IPYTHON_MINOR 3)
3+
set(IPYTHON_PATCH 1)
44
set(IPYTHON_VERSION ${IPYTHON_MAJOR}.${IPYTHON_MINOR}.${IPYTHON_PATCH} )
55
set(IPYTHON_URL ${LLNL_URL})
66
set(IPYTHON_GZ ipython-${IPYTHON_VERSION}.tar.gz)
7-
set(IPYTHON_MD5 785c7b6364c6a0dd34aa4ea970cf83b9)
7+
set(IPYTHON_MD5 2b7085525dac11190bfb45bb8ec8dcbf)
88

99
set(IPYTHON_SOURCE ${IPYTHON_URL}/${IPYTHON_GZ})
1010

11-
1211
add_cdat_package(IPYTHON "" "" ON)

0 commit comments

Comments
 (0)