conda-forge / warpx-feedstock

A conda-smithy repository for warpx.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

warpx v23.03 #63

Closed regro-cf-autotick-bot closed 1 year ago

regro-cf-autotick-bot commented 1 year ago

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with code>@conda-forge-admin,</codeplease add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. 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 code>@<space/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/4311467179, please use this URL for debugging.

conda-forge-webservices[bot] commented 1 year ago

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.

ax3l commented 1 year ago

Uff, that macOS build error in AMReX is new:

$BUILD_PREFIX/bin/ccache $BUILD_PREFIX/bin/x86_64-apple-darwin13.4.0-clang++ -DWARPX_DIM_1D_Z -DWARPX_QED -DWARPX_USE_OPENPMD -DWARPX_USE_PSATD -DWARPX_ZINDEX=0 -DWarpX_FFTW_OMP=1 -I$SRC_DIR/Source -I$SRC_DIR/build/Source -I$SRC_DIR/build/_deps/fetchedamrex-src/Tools/C_scripts -I$SRC_DIR/build/_deps/fetchedpicsar-src/multi_physics/QED/include -isystem $SRC_DIR/build/_deps/fetchedamrex-src/Src/Base -isystem $SRC_DIR/build/_deps/fetchedamrex-src/Src/Base/Parser -isystem $SRC_DIR/build/_deps/fetchedamrex-src/Src/Boundary -isystem $SRC_DIR/build/_deps/fetchedamrex-src/Src/AmrCore -isystem $SRC_DIR/build/_deps/fetchedamrex-src/Src/LinearSolvers/MLMG -isystem $SRC_DIR/build/_deps/fetchedamrex-src/Src/Particle -isystem $SRC_DIR/build/_deps/fetchedamrex-build -march=core2 -mtune=haswell -mssse3 -ftree-vectorize -fPIC -fPIE -fstack-protector-strong -O2 -pipe -stdlib=libc++ -fvisibility-inlines-hidden -fmessage-length=0 -isystem $PREFIX/include -fdebug-prefix-map=$SRC_DIR=/usr/local/src/conda/warpx-23.03 -fdebug-prefix-map=$PREFIX=/usr/local/src/conda-prefix -D_LIBCPP_DISABLE_AVAILABILITY -Wall -Wextra -Wpedantic -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -O2 -g -DNDEBUG -isysroot /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -mmacosx-version-min=10.9 -fPIC -fopenmp=libomp -std=c++17 -MD -MT CMakeFiles/WarpX.dir/Source/Particles/Collision/CollisionHandler.cpp.o -MF CMakeFiles/WarpX.dir/Source/Particles/Collision/CollisionHandler.cpp.o.d -o CMakeFiles/WarpX.dir/Source/Particles/Collision/CollisionHandler.cpp.o -c $SRC_DIR/Source/Particles/Collision/CollisionHandler.cpp

