Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
uvcdat-mirror
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UV-CDAT
uvcdat-mirror
Merge requests
!497
merging master into release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
merging master into release
master
into
release
Overview
0
Commits
118
Changes
166
Closed
Sankhesh Jhaveri
requested to merge
master
into
release
8 years ago
Overview
0
Commits
118
Changes
166
Expand
:MERGED:
0
0
Merge request reports
Compare
release
release (base)
and
latest version
latest version
25541eff
118 commits,
8 years ago
166 files
+
3587
−
4755
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
166
Search (e.g. *.vue) (Ctrl+P)
CMake/cdat_modules/cryptography_pkg.cmake
+
2
−
2
Options
set
(
CRYPTOGRAPHY_MAJOR_SRC 1
)
set
(
CRYPTOGRAPHY_MINOR_SRC
2
)
set
(
CRYPTOGRAPHY_MINOR_SRC
3
)
set
(
CRYPTOGRAPHY_PATCH_SRC 2
)
set
(
CRYPTOGRAPHY_VERSION
${
CRYPTOGRAPHY_MAJOR_SRC
}
.
${
CRYPTOGRAPHY_MINOR_SRC
}
.
${
CRYPTOGRAPHY_PATCH_SRC
}
)
set
(
CRYPTOGRAPHY_GZ cryptography-
${
CRYPTOGRAPHY_VERSION
}
.tar.gz
)
set
(
CRYPTOGRAPHY_SOURCE
${
LLNL_URL
}
/
${
CRYPTOGRAPHY_GZ
}
)
set
(
CRYPTOGRAPHY_MD5
a8daf092d0558dac6700d7be93b555e5
)
set
(
CRYPTOGRAPHY_MD5
0359190f291824dc8ad9e6d477a607b2
)
add_cdat_package_dependent
(
CRYPTOGRAPHY
""
""
OFF
"CDAT_BUILD_LEAN"
OFF
)
Loading