summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/biology/migrate/default.nix
AgeCommit message (Collapse)Author
2024-07-12treewide: fix uses of `finalAttrs.pname` in source urlséclairevoyant
2024-05-02migrate: refactornatsukium
2024-05-02migrate: add meta.mainProgramnatsukium
2024-05-02migrate: 3.7.2 -> 5.0.6natsukium
2024-05-02migrate: format with nixfmtnatsukium
2022-05-29treewide: pkgs/applications: mark broken for darwinRick van Schijndel
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24treewide: stdenv.lib -> libPavol Rusnak
2021-01-23mpi: use mpi attribute consistently as the default MPI implementationsMarkus Kowalewski
Use the attribute mpi to provide a system wide default MPI implementation. The default is openmpi (as before). This now allows for overriding the MPI implentation by using the overlay mechanism. Build all packages with mpich instead of the default openmpi can now be achived like this: self: super: { mpi = super.mpich; } All derivations that have been using "mpi ? null" to provide optional building with MPI have been change in the following way to allow for optional builds with MPI: { ... , mpi , useMpi ? false }
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-04-05migrate: init at 3.7.2Bruno Bzeznik