Skip to content
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

tclconfig.sh has references to _build_env #31

Open
minrk opened this issue Jan 11, 2019 · 1 comment
Open

tclconfig.sh has references to _build_env #31

minrk opened this issue Jan 11, 2019 · 1 comment

Comments

@minrk
Copy link
Member

minrk commented Jan 11, 2019

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

@ndevenish
Copy link

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'

ndevenish added a commit to ndevenish/environment-modules-feedstock that referenced this issue Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants