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
tclconfig.sh has:
# Name of the ranlib program to use. TCL_RANLIB='/Users/travis/miniconda3/conda-bld/tk_1542320991838/_build_env/bin/x86_64-apple-darwin13.4.0-ranlib'
causing compilation of packages (oommf-feedstock in my case) to fail. I think setting RANLIB=$(basename $RANLIB) ought to fix this
The text was updated successfully, but these errors were encountered:
Also seeing references to the original compiler (on linux only, not macos), causing a downstream to get that wrong:
% rg '/_build_env' ENV/lib/tclConfig.sh 19:TCL_CC='/home/conda/feedstock_root/build_artifacts/tk_1645033378611/_build_env/bin/x86_64-conda-linux-gnu-cc' 96:TCL_RANLIB='/home/conda/feedstock_root/build_artifacts/tk_1645033378611/_build_env/bin/x86_64-conda-linux-gnu-ranlib'
Sorry, something went wrong.
Fix TK reference to build directory
de5eeb1
conda-forge/tk-feedstock#31
No branches or pull requests
tclconfig.sh has:
causing compilation of packages (oommf-feedstock in my case) to fail. I think setting RANLIB=$(basename $RANLIB) ought to fix this
The text was updated successfully, but these errors were encountered: