File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ matrix:
7171# - MB_PYTHON_OSX_VER=10.9
7272# - NP_BUILD_DEP="1.17.3"
7373# - NP_TEST_DEP="1.17.3"
74- # - os: osx
75- # language: generic
76- # env:
77- # - MB_PYTHON_VERSION=3.8
78- # - MB_PYTHON_OSX_VER=10.9
79- # - NP_BUILD_DEP="1.17.3"
80- # - NP_TEST_DEP="1.17.3"
74+ - os : osx
75+ language : generic
76+ env :
77+ - MB_PYTHON_VERSION=3.8
78+ - MB_PYTHON_OSX_VER=10.9
79+ - NP_BUILD_DEP="1.17.3"
80+ - NP_TEST_DEP="1.17.3"
8181# - os: osx
8282# language: generic
8383# env:
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ function build_netcdf2 {
3232 build_curl
3333 fetch_unpack https://github.com/Unidata/netcdf-c/archive/v${NETCDF_VERSION} .tar.gz
3434 echo " Using C compiler: $( which gcc) "
35- echo " gcc version: ` gcc -version` "
35+ echo " gcc version: ` gcc -- version` "
3636 (cd netcdf-c-${NETCDF_VERSION} \
3737 && ./configure --prefix=$BUILD_PREFIX --enable-dap \
3838 && make -j4 \
You can’t perform that action at this time.
0 commit comments