-
Notifications
You must be signed in to change notification settings - Fork 133
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
bioconda-utils build
errors with clangxx_osx-arm64 16.* does not exist (perhaps a typo or a missing channel).
#1004
Comments
clangxx_osx-arm64 16.* does not exist (perhaps a typo or a missing channel).
clangxx_osx-arm64 16.* does not exist (perhaps a typo or a missing channel).
clangxx_osx-arm64 16.* does not exist (perhaps a typo or a missing channel).
bioconda-utils build
errors with clangxx_osx-arm64 16.* does not exist (perhaps a typo or a missing channel).
Recipe I encountered this on: bioconda/bioconda-recipes#49102 |
https://anaconda.org/conda-forge/clangxx_osx-arm64/files lists https://anaconda.org/conda-forge/clangxx_osx-arm64/16.0.6/download/osx-arm64/clangxx_osx-arm64-16.0.6-h54d7cd3_16.conda deployed 1 month and 2 days ago. |
I know, it's super weird - I have no clue what's going on and it's frustrating that in debug mode I get no information about what the spec is the solver is trying to solve :/ I've made a local build with no issue whatsoever on macos-arm64 micromamba create -n vcftools-build --platform osx-arm64 make clangxx autoconf automake libtool pkg-config zlib perl
micromamba activate vcftools-build
bash
wget https://github.com/vcftools/vcftools/archive/v0.1.16.tar.gz
tar xvf v0.1.16.tar.gz
cd vcftools-0.1.16/
./autogen.sh
./configure
make
make install
install_name_tool -add_rpath /opt/homebrew/opt/zlib/lib ./vcftools-0.1.16/src/cpp/vcftools
install_name_tool -add_rpath /opt/homebrew/opt/llvm/lib ./vcftools-0.1.16/src/cpp/vcftools
install_name_tool -add_rpath /opt/homebrew/opt/llvm/lib/c++ ./vcftools-0.1.16/src/cpp/vcftools
|
I've tried to debug the vcftools recipe locally on my osx-arm64 laptop.
I installed bioconda-utils, checkout out to the branch of bioconda-recipes and ran:
But the result is confusing:
I don't know how to proceed. I'd like to see what environment was requested to be installed, but even when running with debug loglevel no such information is actually printed :/
Would be nice if in debug mode conda/mamba was run likewise with verbosity flags.
The text was updated successfully, but these errors were encountered: