Skip to content

Commit c59f365

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
try again 5
1 parent f7e9171 commit c59f365

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"Cython>=0.29",
44
"oldest-supported-numpy ; python_version < '3.9'",
55
"numpy>=2.0.0rc1 ; python_version >= '3.9'",
6-
"mpi4py", "setuptools>=61", "setuptools_scm[toml]>=3.4"
6+
"setuptools>=61", "setuptools_scm[toml]>=3.4"
77
]
88
build-backend = "setuptools.build_meta"
99

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,12 @@ def _populate_hdf5_info(dirstosearch, inc_dirs, libs, lib_dirs):
397397
print(f"netcdf lib {has_has_not} parallel functions")
398398

399399
if has_parallel_support:
400-
import mpi4py
401-
inc_dirs.append(mpi4py.get_include())
402-
# mpi_incdir should not be needed if using nc-config
403-
# (should be included in nc-config --cflags)
404-
if mpi_incdir is not None:
405-
inc_dirs.append(mpi_incdir)
400+
#import mpi4py
401+
#inc_dirs.append(mpi4py.get_include())
402+
## mpi_incdir should not be needed if using nc-config
403+
## (should be included in nc-config --cflags)
404+
#if mpi_incdir is not None:
405+
# inc_dirs.append(mpi_incdir)
406406

407407
# Name of file containing imports required for parallel support
408408
parallel_support_imports = "parallel_support_imports.pxi.in"

0 commit comments

Comments
 (0)