Skip to content

Commit 8d79c00

Browse files
author
Jeff Whitaker
committed
update
1 parent a27d942 commit 8d79c00

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)