paraview, qgis: require big-parallel system feature (#409257)
This commit is contained in:
@@ -197,6 +197,9 @@ mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
# >9k objects, >3h build time on a normal build slot
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Free and Open Source Geographic Information System";
|
||||
homepage = "https://www.qgis.org";
|
||||
|
||||
@@ -193,6 +193,9 @@ mkDerivation rec {
|
||||
done
|
||||
'';
|
||||
|
||||
# >9k objects, >3h build time on a normal build slot
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Free and Open Source Geographic Information System";
|
||||
homepage = "https://www.qgis.org";
|
||||
|
||||
@@ -123,6 +123,9 @@ stdenv.mkDerivation rec {
|
||||
))
|
||||
];
|
||||
|
||||
# 23k objects, >4h on a normal build slot
|
||||
requiredSystemFeatures = [ "big-parallel" ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.paraview.org";
|
||||
description = "3D Data analysis and visualization application";
|
||||
|
||||
Reference in New Issue
Block a user