We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installation of MIOpen deps fail due to the above. cget install pfultz2/cget-recipes works but does not help.
cget install pfultz2/cget-recipes
# cmake -P install_deps.cmake /usr/local/pip install cget Requirement already satisfied: cget in /usr/local/lib/python3.8/dist-packages (0.2.1) Requirement already satisfied: six>=1.10 in /usr/local/lib/python3.8/site-packages (from cget) (1.16.0) Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from cget) (7.1.2) File does not exists: /usr/local/etc/cget/recipes/pcre/package.txt Failed to ignore package pcre 1 CMake Error at install_deps.cmake:7 (message): Process failed: COMMAND;/usr/local/bin/cget;-p;/usr/local;ignore;pcre Call Stack (most recent call first): install_deps.cmake:100 (cget_exec) install_deps.cmake:113 (cget)
@pfultz2 @JehandadKhan
The text was updated successfully, but these errors were encountered:
Installing pfultz2/cget-recipes from source leads to another problem:
# cmake -P install_deps.cmake /usr/local/pip install cget Requirement already satisfied: cget in /usr/local/lib/python3.8/dist-packages (0.2.1) Requirement already satisfied: six>=1.10 in /usr/local/lib/python3.8/site-packages (from cget) (1.16.0) Requirement already satisfied: click>=6.6 in /usr/local/lib/python3.8/dist-packages (from cget) (7.1.2) Package pcre already installed Downloading https://github.com/ROCmSoftwarePlatform/rocm-recipes/archive/HEAD.tar.gz Extracting archive /usr/local/cget/build/tmp-9241a9b2b955c14cd370a08ce3f0fb2ea3dfede6d9a6ad1a543c3dfb24c309f8/HEAD.tar.gz ... -- The C compiler identification is Clang 15.0.0 ... -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CGET_CMAKE_DIR CGET_CMAKE_ORIGINAL_SOURCE_FILE -- Build files have been written to: /usr/local/cget/build/tmp-9241a9b2b955c14cd370a08ce3f0fb2ea3dfede6d9a6ad1a543c3dfb24c309f8/build Install the project... -- Install configuration: "Release" -- Installing: /usr/local/cget/pkg/ROCmSoftwarePlatform__rocm-recipes/install/etc/cget/recipes//boost -- Installing: /usr/local/cget/pkg/ROCmSoftwarePlatform__rocm-recipes/install/etc/cget/recipes//boost/1.78 -- Installing: /usr/local/cget/pkg/ROCmSoftwarePlatform__rocm-recipes/install/etc/cget/recipes//boost/1.78/requirements.txt ... -- Installing: /usr/local/cget/pkg/ROCmSoftwarePlatform__rocm-recipes/install/share//cmake -- Installing: /usr/local/cget/pkg/ROCmSoftwarePlatform__rocm-recipes/install/share//cmake/cget-recipe-utils -- Installing: /usr/local/cget/pkg/ROCmSoftwarePlatform__rocm-recipes/install/share//cmake/cget-recipe-utils/cget-recipe-utils-config.cmake Failed to link: /usr/local/cget/pkg/ROCmSoftwarePlatform__rocm-recipes/install/etc/cget/recipes/pcre/requirements.txt -> /usr/local/etc/cget/recipes/pcre/requirements.txt Failed to build package ROCmSoftwarePlatform/rocm-recipes 1 CMake Error at install_deps.cmake:7 (message): Process failed: COMMAND;/usr/local/bin/cget;-p;/usr/local;install;-U;ROCmSoftwarePlatform/rocm-recipes Call Stack (most recent call first): install_deps.cmake:100 (cget_exec) install_deps.cmake:116 (cget)
Sorry, something went wrong.
No branches or pull requests
Installation of MIOpen deps fail due to the above.
cget install pfultz2/cget-recipes
works but does not help.@pfultz2 @JehandadKhan
The text was updated successfully, but these errors were encountered: