We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b209446 commit 39637f2Copy full SHA for 39637f2
.readthedocs.yaml
@@ -10,14 +10,7 @@ build:
10
python: "3.10"
11
jobs:
12
pre_install:
13
- - echo "CC=$CC"
14
- - echo "PNETCDF_VER=$PNETCDF_VER"
15
- - echo "Download and build PnetCDF version $PNETCDF_VER"
16
- - wget https://parallel-netcdf.github.io/Release/pnetcdf-$PNETCDF_VER.tar.gz
17
- - tar -xzf pnetcdf-$PNETCDF_VER.tar.gz
18
- - echo "Installing PnetCDF-C in PNETCDF_DIR=$PNETCDF_DIR"
19
- - cd ./pnetcdf-$PNETCDF_VER ; ./configure --prefix=${PNETCDF_DIR} --enable-shared --enable-debug --disable-fortran --disable-cxx; make -j 8 install
20
- - pip install numpy cython cftime pytest twine wheel check-manifest mpi4py
+ - pip install numpy cython cftime pytest twine wheel check-manifest
21
22
python:
23
install:
0 commit comments