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

Rebuild for libboost 1.82 #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

regro-cf-autotick-bot
Copy link
Contributor

This PR has been triggered in an effort to update boost_cpp_to_libboost.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.


If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/6378571185, please use this URL for debugging.

@conda-forge-webservices
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@h-vetinari
Copy link
Member

[2/5] Building CXX object pythermo\CMakeFiles\pythermo_core.dir\src\ideal_gas.cpp.obj
FAILED: pythermo/CMakeFiles/pythermo_core.dir/src/ideal_gas.cpp.obj 
C:\PROGRA~1\MICROS~2\2022\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\HostX64\x64\cl.exe  /nologo /TP -DLIBTHERMO_USE_XTENSOR -DNOMINMAX -DXTENSOR_USE_TBB -DXTENSOR_USE_XSIMD -Dpythermo_core_EXPORTS -ID:\bld\libthermo_1696244660086\_h_env\lib\site-packages\numpy\core\include -ID:\bld\libthermo_1696244660086\work\include -external:ID:\bld\libthermo_1696244660086\_h_env\Library\include -external:ID:\bld\libthermo_1696244660086\_h_env\include -external:W0 /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG -std:c++17 /GL /bigobj /MP /showIncludes /Fopythermo\CMakeFiles\pythermo_core.dir\src\ideal_gas.cpp.obj /Fdpythermo\CMakeFiles\pythermo_core.dir\ /FS -c D:\bld\libthermo_1696244660086\work\pythermo\src\ideal_gas.cpp
D:\bld\libthermo_1696244660086\_h_env\Library\include\xtensor\xassign.hpp(1256): error C3493: 'needs_cast' cannot be implicitly captured because no default capture mode has been specified
D:\bld\libthermo_1696244660086\_h_env\Library\include\xtensor\xassign.hpp(1343): note: see reference to function template instantiation 'void xt::strided_loop_assigner<true>::run<E1,E2>(E1 &,const E2 &,const xt::strided_loop_assigner<true>::loop_sizes_t &)' being compiled
        with
        [
            E1=xt::pyarray<double,xt::layout_type::row_major>,
            E2=xt::xfunction<xt::detail::divides,xt::xfunction<xt::detail::multiplies,xt::xscalar<double>,xt::xfunction<xt::math::log_fun,xt::xfunction<xt::detail::divides,const xt::pyarray<double,xt::layout_type::row_major> &,const xt::pyarray<double,xt::layout_type::row_major> &>>>,xt::xfunction<xt::math::log_fun,xt::xfunction<xt::detail::divides,const xt::pyarray<double,xt::layout_type::row_major> &,const xt::pyarray<double,xt::layout_type::row_major> &>>>
        ]

@h-vetinari
Copy link
Member

Based on this SO, it sounds like we need to add [&] to a lambda somewhere.

CC @adriendelsalle

@adriendelsalle
Copy link
Member

Hi! Looks like it's a msvc bug, already spotted upstream on xtensor issue

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

Successfully merging this pull request may close these issues.

3 participants