cudaPackages.buildRedist: do not require config.cudaSupport to be enabled
This commit is contained in:
@@ -375,10 +375,6 @@ extendMkDerivation {
|
||||
# a package is missing and is required for the build -- that should go in platformAssertions,
|
||||
# because attempts to access attributes on the package will cause evaluation errors.
|
||||
brokenAssertions = [
|
||||
{
|
||||
message = "CUDA support is enabled by config.cudaSupport";
|
||||
assertion = config.cudaSupport;
|
||||
}
|
||||
{
|
||||
message = "lib output precedes static output";
|
||||
assertion =
|
||||
|
||||
Reference in New Issue
Block a user