Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue1108 durack1 update spyder 2.3.4 to 2.3.5.2 #1435

Merged
merged 1 commit into from Jun 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMake/cdat_modules/spyder_pkg.cmake
@@ -1,9 +1,9 @@
set(SPYDER_MAJOR_SRC 2)
set(SPYDER_MINOR_SRC 3)
set(SPYDER_PATCH_SRC 4)
set(SPYDER_PATCH_SRC 5.2)
set(SPYDER_URL ${LLNL_URL})
set(SPYDER_ZIP spyder-${SPYDER_MAJOR_SRC}.${SPYDER_MINOR_SRC}.${SPYDER_PATCH_SRC}.zip)
set(SPYDER_SOURCE ${SPYDER_URL}/${SPYDER_ZIP})
set(SPYDER_MD5 e751f19b0c872cdfad6b1e3a69250f20)
set(SPYDER_MD5 debf130130a7bef188b3bdfedb7b3c70)

add_cdat_package_dependent(spyder "" "" OFF "CDAT_BUILD_GUI" OFF)