Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ginkgo: add version 1.8.0 #24491

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

ginkgo: add version 1.8.0 #24491

wants to merge 1 commit into from

Conversation

upsj
Copy link
Contributor

@upsj upsj commented Jul 1, 2024

Summary

Changes to recipe: ginkgo/1.8.0

Motivation/Details

A new version was released, so this adds the tag to the version list


@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 1 (aec5cb971f1e3a2b62ea8f47b83d9a8a78b0be95):

  • ginkgo/1.8.0:
    CI failed to create some packages (All logs)

    Logs for packageID 127af201a4cdf8111e2e08540525c245c9b3b99e:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=Visual Studio
    compiler.runtime=MD
    compiler.version=16
    os=Windows
    [options]
    ginkgo:shared=True
    
    [...]
    test_package.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl gko::solver::Bicgstab<double>::apply_impl(class gko::LinOp const *,class gko::LinOp const *,class gko::LinOp const *,class gko::LinOp *)const " (?apply_impl@?$Bicgstab@N@solver@gko@@MEBAXPEBVLinOp@3@00PEAV43@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl gko::preconditioner::Jacobi<double,int>::convert_to(class gko::matrix::Dense<double> *)const " (?convert_to@?$Jacobi@NH@preconditioner@gko@@UEBAXPEAV?$Dense@N@matrix@3@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl gko::preconditioner::Jacobi<double,int>::move_to(class gko::matrix::Dense<double> *)" (?move_to@?$Jacobi@NH@preconditioner@gko@@UEAAXPEAV?$Dense@N@matrix@3@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl gko::preconditioner::Jacobi<double,int>::write(struct gko::matrix_data<double,int> &)const " (?write@?$Jacobi@NH@preconditioner@gko@@UEBAXAEAU?$matrix_data@NH@3@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual class std::unique_ptr<class gko::LinOp,struct std::default_delete<class gko::LinOp> > __cdecl gko::preconditioner::Jacobi<double,int>::transpose(void)const " (?transpose@?$Jacobi@NH@preconditioner@gko@@UEBA?AV?$unique_ptr@VLinOp@gko@@U?$default_delete@VLinOp@gko@@@std@@@std@@XZ) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual class std::unique_ptr<class gko::LinOp,struct std::default_delete<class gko::LinOp> > __cdecl gko::preconditioner::Jacobi<double,int>::conj_transpose(void)const " (?conj_transpose@?$Jacobi@NH@preconditioner@gko@@UEBA?AV?$unique_ptr@VLinOp@gko@@U?$default_delete@VLinOp@gko@@@std@@@std@@XZ) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: class gko::preconditioner::Jacobi<double,int> & __cdecl gko::preconditioner::Jacobi<double,int>::operator=(class gko::preconditioner::Jacobi<double,int> const &)" (??4?$Jacobi@NH@preconditioner@gko@@QEAAAEAV012@AEBV012@@Z) referenced in function "public: virtual void __cdecl gko::EnablePolymorphicAssignment<class gko::preconditioner::Jacobi<double,int>,class gko::preconditioner::Jacobi<double,int> >::convert_to(class gko::preconditioner::Jacobi<double,int> *)const " (?convert_to@?$EnablePolymorphicAssignment@V?$Jacobi@NH@preconditioner@gko@@V123@@gko@@UEBAXPEAV?$Jacobi@NH@preconditioner@2@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: class gko::preconditioner::Jacobi<double,int> & __cdecl gko::preconditioner::Jacobi<double,int>::operator=(class gko::preconditioner::Jacobi<double,int> &&)" (??4?$Jacobi@NH@preconditioner@gko@@QEAAAEAV012@$$QEAV012@@Z) referenced in function "protected: virtual class gko::PolymorphicObject * __cdecl gko::EnablePolymorphicObject<class gko::preconditioner::Jacobi<double,int>,class gko::LinOp>::clear_impl(void)" (?clear_impl@?$EnablePolymorphicObject@V?$Jacobi@NH@preconditioner@gko@@VLinOp@3@@gko@@MEAAPEAVPolymorphicObject@2@XZ) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "protected: void __cdecl gko::preconditioner::Jacobi<double,int>::generate(class gko::LinOp const *,bool)" (?generate@?$Jacobi@NH@preconditioner@gko@@IEAAXPEBVLinOp@3@_N@Z) referenced in function "protected: __cdecl gko::preconditioner::Jacobi<double,int>::Jacobi<double,int>(class gko::preconditioner::Jacobi<double,int>::Factory const *,class std::shared_ptr<class gko::LinOp const >)" (??0?$Jacobi@NH@preconditioner@gko@@IEAA@PEBVFactory@012@V?$shared_ptr@$$CBVLinOp@gko@@@std@@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl gko::preconditioner::Jacobi<double,int>::apply_impl(class gko::LinOp const *,class gko::LinOp *)const " (?apply_impl@?$Jacobi@NH@preconditioner@gko@@MEBAXPEBVLinOp@3@PEAV43@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl gko::preconditioner::Jacobi<double,int>::apply_impl(class gko::LinOp const *,class gko::LinOp const *,class gko::LinOp const *,class gko::LinOp *)const " (?apply_impl@?$Jacobi@NH@preconditioner@gko@@MEBAXPEBVLinOp@3@00PEAV43@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "protected: virtual bool __cdecl gko::stop::ResidualNormBase<double>::check_impl(unsigned char,bool,class gko::array<class gko::stopping_status> *,bool *,class gko::stop::Criterion::Updater const &)" (?check_impl@?$ResidualNormBase@N@stop@gko@@MEAA_NE_NPEAV?$array@Vstopping_status@gko@@@3@PEA_NAEBVUpdater@Criterion@23@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "protected: __cdecl gko::stop::ResidualNormBase<double>::ResidualNormBase<double>(class std::shared_ptr<class gko::Executor const >,struct gko::stop::CriterionArgs const &,double,enum gko::stop::mode)" (??0?$ResidualNormBase@N@stop@gko@@IEAA@V?$shared_ptr@$$CBVExecutor@gko@@@std@@AEBUCriterionArgs@12@NW4mode@12@@Z) referenced in function "protected: virtual class std::unique_ptr<class gko::stop::Criterion,struct std::default_delete<class gko::stop::Criterion> > __cdecl gko::EnableDefaultFactory<class gko::stop::ResidualNormReduction<double>::Factory,class gko::stop::ResidualNormReduction<double>,struct gko::stop::ResidualNormReduction<double>::parameters_type,class gko::AbstractFactory<class gko::stop::Criterion,struct gko::stop::CriterionArgs> >::generate_impl(struct gko::stop::CriterionArgs)const " (?generate_impl@?$EnableDefaultFactory@VFactory@?$ResidualNormReduction@N@stop@gko@@V234@Uparameters_type@234@V?$AbstractFactory@VCriterion@stop@gko@@UCriterionArgs@23@@4@@gko@@MEBA?AV?$unique_ptr@VCriterion@stop@gko@@U?$default_delete@VCriterion@stop@gko@@@std@@@std@@UCriterionArgs@stop@2@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: static int __cdecl gko::solver::workspace_traits<class gko::solver::Bicgstab<double> >::num_vectors(class gko::solver::Bicgstab<double> const &)" (?num_vectors@?$workspace_traits@V?$Bicgstab@N@solver@gko@@@solver@gko@@SAHAEBV?$Bicgstab@N@23@@Z) referenced in function "public: virtual int __cdecl gko::solver::EnableSolverBase<class gko::solver::Bicgstab<double>,class gko::LinOp>::get_num_workspace_ops(void)const " (?get_num_workspace_ops@?$EnableSolverBase@V?$Bicgstab@N@solver@gko@@VLinOp@3@@solver@gko@@UEBAHXZ) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: static class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > __cdecl gko::solver::workspace_traits<class gko::solver::Bicgstab<double> >::op_names(class gko::solver::Bicgstab<double> const &)" (?op_names@?$workspace_traits@V?$Bicgstab@N@solver@gko@@@solver@gko@@SA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AEBV?$Bicgstab@N@23@@Z) referenced in function "public: virtual class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > __cdecl gko::solver::EnableSolverBase<class gko::solver::Bicgstab<double>,class gko::LinOp>::get_workspace_op_names(void)const " (?get_workspace_op_names@?$EnableSolverBase@V?$Bicgstab@N@solver@gko@@VLinOp@3@@solver@gko@@UEBA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: static class std::vector<int,class std::allocator<int> > __cdecl gko::solver::workspace_traits<class gko::solver::Bicgstab<double> >::scalars(class gko::solver::Bicgstab<double> const &)" (?scalars@?$workspace_traits@V?$Bicgstab@N@solver@gko@@@solver@gko@@SA?AV?$vector@HV?$allocator@H@std@@@std@@AEBV?$Bicgstab@N@23@@Z) referenced in function "public: virtual class std::vector<int,class std::allocator<int> > __cdecl gko::solver::EnableSolverBase<class gko::solver::Bicgstab<double>,class gko::LinOp>::get_workspace_scalars(void)const " (?get_workspace_scalars@?$EnableSolverBase@V?$Bicgstab@N@solver@gko@@VLinOp@3@@solver@gko@@UEBA?AV?$vector@HV?$allocator@H@std@@@std@@XZ) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: static class std::vector<int,class std::allocator<int> > __cdecl gko::solver::workspace_traits<class gko::solver::Bicgstab<double> >::vectors(class gko::solver::Bicgstab<double> const &)" (?vectors@?$workspace_traits@V?$Bicgstab@N@solver@gko@@@solver@gko@@SA?AV?$vector@HV?$allocator@H@std@@@std@@AEBV?$Bicgstab@N@23@@Z) referenced in function "public: virtual class std::vector<int,class std::allocator<int> > __cdecl gko::solver::EnableSolverBase<class gko::solver::Bicgstab<double>,class gko::LinOp>::get_workspace_vectors(void)const " (?get_workspace_vectors@?$EnableSolverBase@V?$Bicgstab@N@solver@gko@@VLinOp@3@@solver@gko@@UEBA?AV?$vector@HV?$allocator@H@std@@@std@@XZ) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: static class std::unique_ptr<class gko::matrix::Identity<double>,struct std::default_delete<class gko::matrix::Identity<double> > > __cdecl gko::matrix::Identity<double>::create(class std::shared_ptr<class gko::Executor const >,struct gko::dim<2,unsigned __int64>)" (?create@?$Identity@N@matrix@gko@@SA?AV?$unique_ptr@V?$Identity@N@matrix@gko@@U?$default_delete@V?$Identity@N@matrix@gko@@@std@@@std@@V?$shared_ptr@$$CBVExecutor@gko@@@5@U?$dim@$01_K@3@@Z) referenced in function "private: static class std::shared_ptr<class gko::LinOp const > __cdecl gko::solver::EnablePreconditionedIterativeSolver<double,class gko::solver::Bicgstab<double> >::generate_preconditioner<struct gko::solver::Bicgstab<double>::parameters_type>(class std::shared_ptr<class gko::LinOp const >,struct gko::solver::Bicgstab<double>::parameters_type const &)" (??$generate_preconditioner@Uparameters_type@?$Bicgstab@N@solver@gko@@@?$EnablePreconditionedIterativeSolver@NV?$Bicgstab@N@solver@gko@@@solver@gko@@CA?AV?$shared_ptr@$$CBVLinOp@gko@@@std@@V34@AEBUparameters_type@?$Bicgstab@N@12@@Z) [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\bin\test_package.exe : fatal error LNK1120: 25 unresolved externals [C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace\test_package\test_package.vcxproj]
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_EXPORT_NO_PACKAGE_REGISTRY
        CMAKE_INSTALL_BINDIR
        CMAKE_INSTALL_DATAROOTDIR
        CMAKE_INSTALL_INCLUDEDIR
        CMAKE_INSTALL_LIBDIR
        CMAKE_INSTALL_LIBEXECDIR
        CMAKE_INSTALL_OLDINCLUDEDIR
        CMAKE_INSTALL_SBINDIR
    
    
    WARN: *** Conan 1 is legacy and on a deprecation path ***
    WARN: *** Please upgrade to Conan 2 ***
    ginkgo/1.8.0 (test package): WARN: 
         ************************************************
         The 'cmake_find_package_multi' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    ginkgo/1.8.0 (test package): WARN: 
         ************************************************
         The 'cmake' generator is deprecated.
         Please update your code and remove it.
         *************************************************
    
    ginkgo/1.8.0 (test package): WARN: **** The 'from conans import CMake' helper is deprecated. Please update your code and remove it. ****
    ERROR: ginkgo/1.8.0 (test package): Error in build() method, line 12
    	cmake.build()
    	ConanException: Error 1 while executing cmake --build C:\J\workspace\prod-v1\bsr\cci-25e8aa90\recipes\ginkgo\all\test_v1_package\build\eae81754e81499608c50723ade7306dcf5e07ace --config Release -- /m:8 /verbosity:minimal
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.


Conan v2 pipeline ❌

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

Failure in build 1 (aec5cb971f1e3a2b62ea8f47b83d9a8a78b0be95):

  • ginkgo/1.8.0:
    CI failed to create some packages (All logs)

    Logs for packageID 0f7c26a14f30a2910fb325375c190b59fa5176e7:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=msvc
    compiler.cppstd=14
    compiler.runtime=dynamic
    compiler.runtime_type=Release
    compiler.version=192
    os=Windows
    [options]
    */*:shared=True
    
    [...]
    -- Conan: Component target declared 'Ginkgo::ginkgo_cuda'
    -- Conan: Component target declared 'Ginkgo::ginkgo_omp'
    -- Conan: Component target declared 'Ginkgo::ginkgo'
    -- Configuring done
    -- Generating done
    -- Build files have been written to: C:/J/workspace/prod-v2/bsr/cci-8698de4c/recipes/ginkgo/all/test_package/build/msvc-192-x86_64-14-release
    
    ginkgo/1.8.0 (test package): Running CMake.build()
    ginkgo/1.8.0 (test package): RUN: cmake --build "C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release" --config Release
    Microsoft (R) Build Engine version 16.11.2+f32259642 for .NET Framework
    Copyright (C) Microsoft Corporation. All rights reserved.
    
      Checking Build System
      Building Custom Rule C:/J/workspace/prod-v2/bsr/cci-8698de4c/recipes/ginkgo/all/test_package/CMakeLists.txt
      test_package.cpp
    C:\J\workspace\prod-v2\bsr\57303\eebab\p\b\ginkgc3b706b25df88\p\include\ginkgo/core/base/intrinsics.hpp(28,24): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    C:\J\workspace\prod-v2\bsr\57303\eebab\p\b\ginkgc3b706b25df88\p\include\ginkgo/core/base/intrinsics.hpp(42,24): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\test_package.cpp(11,66): warning C4996: 'gko::stop::ResidualNormReduction<gko::default_precision>': Please use the class ResidualNorm with the factory parameter baseline = mode::initial_resnorm [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    C:\J\workspace\prod-v2\bsr\57303\eebab\p\b\ginkgc3b706b25df88\p\include\ginkgo/core/stop/residual_norm.hpp(241,5): message : see declaration of 'gko::stop::ResidualNormReduction' [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\test_package.cpp(11,61): warning C4996: 'gko::stop::ResidualNormReduction<gko::default_precision>::build': Please use the class ResidualNorm with the factory parameter baseline = mode::initial_resnorm [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual void * __cdecl gko::CpuAllocator::allocate(unsigned __int64)" (?allocate@CpuAllocator@gko@@UEAAPEAX_K@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl gko::CpuAllocator::deallocate(void *)" (?deallocate@CpuAllocator@gko@@UEAAXPEAX@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: __cdecl gko::stop::Combined::Factory::Factory(class std::shared_ptr<class gko::Executor const >,struct gko::stop::Combined::parameters_type const &)" (??0Factory@Combined@stop@gko@@QEAA@V?$shared_ptr@$$CBVExecutor@gko@@@std@@AEBUparameters_type@123@@Z) referenced in function "public: class std::unique_ptr<class gko::stop::Combined::Factory,struct std::default_delete<class gko::stop::Combined::Factory> > __cdecl gko::enable_parameters_type<struct gko::stop::Combined::parameters_type,class gko::stop::Combined::Factory>::on(class std::shared_ptr<class gko::Executor const >)const " (?on@?$enable_parameters_type@Uparameters_type@Combined@stop@gko@@VFactory@234@@gko@@QEBA?AV?$unique_ptr@VFactory@Combined@stop@gko@@U?$default_delete@VFactory@Combined@stop@gko@@@std@@@std@@V?$shared_ptr@$$CBVExecutor@gko@@@4@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "protected: virtual bool __cdecl gko::stop::Iteration::check_impl(unsigned char,bool,class gko::array<class gko::stopping_status> *,bool *,class gko::stop::Criterion::Updater const &)" (?check_impl@Iteration@stop@gko@@MEAA_NE_NPEAV?$array@Vstopping_status@gko@@@3@PEA_NAEBVUpdater@Criterion@23@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual class std::unique_ptr<class gko::LinOp,struct std::default_delete<class gko::LinOp> > __cdecl gko::solver::Bicgstab<double>::transpose(void)const " (?transpose@?$Bicgstab@N@solver@gko@@UEBA?AV?$unique_ptr@VLinOp@gko@@U?$default_delete@VLinOp@gko@@@std@@@std@@XZ) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual class std::unique_ptr<class gko::LinOp,struct std::default_delete<class gko::LinOp> > __cdecl gko::solver::Bicgstab<double>::conj_transpose(void)const " (?conj_transpose@?$Bicgstab@N@solver@gko@@UEBA?AV?$unique_ptr@VLinOp@gko@@U?$default_delete@VLinOp@gko@@@std@@@std@@XZ) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl gko::solver::Bicgstab<double>::apply_impl(class gko::LinOp const *,class gko::LinOp *)const " (?apply_impl@?$Bicgstab@N@solver@gko@@MEBAXPEBVLinOp@3@PEAV43@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl gko::solver::Bicgstab<double>::apply_impl(class gko::LinOp const *,class gko::LinOp const *,class gko::LinOp const *,class gko::LinOp *)const " (?apply_impl@?$Bicgstab@N@solver@gko@@MEBAXPEBVLinOp@3@00PEAV43@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl gko::preconditioner::Jacobi<double,int>::convert_to(class gko::matrix::Dense<double> *)const " (?convert_to@?$Jacobi@NH@preconditioner@gko@@UEBAXPEAV?$Dense@N@matrix@3@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl gko::preconditioner::Jacobi<double,int>::move_to(class gko::matrix::Dense<double> *)" (?move_to@?$Jacobi@NH@preconditioner@gko@@UEAAXPEAV?$Dense@N@matrix@3@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual void __cdecl gko::preconditioner::Jacobi<double,int>::write(struct gko::matrix_data<double,int> &)const " (?write@?$Jacobi@NH@preconditioner@gko@@UEBAXAEAU?$matrix_data@NH@3@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual class std::unique_ptr<class gko::LinOp,struct std::default_delete<class gko::LinOp> > __cdecl gko::preconditioner::Jacobi<double,int>::transpose(void)const " (?transpose@?$Jacobi@NH@preconditioner@gko@@UEBA?AV?$unique_ptr@VLinOp@gko@@U?$default_delete@VLinOp@gko@@@std@@@std@@XZ) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "public: virtual class std::unique_ptr<class gko::LinOp,struct std::default_delete<class gko::LinOp> > __cdecl gko::preconditioner::Jacobi<double,int>::conj_transpose(void)const " (?conj_transpose@?$Jacobi@NH@preconditioner@gko@@UEBA?AV?$unique_ptr@VLinOp@gko@@U?$default_delete@VLinOp@gko@@@std@@@std@@XZ) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: class gko::preconditioner::Jacobi<double,int> & __cdecl gko::preconditioner::Jacobi<double,int>::operator=(class gko::preconditioner::Jacobi<double,int> const &)" (??4?$Jacobi@NH@preconditioner@gko@@QEAAAEAV012@AEBV012@@Z) referenced in function "public: virtual void __cdecl gko::EnablePolymorphicAssignment<class gko::preconditioner::Jacobi<double,int>,class gko::preconditioner::Jacobi<double,int> >::convert_to(class gko::preconditioner::Jacobi<double,int> *)const " (?convert_to@?$EnablePolymorphicAssignment@V?$Jacobi@NH@preconditioner@gko@@V123@@gko@@UEBAXPEAV?$Jacobi@NH@preconditioner@2@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: class gko::preconditioner::Jacobi<double,int> & __cdecl gko::preconditioner::Jacobi<double,int>::operator=(class gko::preconditioner::Jacobi<double,int> &&)" (??4?$Jacobi@NH@preconditioner@gko@@QEAAAEAV012@$$QEAV012@@Z) referenced in function "protected: virtual class gko::PolymorphicObject * __cdecl gko::EnablePolymorphicObject<class gko::preconditioner::Jacobi<double,int>,class gko::LinOp>::clear_impl(void)" (?clear_impl@?$EnablePolymorphicObject@V?$Jacobi@NH@preconditioner@gko@@VLinOp@3@@gko@@MEAAPEAVPolymorphicObject@2@XZ) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "protected: void __cdecl gko::preconditioner::Jacobi<double,int>::generate(class gko::LinOp const *,bool)" (?generate@?$Jacobi@NH@preconditioner@gko@@IEAAXPEBVLinOp@3@_N@Z) referenced in function "protected: __cdecl gko::preconditioner::Jacobi<double,int>::Jacobi<double,int>(class gko::preconditioner::Jacobi<double,int>::Factory const *,class std::shared_ptr<class gko::LinOp const >)" (??0?$Jacobi@NH@preconditioner@gko@@IEAA@PEBVFactory@012@V?$shared_ptr@$$CBVLinOp@gko@@@std@@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl gko::preconditioner::Jacobi<double,int>::apply_impl(class gko::LinOp const *,class gko::LinOp *)const " (?apply_impl@?$Jacobi@NH@preconditioner@gko@@MEBAXPEBVLinOp@3@PEAV43@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "protected: virtual void __cdecl gko::preconditioner::Jacobi<double,int>::apply_impl(class gko::LinOp const *,class gko::LinOp const *,class gko::LinOp const *,class gko::LinOp *)const " (?apply_impl@?$Jacobi@NH@preconditioner@gko@@MEBAXPEBVLinOp@3@00PEAV43@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2001: unresolved external symbol "protected: virtual bool __cdecl gko::stop::ResidualNormBase<double>::check_impl(unsigned char,bool,class gko::array<class gko::stopping_status> *,bool *,class gko::stop::Criterion::Updater const &)" (?check_impl@?$ResidualNormBase@N@stop@gko@@MEAA_NE_NPEAV?$array@Vstopping_status@gko@@@3@PEA_NAEBVUpdater@Criterion@23@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "protected: __cdecl gko::stop::ResidualNormBase<double>::ResidualNormBase<double>(class std::shared_ptr<class gko::Executor const >,struct gko::stop::CriterionArgs const &,double,enum gko::stop::mode)" (??0?$ResidualNormBase@N@stop@gko@@IEAA@V?$shared_ptr@$$CBVExecutor@gko@@@std@@AEBUCriterionArgs@12@NW4mode@12@@Z) referenced in function "protected: virtual class std::unique_ptr<class gko::stop::Criterion,struct std::default_delete<class gko::stop::Criterion> > __cdecl gko::EnableDefaultFactory<class gko::stop::ResidualNormReduction<double>::Factory,class gko::stop::ResidualNormReduction<double>,struct gko::stop::ResidualNormReduction<double>::parameters_type,class gko::AbstractFactory<class gko::stop::Criterion,struct gko::stop::CriterionArgs> >::generate_impl(struct gko::stop::CriterionArgs)const " (?generate_impl@?$EnableDefaultFactory@VFactory@?$ResidualNormReduction@N@stop@gko@@V234@Uparameters_type@234@V?$AbstractFactory@VCriterion@stop@gko@@UCriterionArgs@23@@4@@gko@@MEBA?AV?$unique_ptr@VCriterion@stop@gko@@U?$default_delete@VCriterion@stop@gko@@@std@@@std@@UCriterionArgs@stop@2@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: static int __cdecl gko::solver::workspace_traits<class gko::solver::Bicgstab<double> >::num_vectors(class gko::solver::Bicgstab<double> const &)" (?num_vectors@?$workspace_traits@V?$Bicgstab@N@solver@gko@@@solver@gko@@SAHAEBV?$Bicgstab@N@23@@Z) referenced in function "public: virtual int __cdecl gko::solver::EnableSolverBase<class gko::solver::Bicgstab<double>,class gko::LinOp>::get_num_workspace_ops(void)const " (?get_num_workspace_ops@?$EnableSolverBase@V?$Bicgstab@N@solver@gko@@VLinOp@3@@solver@gko@@UEBAHXZ) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: static class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > __cdecl gko::solver::workspace_traits<class gko::solver::Bicgstab<double> >::op_names(class gko::solver::Bicgstab<double> const &)" (?op_names@?$workspace_traits@V?$Bicgstab@N@solver@gko@@@solver@gko@@SA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@AEBV?$Bicgstab@N@23@@Z) referenced in function "public: virtual class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > __cdecl gko::solver::EnableSolverBase<class gko::solver::Bicgstab<double>,class gko::LinOp>::get_workspace_op_names(void)const " (?get_workspace_op_names@?$EnableSolverBase@V?$Bicgstab@N@solver@gko@@VLinOp@3@@solver@gko@@UEBA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@XZ) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: static class std::vector<int,class std::allocator<int> > __cdecl gko::solver::workspace_traits<class gko::solver::Bicgstab<double> >::scalars(class gko::solver::Bicgstab<double> const &)" (?scalars@?$workspace_traits@V?$Bicgstab@N@solver@gko@@@solver@gko@@SA?AV?$vector@HV?$allocator@H@std@@@std@@AEBV?$Bicgstab@N@23@@Z) referenced in function "public: virtual class std::vector<int,class std::allocator<int> > __cdecl gko::solver::EnableSolverBase<class gko::solver::Bicgstab<double>,class gko::LinOp>::get_workspace_scalars(void)const " (?get_workspace_scalars@?$EnableSolverBase@V?$Bicgstab@N@solver@gko@@VLinOp@3@@solver@gko@@UEBA?AV?$vector@HV?$allocator@H@std@@@std@@XZ) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: static class std::vector<int,class std::allocator<int> > __cdecl gko::solver::workspace_traits<class gko::solver::Bicgstab<double> >::vectors(class gko::solver::Bicgstab<double> const &)" (?vectors@?$workspace_traits@V?$Bicgstab@N@solver@gko@@@solver@gko@@SA?AV?$vector@HV?$allocator@H@std@@@std@@AEBV?$Bicgstab@N@23@@Z) referenced in function "public: virtual class std::vector<int,class std::allocator<int> > __cdecl gko::solver::EnableSolverBase<class gko::solver::Bicgstab<double>,class gko::LinOp>::get_workspace_vectors(void)const " (?get_workspace_vectors@?$EnableSolverBase@V?$Bicgstab@N@solver@gko@@VLinOp@3@@solver@gko@@UEBA?AV?$vector@HV?$allocator@H@std@@@std@@XZ) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    test_package.obj : error LNK2019: unresolved external symbol "public: static class std::unique_ptr<class gko::matrix::Identity<double>,struct std::default_delete<class gko::matrix::Identity<double> > > __cdecl gko::matrix::Identity<double>::create(class std::shared_ptr<class gko::Executor const >,struct gko::dim<2,unsigned __int64>)" (?create@?$Identity@N@matrix@gko@@SA?AV?$unique_ptr@V?$Identity@N@matrix@gko@@U?$default_delete@V?$Identity@N@matrix@gko@@@std@@@std@@V?$shared_ptr@$$CBVExecutor@gko@@@5@U?$dim@$01_K@3@@Z) referenced in function "private: static class std::shared_ptr<class gko::LinOp const > __cdecl gko::solver::EnablePreconditionedIterativeSolver<double,class gko::solver::Bicgstab<double> >::generate_preconditioner<struct gko::solver::Bicgstab<double>::parameters_type>(class std::shared_ptr<class gko::LinOp const >,struct gko::solver::Bicgstab<double>::parameters_type const &)" (??$generate_preconditioner@Uparameters_type@?$Bicgstab@N@solver@gko@@@?$EnablePreconditionedIterativeSolver@NV?$Bicgstab@N@solver@gko@@@solver@gko@@CA?AV?$shared_ptr@$$CBVLinOp@gko@@@std@@V34@AEBUparameters_type@?$Bicgstab@N@12@@Z) [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\Release\test_package.exe : fatal error LNK1120: 25 unresolved externals [C:\J\workspace\prod-v2\bsr\cci-8698de4c\recipes\ginkgo\all\test_package\build\msvc-192-x86_64-14-release\test_package.vcxproj]
    
    ERROR: ginkgo/1.8.0 (test package): Error in build() method, line 21
    	cmake.build()
    	ConanException: Error 1 while executing
    

Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

@AbrilRBS AbrilRBS self-assigned this Jul 2, 2024
Copy link
Member

@AbrilRBS AbrilRBS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let us know if you need help with the compilation issues, happy to help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants