openmpi: remove unnecessary ? null from inputs

This commit is contained in:
Sandro Jäckel 2022-11-27 22:28:59 +01:00
parent ceee02670c
commit 028607c3b5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -3,7 +3,7 @@
, libpsm2, libfabric, pmix, ucx
# Enable CUDA support
, cudaSupport ? false, cudatoolkit ? null
, cudaSupport ? false, cudatoolkit
# Enable the Sun Grid Engine bindings
, enableSGE ? false
@ -18,8 +18,6 @@
, fortranSupport ? true
}:
assert !cudaSupport || cudatoolkit != null;
let
cudatoolkit_joined = symlinkJoin {
name = "${cudatoolkit.name}-unsplit";