xtensor 0.23.10 -> 0.24.6 https://repology.org/project/xtensor/versions attrpath: xtensor Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/xtensor/default.nix b/pkgs/development/libraries/xtensor/default.nix index 45c1ce936a6..3b20b4c5e28 100644 --- a/pkgs/development/libraries/xtensor/default.nix +++ b/pkgs/development/libraries/xtensor/default.nix @@ -8,13 +8,13 @@ }: stdenv.mkDerivation rec { pname = "xtensor"; - version = "0.23.10"; + version = "0.24.6"; src = fetchFromGitHub { owner = "xtensor-stack"; repo = "xtensor"; rev = version; - sha256 = "1ayrhyh9x33b87ic01b4jzxc8x27yxpxzya5x54ikazvz8p71n14"; + sha256 = "sha256-cTzQSXn9REp/sPCMmBFJkTW0GS2CFOjPvgGlYG6pxT0="; }; nativeBuildInputs = [ cmake ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A xtensor nix build failed. configuring fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/share/doc/xtensor -DCMAKE_INSTALL_INFODIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/include -DCMAKE_INSTALL_SBINDIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/nlgyw2fv0cm8rkz8qm1jyw78vyif1bl9-gcc-wrapper-12.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/nlgyw2fv0cm8rkz8qm1jyw78vyif1bl9-gcc-wrapper-12.2.0/bin/ranlib -DCMAKE_AR=/nix/store/nlgyw2fv0cm8rkz8qm1jyw78vyif1bl9-gcc-wrapper-12.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/swvgc44rwzs9gzw5pa87305z6amrb77v-xtensor-0.24.6 -DBUILD_TESTS=ON -- The CXX compiler identification is GNU 12.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/nlgyw2fv0cm8rkz8qm1jyw78vyif1bl9-gcc-wrapper-12.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Building xtensor v0.24.6 -- Found xtl: /nix/store/fxs9p6r3kdihq2b0smywcim963jxj630-xtl-0.7.5/include/xtl CMake Error at test/CMakeLists.txt:21 (find_package): By not providing "Finddoctest.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "doctest", but CMake did not find one. Could not find a package configuration file provided by "doctest" with any of the following names: doctestConfig.cmake doctest-config.cmake Add the installation prefix of "doctest" to CMAKE_PREFIX_PATH or set "doctest_DIR" to a directory containing one of the above files. If "doctest" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".