glotzerlab / hoomd-blue

Molecular dynamics and Monte Carlo soft matter simulation on GPUs.
http://glotzerlab.engin.umich.edu/hoomd-blue
BSD 3-Clause "New" or "Revised" License
324 stars 127 forks source link

Use conda lock files and micromamba in place of docker images #1816

Closed joaander closed 1 month ago

joaander commented 1 month ago

Description

The docker container images now provide compilers only.

Motivation and context

Allows targeted changes (e.g. testing with numpy 2.0) to be made locally.

ENABLE_LLVM=on will soon be removed. It is not feasible to test this as compilers provided in the conda environment do not generate valid builds.

How has this been tested?

CI checks.

Change log

Internal change, not required.

Checklist: