From 4ef1ef1762ce6eb148ca25199dfce8dd2a93c989 Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Thu, 3 Jul 2025 18:26:39 +0200 Subject: [PATCH] build: add netcdf4 with openmpi --- conda_environment.yml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/conda_environment.yml b/conda_environment.yml index a1dd6d6..4c27893 100644 --- a/conda_environment.yml +++ b/conda_environment.yml @@ -2,26 +2,27 @@ --- name: FiniteVolumeGPU_HPC channels: -- conda-forge + - conda-forge + - defaults dependencies: -- python=3.13.5 -- pip -- numpy -- mpi4py -- six -- pytools -- netcdf4 -- scipy -- matplotlib -- ipyparallel -- jupyter -- nb_conda_kernels -- line_profiler -- tqdm -- pip: - - hip-python==6.4.1.552.39 - - -i https://test.pypi.org/simple/ + - python=3.13.5 + - pip + - numpy + - mpi4py + - six + - pytools + - scipy + - netcdf4=*=mpi_openmpi_* + - matplotlib + - ipyparallel + - jupyter + - nb_conda_kernels + - line_profiler + - tqdm + - pip: + - hip-python==6.4.1.552.39 + - --extra-index-url https://test.pypi.org/simple/ # Install conda environment (one-time operation):