In file included from /Users/runner/miniforge3/conda-bld/warpx_1677743981740/work/Source/Particles/Collision/CollisionHandler.cpp:7:
In file included from /Users/runner/miniforge3/conda-bld/warpx_1677743981740/work/Source/Particles/Collision/CollisionHandler.H:10:
In file included from /Users/runner/miniforge3/conda-bld/warpx_1677743981740/work/Source/Particles/Collision/CollisionBase.H:13:
In file included from /Users/runner/miniforge3/conda-bld/warpx_1677743981740/work/build/_deps/fetchedamrex-src/Src/Base/AMReX_Vector.H:9:/Users/runner/miniforge3/conda-bld/warpx_1677743981740/work/build/_deps/fetchedamrex-src/Src/Base/AMReX_Array.H:32:12: error: cannot initialize a parameter of type 'void *' with an rvalue of type 'double *__restrict (*)[4]'
    struct GpuArray
           ^~~~~~~~
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/work/build/_deps/fetchedamrex-src/Src/Particle/AMReX_ParticleTile.H:16:8: note: in implicit move assignment operator for 'amrex::GpuArray<double *__restrict, 4>' first required here
struct ParticleTileData
       ^
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/_build_env/bin/../include/c++/v1/__algorithm/move.h:34:15: note: in implicit move assignment operator for 'amrex::ParticleTileData<0, 0, 4, 0>' first required here
    *__result = _IterOps<_AlgPolicy>::__iter_move(__first);
              ^
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/_build_env/bin/../include/c++/v1/__algorithm/move.h:54:17: note: in instantiation of function template specialization 'std::__move_impl<std::_ClassicAlgPolicy, amrex::ParticleTileData<0, 0, 4, 0> *, amrex::ParticleTileData<0, 0, 4, 0> *, amrex::ParticleTileData<0, 0, 4, 0> *>' requested here
    return std::__move_impl<_AlgPolicy, _InType*, _InType*, _OutType*>(__first, __last, __result);
                ^
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/_build_env/bin/../include/c++/v1/__algorithm/move.h:87:8: note: in instantiation of function template specialization 'std::__move_impl<std::_ClassicAlgPolicy, amrex::ParticleTileData<0, 0, 4, 0>, amrex::ParticleTileData<0, 0, 4, 0>, void>' requested here
  std::__move_impl<_AlgPolicy>(__last_base, __first_base, __result_first);
       ^
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/_build_env/bin/../include/c++/v1/__algorithm/move.h:97:21: note: in instantiation of function template specialization 'std::__move_impl<std::_ClassicAlgPolicy, amrex::ParticleTileData<0, 0, 4, 0> *, amrex::ParticleTileData<0, 0, 4, 0> *, 0>' requested here
  auto __ret = std::__move_impl<_AlgPolicy>(
                    ^
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/_build_env/bin/../include/c++/v1/__algorithm/move.h:114:15: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  return std::__move<_ClassicAlgPolicy>(__first, __last, __result).second;
              ^
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/_build_env/bin/../include/c++/v1/__memory/uninitialized_algorithms.h:635:17: note: in instantiation of function template specialization 'std::move<std::reverse_iterator<amrex::ParticleTileData<0, 0, 4, 0> *>, std::reverse_iterator<amrex::ParticleTileData<0, 0, 4, 0> *>>' requested here
    return std::move(__first1, __last1, __first2);
                ^
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/_build_env/bin/../include/c++/v1/vector:924:27: note: in instantiation of function template specialization 'std::__uninitialized_allocator_move_if_noexcept<std::allocator<amrex::ParticleTileData<0, 0, 4, 0>>, std::reverse_iterator<amrex::ParticleTileData<0, 0, 4, 0> *>, std::reverse_iterator<amrex::ParticleTileData<0, 0, 4, 0> *>, amrex::ParticleTileData<0, 0, 4, 0>, void>' requested here
    __v.__begin_   = std::__uninitialized_allocator_move_if_noexcept(
                          ^
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/_build_env/bin/../include/c++/v1/vector:1573:5: note: in instantiation of member function 'std::vector<amrex::ParticleTileData<0, 0, 4, 0>>::__swap_out_circular_buffer' requested here
    __swap_out_circular_buffer(__v);
    ^
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/_build_env/bin/../include/c++/v1/vector:1601:9: note: in instantiation of function template specialization 'std::vector<amrex::ParticleTileData<0, 0, 4, 0>>::__push_back_slow_path<amrex::ParticleTileData<0, 0, 4, 0>>' requested here
        __push_back_slow_path(_VSTD::move(__x));
        ^
/Users/runner/miniforge3/conda-bld/warpx_1677743981740/work/Source/Particles/Collision/BinaryCollision/ParticleCreationFunc.H:142:26: note: in instantiation of member function 'std::vector<amrex::ParticleTileData<0, 0, 4, 0>>::push_back' requested here
            soa_products.push_back(tile_products[i]->getParticleTileData());
                         ^

Uses AppleClang 14.0.6 with a recent libc++.