You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
I spent some time trying to install cmake in our Debian 7.9 Docker image, but it fails due to the repositories were archived/moved from the standard location. @tacaswell suggested to use deb http://archive.debian.org/debian wheezy main, which worked, but after an attempt to build the package, it turned out the version of cmake was pretty old. Attempted to use conda's version of cmake, which worked better, however the following error was observed:
--FoundGit: /usr/bin/git (found version "1.7.10.4")
CMakeErrorat/conda/envs/bpy/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
CouldNOTfindJPEG(missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
CallStack(mostrecentcallfirst):
/conda/envs/bpy/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/conda/envs/bpy/share/cmake-3.14/Modules/FindJPEG.cmake:100 (find_package_handle_standard_args)
build_files/cmake/platform/platform_unix.cmake:51 (find_package)
build_files/cmake/platform/platform_unix.cmake:55 (find_package_wrapper)
CMakeLists.txt:879 (include)
-- Configuring incomplete, errors occurred!
See also "/tmp/pip-install-do015pee/bpy/build/temp.linux-x86_64-3.6/CMakeFiles/CMakeOutput.log".
error: command 'cmake' failed with exit status 1
The text was updated successfully, but these errors were encountered:
A CHX user's requested to build bpy. Here is what we found about this non-standard package:
cmake
to build the package.I spent some time trying to install
cmake
in our Debian 7.9 Docker image, but it fails due to the repositories were archived/moved from the standard location. @tacaswell suggested to usedeb http://archive.debian.org/debian wheezy main
, which worked, but after an attempt to build the package, it turned out the version ofcmake
was pretty old. Attempted to use conda's version of cmake, which worked better, however the following error was observed:The text was updated successfully, but these errors were encountered: