summary refs log tree commit diff
path: root/pkgs/applications/science/biology/cmtk
Commit message (Collapse)AuthorAge
* cmtk: fix formatnatsukium2023-07-11
| | | | | | - use finalAttrs instead of rec - fix license - remove trailing space from description
* cmtk: enable some compile optionsnatsukium2023-07-11
| | | | | | | | | | | | | - use system zlib - enabled bzip2 - enabled fftw - enabled openmp for clang - still disabled Grand Central Dispatch for linux because of build failure - still disabled CUDA because of build failure - still disabled mxml because of build failure - still disabled lzma because of lack of lzmadec.h - still disabled dcmtk because of build failure
* cmtk: fix darwin buildnatsukium2023-07-11
|
* cmtk: 3.3.1 -> 3.3.2natsukium2023-06-08
|
* treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2023-02-22
| | | | | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
* treewide: use toString on list NIX_CFLAGS_COMPILEArtturin2023-02-22
| | | | | with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
* treewide: pkgs/applications: mark broken for darwinRick van Schijndel2022-05-29
|
* cmtk: add `-std=c++11` to fix build on gcc11Fabián Heredia Montiel2022-04-15
|
* pkgs/applications: rename name to pname&version part 2Felix Buehler2021-11-07
|
* treewide: stdenv.lib -> libBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob2021-01-01
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: make -Wno-error flags clang-onlyMatthew Bauer2019-04-29
| | | | | | In 724e833ea2a, I was a little too aggressive in enabling these flags. Many don’t work in gcc, and we should probably avoid settings them widely. This makes those flags optional on isclang
* treewide: disable -Werror for llvm 7Matthew Bauer2019-04-26
| | | | | Some of these have errors on newest llvm. It’s easiest to just add -Wno-error in these cases.
* cmtk: init at 3.3.1 (#54016)tbenst2019-02-08
* cmtk: init at 3.3.1