Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 858447 Details for
Bug 902451
>=sci-libs/armadillo-11.4.0 - fails 26 tests (eigs_gen(): use of ARPACK must be enabled for decomposition of complex matrices) despite +arpack
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
armadillo-11.4.0:20230320-175958.log (text/plain), 41.14 KB, created by
ernsteiswuerfel
on 2023-03-20 18:19:26 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
ernsteiswuerfel
Created:
2023-03-20 18:19:26 UTC
Size:
41.14 KB
patch
obsolete
>[32m * [39;49;00mPackage: sci-libs/armadillo-11.4.0:0/11 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: dilfridge@gentoo.org sci@gentoo.org >[32m * [39;49;00mUSE: arpack elibc_glibc kernel_linux lapack ppc64 superlu test userland_GNU >[32m * [39;49;00mFEATURES: preserve-libs sandbox test userpriv >>>> Unpacking source... >>>> Unpacking armadillo-11.4.0.tar.xz to /var/tmp/portage/sci-libs/armadillo-11.4.0/work >>>> Source unpacked in /var/tmp/portage/sci-libs/armadillo-11.4.0/work >>>> Preparing source in /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0 ... > [32m*[0m Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0" > [32m*[0m Build directory (BUILD_DIR): "/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0" > [32m*[0m Applying armadillo-11.4.0-extratests.patch ... >[A[123C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Hardcoded definition(s) removed in CMakeLists.txt: > [32m*[0m set(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "Standard install prefix" FORC >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0 ... > [32m*[0m Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0" > [32m*[0m Build directory (BUILD_DIR): "/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0" >cmake -C /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_LIB_DIR=/usr/lib64 -DARPACK_FOUND=ON -DARPACK_LIBRARY=-larpack -DBLAS_FOUND=OFF -DDETECT_HDF5=OFF -DLAPACK_FOUND=ON -DLAPACK_LIBRARIES=-llapack -DSuperLU_FOUND=ON -DSuperLU_LIBRARY=-lsuperlu -DSuperLU_INCLUDE_DIR=/usr/include/superlu -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/gentoo_toolchain.cmake /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0 >loading initial cache file /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/gentoo_common_config.cmake >-- *** set cmake policy CMP0025 to NEW >-- CMAKE_CXX_STANDARD = 11 >-- The CXX compiler identification is GNU 12.2.1 >-- The C compiler identification is GNU 12.2.1 >-- Detecting CXX compiler ABI info >-- Detecting CXX compiler ABI info - done >-- Check for working CXX compiler: /usr/bin/powerpc64-unknown-linux-gnu-g++ - skipped >-- Detecting CXX compile features >-- Detecting CXX compile features - done >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Check for working C compiler: /usr/bin/powerpc64-unknown-linux-gnu-gcc - skipped >-- Detecting C compile features >-- Detecting C compile features - done >-- Configuring Armadillo 11.4.0 >-- >-- *** WARNING: variable 'CMAKE_CXX_FLAGS' is not empty; this may cause problems! >-- >-- Detected gcc 4.8.3 or later >-- ARMA_USE_EXTERN_RNG = true >-- *** INSTALL_LIB_DIR is deprecated; use CMAKE_INSTALL_LIBDIR instead >[33mCMake Warning (dev) at /usr/share/cmake/Modules/GNUInstallDirs.cmake:380 (message): > GNUInstallDirs_get_absolute_install_dir called without third argument. > Using ${dir} from the caller's scope for compatibility with CMake 3.19 and > below. >Call Stack (most recent call first): > CMakeLists.txt:169 (GNUInstallDirs_get_absolute_install_dir) >This warning is for project developers. Use -Wno-dev to suppress it. >[0m >-- CMAKE_SYSTEM_NAME = Linux >-- CMAKE_CXX_COMPILER_ID = GNU >-- CMAKE_CXX_COMPILER_VERSION = 12.2.1 >-- CMAKE_COMPILER_IS_GNUCXX = 1 >-- >-- *** Options: >-- BUILD_SHARED_LIBS = ON >-- DETECT_HDF5 = OFF >-- OPENBLAS_PROVIDES_LAPACK = OFF >-- ALLOW_FLEXIBLAS_LINUX = ON >-- ALLOW_OPENBLAS_MACOS = OFF >-- ALLOW_BLAS_LAPACK_MACOS = OFF >-- BUILD_SMOKE_TEST = ON >-- >-- *** Looking for external libraries >-- FlexiBLAS_FOUND = >-- MKL_FOUND = >-- OpenBLAS_FOUND = >-- ATLAS_FOUND = >-- BLAS_FOUND = OFF >-- LAPACK_FOUND = ON >-- Found PkgConfig: /usr/bin/powerpc64-unknown-linux-gnu-pkg-config (found version "1.8.1") >-- ARPACK_FOUND = ON >-- SuperLU_FOUND = ON >-- SuperLU_INCLUDE_DIR = /usr/include/superlu >-- >-- *** Result of configuration: >-- *** ARMA_USE_WRAPPER = true >-- *** ARMA_USE_LAPACK = true >-- *** ARMA_USE_BLAS = false >-- *** ARMA_USE_ATLAS = false >-- *** ARMA_USE_HDF5_CMAKE = false >-- *** ARMA_USE_ARPACK = true >-- *** ARMA_USE_EXTERN_RNG = true >-- *** ARMA_USE_SUPERLU = true >-- >-- *** Armadillo wrapper library will use the following libraries: >-- *** ARMA_LIBS = -llapack;-larpack;-lsuperlu >-- >-- Copying /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/include/ to /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/tmp/include/ >-- Generating /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/tmp/include/config.hpp >-- CMAKE_CXX_FLAGS = -O2 -mcpu=970 -mtune=970 -pipe -O2 >-- CMAKE_SHARED_LINKER_FLAGS = -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--no-as-needed >-- CMAKE_REQUIRED_INCLUDES = /usr/include/superlu >-- >-- CMAKE_INSTALL_PREFIX = /usr >-- CMAKE_INSTALL_LIBDIR = /usr/lib64 >-- CMAKE_INSTALL_INCLUDEDIR = include >-- CMAKE_INSTALL_DATADIR = share >-- CMAKE_INSTALL_BINDIR = bin >-- Generating '/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/ArmadilloConfig.cmake' >-- Generating '/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/ArmadilloConfigVersion.cmake' >-- Generating '/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/InstallFiles/ArmadilloConfig.cmake' >-- Generating '/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/InstallFiles/ArmadilloConfigVersion.cmake' >-- Copying /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/misc/ to /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/tmp/misc/ >-- Generating '/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/tmp/misc/armadillo.pc' >-- *** configuring smoke_test >-- <<< Gentoo configuration >>> >Build type Gentoo >Install path /usr >Compiler flags: >C -O2 -mcpu=970 -mtune=970 -pipe >C++ -O2 -mcpu=970 -mtune=970 -pipe -O2 >Linker flags: >Executable -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu >Module -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu >Shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--no-as-needed > >-- Configuring done >-- Generating done >-- Build files have been written to: /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0 >>>> Source configured. >>>> Compiling source in /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0 ... > [32m*[0m Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0" > [32m*[0m Build directory (BUILD_DIR): "/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0" >ninja -v -j16 -l18 >[1/6] /usr/bin/powerpc64-unknown-linux-gnu-g++ -Darmadillo_EXPORTS -I/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/tmp/include -I/usr/include/superlu -O2 -mcpu=970 -mtune=970 -pipe -O2 -fPIC -std=c++11 -MD -MT CMakeFiles/armadillo.dir/src/wrapper2.cpp.o -MF CMakeFiles/armadillo.dir/src/wrapper2.cpp.o.d -o CMakeFiles/armadillo.dir/src/wrapper2.cpp.o -c /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/src/wrapper2.cpp >[2/6] /usr/bin/powerpc64-unknown-linux-gnu-g++ -Darmadillo_EXPORTS -I/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/tmp/include -I/usr/include/superlu -O2 -mcpu=970 -mtune=970 -pipe -O2 -fPIC -std=c++11 -MD -MT CMakeFiles/armadillo.dir/src/wrapper1.cpp.o -MF CMakeFiles/armadillo.dir/src/wrapper1.cpp.o.d -o CMakeFiles/armadillo.dir/src/wrapper1.cpp.o -c /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/src/wrapper1.cpp >[3/6] : && /usr/bin/powerpc64-unknown-linux-gnu-g++ -fPIC -O2 -mcpu=970 -mtune=970 -pipe -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--no-as-needed -shared -Wl,-soname,libarmadillo.so.11 -o libarmadillo.so.11.4.0 CMakeFiles/armadillo.dir/src/wrapper1.cpp.o CMakeFiles/armadillo.dir/src/wrapper2.cpp.o -llapack -larpack -lsuperlu && : >[4/6] /usr/bin/cmake -E cmake_symlink_library libarmadillo.so.11.4.0 libarmadillo.so.11 libarmadillo.so && : >[5/6] /usr/bin/powerpc64-unknown-linux-gnu-g++ -I/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/tmp/include -I/usr/include/superlu -O2 -mcpu=970 -mtune=970 -pipe -O2 -std=c++11 -MD -MT tests1/CMakeFiles/smoke_test.dir/smoke_test.cpp.o -MF tests1/CMakeFiles/smoke_test.dir/smoke_test.cpp.o.d -o tests1/CMakeFiles/smoke_test.dir/smoke_test.cpp.o -c /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/tests1/smoke_test.cpp >[6/6] : && /usr/bin/powerpc64-unknown-linux-gnu-g++ -O2 -mcpu=970 -mtune=970 -pipe -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -rdynamic tests1/CMakeFiles/smoke_test.dir/smoke_test.cpp.o -o tests1/smoke_test -Wl,-rpath,/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0 libarmadillo.so.11.4.0 -llapack -larpack -lsuperlu && : >>>> Source compiled. >>>> Test phase: sci-libs/armadillo-11.4.0 > [32m*[0m Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0" > [32m*[0m Build directory (BUILD_DIR): "/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0" >ctest -j 16 --test-load 18 >Test project /var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0 > Start 1: smoke_test >1/1 Test #1: smoke_test ....................... Passed 0.01 sec > >[0;32m100% tests passed[0;0m, 0 tests failed[0;0m out of 1 > >Total Test time (real) = 0.01 sec > [32m*[0m Tests succeeded. >make -j16 -l18 CXX=powerpc64-unknown-linux-gnu-g++ 'CXX_FLAGS=-I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK' 'LIB_FLAGS=-L.. -larmadillo -lblas -llapack ' >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o attributes.o -c attributes.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o bounds.o -c bounds.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o decomp_eig_gen.o -c decomp_eig_gen.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o decomp_eig_pair.o -c decomp_eig_pair.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o decomp_eig_sym.o -c decomp_eig_sym.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o expr_elem.o -c expr_elem.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o expr_misc.o -c expr_misc.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_abs.o -c fn_abs.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_accu.o -c fn_accu.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_all.o -c fn_all.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_any.o -c fn_any.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_as_scalar.o -c fn_as_scalar.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_clamp.o -c fn_clamp.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_cond.o -c fn_cond.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_conj.o -c fn_conj.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_conv.o -c fn_conv.cpp >In file included from [01m[Kfn_as_scalar.cpp:20[m[K: >[01m[Kfn_as_scalar.cpp:[m[K In function '[01m[Kvoid C_A_T_C_H_T_E_S_T_4()[m[K': >[01m[Kfn_as_scalar.cpp:68:28:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Ktypename T1::elem_type arma::as_scalar(const BaseCube<typename T1::elem_type, T1>&) [with T1 = Cube<double>][m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 68 | REQUIRE_THROWS( [01;35m[Kas_scalar(B)[m[K ); > | [01;35m[K~~~~~~~~~^~~[m[K >[01m[Kfn_as_scalar.cpp:[m[K In function '[01m[Kvoid C_A_T_C_H_T_E_S_T_0()[m[K': >[01m[Kfn_as_scalar.cpp:36:28:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Ktypename T1::elem_type arma::as_scalar(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>][m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 36 | REQUIRE_THROWS( [01;35m[Kas_scalar(B)[m[K ); > | [01;35m[K~~~~~~~~~^~~[m[K >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_conv_to.o -c fn_conv_to.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_cor.o -c fn_cor.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_cov.o -c fn_cov.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_cross.o -c fn_cross.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_cumprod.o -c fn_cumprod.cpp >In file included from [01m[Kfn_accu.cpp:20[m[K: >[01m[Kfn_accu.cpp:[m[K In function '[01m[Kvoid C_A_T_C_H_T_E_S_T_6()[m[K': >[01m[Kfn_accu.cpp:117:23:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Ktypename T1::elem_type arma::accu(const eGlue<T1, T2, eglue_schur>&) [with T1 = Mat<double>; T2 = Mat<double>][m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 117 | REQUIRE_THROWS( [01;35m[Kaccu(A % C)[m[K ); > | [01;35m[K~~~~^~~~~~~[m[K >[01m[Kfn_accu.cpp:118:23:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Ktypename T1::elem_type arma::accu(const eGlue<T1, T2, eglue_schur>&) [with T1 = subview<double>; T2 = subview<double>][m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 118 | REQUIRE_THROWS( [01;35m[Kaccu(A(span::all,span::all) % C(span::all,span::all))[m[K ); > | [01;35m[K~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >[01m[Kfn_accu.cpp:[m[K In function '[01m[Kvoid C_A_T_C_H_T_E_S_T_0()[m[K': >[01m[Kfn_accu.cpp:59:23:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Ktypename arma::enable_if2<arma::is_arma_type<T1>::value, typename T1::elem_type>::result arma::accu(const T1&) [with T1 = Glue<Mat<double>, Mat<double>, glue_times>][m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 59 | REQUIRE_THROWS( [01;35m[Kaccu(A*A)[m[K ); > | [01;35m[K~~~~^~~~~[m[K >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_cumsum.o -c fn_cumsum.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_det.o -c fn_det.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_diagmat.o -c fn_diagmat.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_diagvec.o -c fn_diagvec.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_diff.o -c fn_diff.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_dot.o -c fn_dot.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_eigs_gen.o -c fn_eigs_gen.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_eigs_sym.o -c fn_eigs_sym.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_eps.o -c fn_eps.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_expmat.o -c fn_expmat.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_find.o -c fn_find.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_find_finite.o -c fn_find_finite.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_find_nonfinite.o -c fn_find_nonfinite.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_find_unique.o -c fn_find_unique.cpp >In file included from [01m[Kfn_det.cpp:20[m[K: >[01m[Kfn_det.cpp:[m[K In function '[01m[Kvoid C_A_T_C_H_T_E_S_T_2()[m[K': >[01m[Kfn_det.cpp:64:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Ktypename arma::enable_if2<arma::is_supported_blas_type<typename T1::elem_type>::value, typename T1::elem_type>::result arma::det(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>][m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 64 | REQUIRE_THROWS( [01;35m[Kdet(C)[m[K ); > | [01;35m[K~~~^~~[m[K >[01m[Kfn_det.cpp:66:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Ktypename arma::enable_if2<arma::is_supported_blas_type<typename T1::elem_type>::value, typename T1::elem_type>::result arma::det(const Base<typename T1::elem_type, T1>&) [with T1 = Op<Mat<double>, op_diagmat>][m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 66 | REQUIRE_THROWS( [01;35m[Kdet(diagmat(C))[m[K ); > | [01;35m[K~~~^~~~~~~~~~~~[m[K >[01m[Kfn_det.cpp:[m[K In function '[01m[Kvoid C_A_T_C_H_T_E_S_T_0()[m[K': >[01m[Kfn_det.cpp:43:22:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Ktypename arma::enable_if2<arma::is_supported_blas_type<typename T1::elem_type>::value, typename T1::elem_type>::result arma::det(const Base<typename T1::elem_type, T1>&) [with T1 = Mat<double>][m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 43 | REQUIRE_THROWS( [01;35m[Kdet(A)[m[K ); > | [01;35m[K~~~^~~[m[K >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_flip.o -c fn_flip.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_hess.o -c fn_hess.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_interp1.o -c fn_interp1.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_intersect.o -c fn_intersect.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_is_finite.o -c fn_is_finite.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_max.o -c fn_max.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_mean.o -c fn_mean.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_min.o -c fn_min.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_princomp.o -c fn_princomp.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_spsolve.o -c fn_spsolve.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_sum.o -c fn_sum.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_symmat.o -c fn_symmat.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_trace.o -c fn_trace.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_trans.o -c fn_trans.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_var.o -c fn_var.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o fn_vectorise.o -c fn_vectorise.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o gen_linspace.o -c gen_linspace.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o gen_ones.o -c gen_ones.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o gen_randu.o -c gen_randu.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o gen_zeros.o -c gen_zeros.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o gmm.o -c gmm.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o hdf5.o -c hdf5.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o init_auxmem.o -c init_auxmem.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o init_fill.o -c init_fill.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o init_misc.o -c init_misc.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o instantiation.o -c instantiation.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o main.o -c main.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o mat_minus.o -c mat_minus.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o mat_mul_cx.o -c mat_mul_cx.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o mat_mul_real.o -c mat_mul_real.cpp >[01m[Kinit_misc.cpp:[m[K In function '[01m[Kvoid C_A_T_C_H_T_E_S_T_0()[m[K': >[01m[Kinit_misc.cpp:79:8:[m[K [01;35m[Kwarning: [m[K'[01m[Karma::mat_injector<arma::Mat<eT> > arma::Mat<eT>::operator<<(eT) [with eT = double][m[K' is deprecated [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;[m[K] > 79 | E << [01;35m[K0[m[K << 2 << 4 << endr > | [01;35m[K^[m[K >In file included from [01m[K../include/armadillo:171[m[K, > from [01m[Kinit_misc.cpp:19[m[K: >[01m[K../include/armadillo_bits/Mat_bones.hpp:191:44:[m[K [01;36m[Knote: [m[Kdeclared here > 191 | arma_deprecated inline mat_injector<Mat> [01;36m[Koperator[m[K<<(const eT val); > | [01;36m[K^~~~~~~~[m[K >[01m[Kinit_misc.cpp:[m[K In function '[01m[Kvoid C_A_T_C_H_T_E_S_T_2()[m[K': >[01m[Kinit_misc.cpp:119:9:[m[K [01;35m[Kwarning: [m[K'[01m[Karma::mat_injector<arma::Mat<eT> > arma::Mat<eT>::operator<<(eT) [with eT = double][m[K' is deprecated [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;[m[K] > 119 | D << -[01;35m[K0.78838[m[K << 0.69298 << 0.41084 << 0.90142 << endr > | [01;35m[K^~~~~~~[m[K >In file included from [01m[K../include/armadillo:637[m[K: >[01m[K../include/armadillo_bits/Mat_meat.hpp:2997:1:[m[K [01;36m[Knote: [m[Kdeclared here > 2997 | [01;36m[KMat<eT>[m[K::operator<<(const eT val) > | [01;36m[K^~~~~~~[m[K >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o mat_neg.o -c mat_neg.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o mat_plus.o -c mat_plus.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o spcol.o -c spcol.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o spmat.o -c spmat.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o sprow.o -c sprow.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o spsubview.o -c spsubview.cpp >powerpc64-unknown-linux-gnu-g++ -I../include -O2 -mcpu=970 -mtune=970 -pipe -DARMA_USE_BLAS -DARMA_USE_LAPACK -o main attributes.o bounds.o decomp_eig_gen.o decomp_eig_pair.o decomp_eig_sym.o expr_elem.o expr_misc.o fn_abs.o fn_accu.o fn_all.o fn_any.o fn_as_scalar.o fn_clamp.o fn_cond.o fn_conj.o fn_conv.o fn_conv_to.o fn_cor.o fn_cov.o fn_cross.o fn_cumprod.o fn_cumsum.o fn_det.o fn_diagmat.o fn_diagvec.o fn_diff.o fn_dot.o fn_eigs_gen.o fn_eigs_sym.o fn_eps.o fn_expmat.o fn_find.o fn_find_finite.o fn_find_nonfinite.o fn_find_unique.o fn_flip.o fn_hess.o fn_interp1.o fn_intersect.o fn_is_finite.o fn_max.o fn_mean.o fn_min.o fn_princomp.o fn_spsolve.o fn_sum.o fn_symmat.o fn_trace.o fn_trans.o fn_var.o fn_vectorise.o gen_linspace.o gen_ones.o gen_randu.o gen_zeros.o gmm.o hdf5.o init_auxmem.o init_fill.o init_misc.o instantiation.o main.o mat_minus.o mat_mul_cx.o mat_mul_real.o mat_neg.o mat_plus.o spcol.o spmat.o sprow.o spsubview.o -L.. -larmadillo -lblas -llapack >Armadillo version: 11.4.0 (Ship of Theseus) > >warning: eig_sym(): given matrix is not symmetric > >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >[0;37mmain is a Catch v2.13.8 host application. >Run with -? for options > >[0m------------------------------------------------------------------------------- >[0mfn_eigs_gen_odd_sigma_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:208 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:208: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_sigma_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:272 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:272: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_sigma_opts_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:336 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:336: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_odd_float_sigma_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:781 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:781: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_float_sigma_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:846 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:846: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_float_sigma_opts_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:911 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:911: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_odd_complex_float_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1170 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1170: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_float_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1229 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1229: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_float_opts_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1288 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1288: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_odd_complex_float_sigma_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1348 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1348: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_float_sigma_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1412 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1412: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_float_sigma_opts_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1476 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1476: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_odd_complex_float_sm_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1541 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1541: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_float_sm_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1604 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1604: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_float_sm_opts_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1667 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1667: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0meigs_gen_odd_complex_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1731 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1731: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1790 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1790: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_opts_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1849 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1849: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0meigs_gen_odd_complex_sigma_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1909 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1909: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_sigma_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:1973 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:1973: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_sigma_opts_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:2037 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:2037: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK and SuperLU must be enabled to use 'sigma' > >------------------------------------------------------------------------------- >[0meigs_gen_odd_complex_sm_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:2102 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:2102: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_sm_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:2162 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:2162: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0mfn_eigs_gen_even_complex_sm_opts_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_gen.cpp:2222 >............................................................................... > >[0m[0;37mfn_eigs_gen.cpp:2222: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_gen(): use of ARPACK must be enabled for decomposition of complex > matrices > >------------------------------------------------------------------------------- >[0mfn_eigs_sigma_test >[0m------------------------------------------------------------------------------- >[0;37mfn_eigs_sym.cpp:144 >............................................................................... > >[0m[0;37mfn_eigs_sym.cpp:144: [0m[1;31mFAILED: >[0mdue to unexpected exception with message: > eigs_sym(): use of NEWARP or ARPACK as well as SuperLU must be enabled to use > 'sigma' > >------------------------------------------------------------------------------- >[0msp_mat_square_test >[0m------------------------------------------------------------------------------- >[0;37mspmat.cpp:1139 >............................................................................... > >[0m[0;37mspmat.cpp:1139: [0m[1;31mFAILED: >[0m[0;36m REQUIRE( c(1, 0) == d(1, 0) ) >[0mwith expansion: >[1;33m 0 == -0.0 >[0m >[1;31m======[0m[1;33m[0m[0;32m=========================================================================[0m >test cases: 338[0;37m | [0m[0;32m 312 passed[0m[0;37m | [0m[1;31m26 failed[0m >assertions: 841621[0;37m | [0m[0;32m841595 passed[0m[0;37m | [0m[1;31m26 failed[0m > > [31;01m*[0m ERROR: sci-libs/armadillo-11.4.0::gentoo failed (test phase): > [31;01m*[0m (no error message) > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 136: Called src_test > [31;01m*[0m environment, line 2278: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m LD_LIBRARY_PATH="..:${LD_LIBRARY_PATH}" ./main || die; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=sci-libs/armadillo-11.4.0::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=sci-libs/armadillo-11.4.0::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/log/portage/build/sci-libs/armadillo-11.4.0:20230320-175958.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/sci-libs/armadillo-11.4.0/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/sci-libs/armadillo-11.4.0/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0/tests2' > [31;01m*[0m S: '/var/tmp/portage/sci-libs/armadillo-11.4.0/work/armadillo-11.4.0'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 902451
: 858447 |
858457
|
866516
|
907202