conda-forge / hepmc3-feedstock

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

Arch Migrator #3

Closed regro-cf-autotick-bot closed 4 years ago

regro-cf-autotick-bot commented 4 years ago

This feedstock is being rebuilt as part of the aarch64/ppc64le migration

cc: @conda-forge/arm-arch

Please don't close this PR without reaching out the the ARM migrators first

conda-forge-linter commented 4 years 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.

hmaarrfk commented 4 years ago

This is a sha mismatch that seems to be common to more than just aarch. Can you update the main recepe first in an other PR

gartung commented 4 years ago
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
364 CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
365 CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
366 -- Configuring incomplete, errors occurred!
367 See also "$SRC_DIR/build/CMakeFiles/CMakeOutput.log".
368 -- Cache values
369 // Path to a program.
370 CMAKE_MAKE_PROGRAM:FILEPATH=CMAKE_MAKE_PROGRAM-NOTFOUND
hmaarrfk commented 4 years ago

I think you need to add make as a dependency.

gartung commented 4 years ago
+docker run -v /home/travis/build/conda-forge/hepmc3-feedstock/recipe:/home/conda/recipe_root:ro,z -v /home/travis/build/conda-forge/hepmc3-feedstock:/home/conda/feedstock_root:rw,z -e CONFIG -e BINSTAR_TOKEN -e HOST_USER_ID -e UPLOAD_PACKAGES -e GIT_BRANCH -e UPLOAD_ON_BRANCH -e CI condaforge/linux-anvil-ppc64le bash /home/conda/feedstock_root/.scripts/build_steps.sh
267Unable to find image 'condaforge/linux-anvil-ppc64le:latest' locally
268latest: Pulling from condaforge/linux-anvil-ppc64le
269
270Status: Downloaded newer image for condaforge/linux-anvil-ppc64le:latest
271standard_init_linux.go:190: exec user process caused "exec format error"
272The command "if [[ ${PLATFORM} =~ .*linux.* ]]; then ./.scripts/run_docker_build.sh; fi" exited with 1.
273
274
275
chrisburr commented 4 years ago

+docker run -v /home/travis/build/conda-forge/hepmc3-feedstock/recipe:/home/conda/recipe_root:ro,z -v /home/travis/build/conda-forge/hepmc3-feedstock:/home/conda/feedstock_root:rw,z -e CONFIG -e BINSTAR_TOKEN -e HOST_USER_ID -e UPLOAD_PACKAGES -e GIT_BRANCH -e UPLOAD_ON_BRANCH -e CI condaforge/linux-anvil-ppc64le bash /home/conda/feedstock_root/.scripts/build_steps.sh 267Unable to find image 'condaforge/linux-anvil-ppc64le:latest' locally 268latest: Pulling from condaforge/linux-anvil-ppc64le 269 270Status: Downloaded newer image for condaforge/linux-anvil-ppc64le:latest 271standard_init_linux.go:190: exec user process caused "exec format error" 272The command "if [[ ${PLATFORM} =~ .linux. ]]; then ./.scripts/run_docker_build.sh; fi" exited with 1. 273 274 275

This one can be ignored. Only Travis CI.com has POWER machines, .org has x86 and ignores the arch flag in the configuration.