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
!7603
Merge colorpicker changes into release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Merge colorpicker changes into release
master
into
release
Overview
0
Commits
289
Changes
9
Closed
Sankhesh Jhaveri
requested to merge
master
into
release
8 years ago
Overview
0
Commits
289
Changes
9
Expand
:MERGED:
0
0
Merge request reports
Viewing commit
514af9db
Prev
Next
Show latest version
9 files
+
16
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
514af9db
test tweaks
· 514af9db
Charles Doutriaux
authored
8 years ago
CMake/cdat_modules_extra/install_cdat_from_conda.bash.in
+
1
−
1
Options
@@ -3,7 +3,7 @@
conda create
-y
-n
@CONDA_ENVIRONMENT_NAME@
-c
@CONDA_CHANNEL_UVCDAT@ hdf5 libnetcdf lapack clapack ossuuid libcf esmf jasper g2clib yasm x264 ffmpeg cmor
vtk
==
uvcdat libcdms cdat_info flake8 requests
numpy
==
1.9.2 matplotlib
--show-channel-urls
source
activate @CONDA_ENVIRONMENT_NAME@
for
pkg
in
testing cdtime regrid2 cdms2 esg DV3D vcs vcsaddons
EzTemplate
cdutil unidata xmgrace genutil Thermo WK distarray
;
do
for
pkg
in
testing cdtime regrid2 cdms2 esg DV3D vcs vcsaddons cdutil unidata xmgrace genutil Thermo WK distarray
;
do
cd
@cdat_SOURCE_DIR@/Packages/
${
pkg
}
rm
-rf
build
if
[
${
pkg
}
==
"vcs"
]
;
then
Loading