openmpi: remove unnecessary ? null from inputs
This commit is contained in:
parent
ceee02670c
commit
028607c3b5
@ -3,7 +3,7 @@
|
|||||||
, libpsm2, libfabric, pmix, ucx
|
, libpsm2, libfabric, pmix, ucx
|
||||||
|
|
||||||
# Enable CUDA support
|
# Enable CUDA support
|
||||||
, cudaSupport ? false, cudatoolkit ? null
|
, cudaSupport ? false, cudatoolkit
|
||||||
|
|
||||||
# Enable the Sun Grid Engine bindings
|
# Enable the Sun Grid Engine bindings
|
||||||
, enableSGE ? false
|
, enableSGE ? false
|
||||||
@ -18,8 +18,6 @@
|
|||||||
, fortranSupport ? true
|
, fortranSupport ? true
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert !cudaSupport || cudatoolkit != null;
|
|
||||||
|
|
||||||
let
|
let
|
||||||
cudatoolkit_joined = symlinkJoin {
|
cudatoolkit_joined = symlinkJoin {
|
||||||
name = "${cudatoolkit.name}-unsplit";
|
name = "${cudatoolkit.name}-unsplit";
|
||||||
|
Loading…
Reference in New Issue
Block a user