Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ build:
python: "3.10"
jobs:
pre_install:
- echo "CC=$CC"
- echo "PNETCDF_VER=$PNETCDF_VER"
- echo "Download and build PnetCDF version $PNETCDF_VER"
- wget https://parallel-netcdf.github.io/Release/pnetcdf-$PNETCDF_VER.tar.gz
- tar -xzf pnetcdf-$PNETCDF_VER.tar.gz
- echo "Installing PnetCDF-C in PNETCDF_DIR=$PNETCDF_DIR"
- cd ./pnetcdf-$PNETCDF_VER ; ./configure --prefix=${PNETCDF_DIR} --enable-shared --enable-debug --disable-fortran --disable-cxx; make -j 8 install
- pip install numpy cython cftime pytest twine wheel check-manifest mpi4py
- pip install numpy cython cftime pytest twine wheel check-manifest

python:
install:
Expand Down
Loading