careless installs plain careless (CPU). careless-gpu also installs plain careless but declares cuda/12.8.1 as build_requires/runtime_deps (jfjoch_viewer pattern) instead of pip-bundling CUDA via the [cuda] extra. Both builds honor UV_CACHE_DIR to share one download cache. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 lines
522 B
Plaintext
16 lines
522 B
Plaintext
#%Module1.0
|
|
|
|
module-whatis "careless - merging crystallography data with variational inference"
|
|
module-url "https://github.com/rs-station/careless"
|
|
module-license "MIT"
|
|
module-maintainer "MX Data <jiaxin.duan@psi.ch>"
|
|
|
|
module-help "
|
|
careless: scaling and merging of X-ray diffraction data using
|
|
approximate Bayesian inference (TensorFlow). CPU build; for
|
|
NVIDIA GPU nodes load careless-gpu instead.
|
|
"
|
|
|
|
setenv CARELESS_ENV $PREFIX/venv
|
|
prepend-path PATH $PREFIX/venv/bin
|