Skip to content

Commit d9b7af5

Browse files
authored
Merge pull request #1 from scientificcomputing/abi-compat
Abi compat
2 parents 943f787 + ea1757d commit d9b7af5

3 files changed

Lines changed: 3315 additions & 3403 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ RUN python3 -m venv ${VIRTUAL_ENV} && \
5959
RUN env MPICC="${STUBS_DIR}/bin/mpicc" \
6060
pip install --no-cache-dir --no-build-isolation --no-binary mpi4py mpi4py
6161

62+
RUN python3 -c "from mpi4py import MPI; print(MPI.Get_version())" && \
63+
python3 -c "import numpy; print(numpy.__version__)"
64+
6265
# --- 4. System Libraries (Spdlog, Doxygen, KaHIP, HDF5, ADIOS2, GMSH) ---
6366
RUN wget -nc --quiet https://github.com/gabime/spdlog/archive/refs/tags/v${SPDLOG_VERSION}.tar.gz && \
6467
tar xfz v${SPDLOG_VERSION}.tar.gz && \

0 commit comments

Comments
 (0)