Repository: climate Updated Branches: refs/heads/master 510deb9a7 -> 050191175
CLIMATE-449 - Remove duplicate NetCDF4 install in easy-ocw Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/bb7b251e Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/bb7b251e Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/bb7b251e Branch: refs/heads/master Commit: bb7b251ec1e4dd4252fd92b7b81151a5ddcc27fb Parents: 510deb9 Author: Michael Joyce <[email protected]> Authored: Fri May 30 21:14:25 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri May 30 21:14:25 2014 -0700 ---------------------------------------------------------------------- easy-ocw/install-ubuntu-12_04.sh | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/bb7b251e/easy-ocw/install-ubuntu-12_04.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-ubuntu-12_04.sh b/easy-ocw/install-ubuntu-12_04.sh index db5095e..494cdb3 100755 --- a/easy-ocw/install-ubuntu-12_04.sh +++ b/easy-ocw/install-ubuntu-12_04.sh @@ -175,11 +175,6 @@ cd .. python setup.py install >> install_log subtask "done" -# Install NetCDF4 -header "Installing NetCDF4 ..." -echo | conda install netcdf4 -subtask "done" - # Install miscellaneous Python packages needed for OCW. Some of these # can be installed with Conda, but since none of them have an annoying # compiled component we just installed them with Pip.
