Skip to content

Commit 08fbba2

Browse files
authored
Merge branch 'master' into issue_1845_animation_cmap_not_preserved
2 parents 24922f7 + 218a6c8 commit 08fbba2

File tree

760 files changed

+247
-67733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

760 files changed

+247
-67733
lines changed

.travis.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,25 @@ os:
22
- linux
33
- osx
44

5-
language: c++
5+
language: python
6+
- "2.7"
67

78
before_install:
8-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; sudo apt-get install -y gfortran; fi
9-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then pushd $HOME && mkdir cmake3.1 && cd cmake3.1 && (curl -L "http://cmake.org/files/v3.1/cmake-3.1.0-Linux-x86_64.tar.gz" | gunzip -c | tar x) && cd cmake-*/bin && export PATH="${PWD}:${PATH}"; popd; fi
10-
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; brew outdated cmake || brew upgrade cmake ; fi
11-
- cmake --version
9+
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; sudo apt-get install -y gfortran xvfb; fi
10+
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh; fi
11+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; fi
12+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then wget https://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh -O miniconda.sh; fi
13+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then wget https://github.com/UV-CDAT/uvcdat/releases/download/v2.4.1/gfortran-4.9.2-Mac.tar.gz -O ~/gfortran-4.9.2-Mac.tar.gz ; pushd / ; sudo tar xzvf ~/gfortran-4.9.2-Mac.tar.gz ; pushd ; fi
14+
- export PATH="$HOME/miniconda/bin:$PATH"
15+
- bash miniconda.sh -b -p $HOME/miniconda
16+
- conda config --set always_yes yes --set changeps1 no
17+
- conda update -y -q conda
18+
- conda install openssl=1.0.2d
1219

1320
script:
14-
- git submodule init
15-
- git submodule update
1621
- cd ..
1722
- mkdir _build
1823
- cd _build
19-
- cmake -DGIT_PROTOCOL=git:// -DCDAT_BUILD_MODE=LEAN -DCDAT_BUILD_GRAPHICS=ON -DCDAT_BUILD_SCIPY=OFF ../uvcdat
20-
- ctest -VV -S ../uvcdat/CMake/travis_build.cmake
21-
- ctest -VV -S ../uvcdat/CMake/travis_submit.cmake
24+
- cmake -DGIT_PROTOCOL=git:// ../uvcdat
25+
- make
26+
- ctest -j8 -D Experimental

CMake/ESMP.patch

Lines changed: 0 additions & 33 deletions
This file was deleted.

CMake/cdat_modules/basemap_deps.cmake

Lines changed: 0 additions & 1 deletion
This file was deleted.

CMake/cdat_modules/basemap_external.cmake

Lines changed: 0 additions & 39 deletions
This file was deleted.

CMake/cdat_modules/basemap_pkg.cmake

Lines changed: 0 additions & 10 deletions
This file was deleted.

CMake/cdat_modules/cairo_deps.cmake

Lines changed: 0 additions & 1 deletion
This file was deleted.

CMake/cdat_modules/cairo_external.cmake

Lines changed: 0 additions & 18 deletions
This file was deleted.

CMake/cdat_modules/cairo_pkg.cmake

Lines changed: 0 additions & 14 deletions
This file was deleted.

CMake/cdat_modules/cd77_deps.cmake

Lines changed: 0 additions & 1 deletion
This file was deleted.

CMake/cdat_modules/cd77_external.cmake

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)