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

Issue1212 durack1 spyder2.3.4 update #1213

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions CMake/cdat_modules/spyder_pkg.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
set(SPYDER_VERSION 2.3.3)
set(SPYDER_MAJOR_SRC 2)
set(SPYDER_MINOR_SRC 3)
set(SPYDER_PATCH_SRC 4)
set(SPYDER_URL ${LLNL_URL})
set(SPYDER_GZ spyder-${SPYDER_VERSION}.zip)
set(SPYDER_SOURCE ${SPYDER_URL}/${SPYDER_GZ})
set(SPYDER_MD5 8442bbb0a74475ed3307d6e983ecd700)
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)

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