tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
magma: remove tbenst from maintainers, add connorbaker
Connor Baker
2 years ago
dcbb5ed9
504fb501
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
science
math
magma
generic.nix
+1
-1
pkgs/development/libraries/science/math/magma/generic.nix
···
173
license = licenses.bsd3;
174
homepage = "http://icl.cs.utk.edu/magma/index.html";
175
platforms = platforms.unix;
176
-
maintainers = with maintainers; [ tbenst ];
177
# CUDA and ROCm are mutually exclusive
178
broken = cudaSupport && rocmSupport || cudaSupport && strings.versionOlder cudaVersion "9";
179
};
···
173
license = licenses.bsd3;
174
homepage = "http://icl.cs.utk.edu/magma/index.html";
175
platforms = platforms.unix;
176
+
maintainers = with maintainers; [ connorbaker ];
177
# CUDA and ROCm are mutually exclusive
178
broken = cudaSupport && rocmSupport || cudaSupport && strings.versionOlder cudaVersion "9";
179
};