forked from mirrors/nixpkgs
ciftilib: unpin boost16x
This commit is contained in:
parent
945982a4a9
commit
a97ce4912b
|
@ -24,13 +24,16 @@ stdenv.mkDerivation rec {
|
|||
|
||||
cmakeFlags = [ "-DCMAKE_CTEST_ARGUMENTS=--exclude-regex;'big|datatype-md5'" ];
|
||||
|
||||
# error: no member named 'file_string' in 'boost::filesystem::path'
|
||||
env.NIX_CFLAGS_COMPILE = "-UCIFTILIB_BOOST_NO_FSV3";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/Washington-University/CiftiLib";
|
||||
description = "Library for reading and writing CIFTI files";
|
||||
maintainers = with maintainers; [ bcdarwin ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.bsd2;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37711,9 +37711,7 @@ with pkgs;
|
|||
inherit (llvmPackages) openmp;
|
||||
};
|
||||
|
||||
ciftilib = callPackage ../development/libraries/science/biology/ciftilib {
|
||||
boost = boost16x;
|
||||
};
|
||||
ciftilib = callPackage ../development/libraries/science/biology/ciftilib { };
|
||||
|
||||
cmtk = callPackage ../applications/science/biology/cmtk { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue