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

Need to apt-get install make for local conda build #10

Closed
RobertBaruch opened this issue Feb 1, 2020 · 3 comments · Fixed by hdl/conda-compilers#15
Closed

Need to apt-get install make for local conda build #10

RobertBaruch opened this issue Feb 1, 2020 · 3 comments · Fixed by hdl/conda-compilers#15

Comments

@RobertBaruch
Copy link
Contributor

In README.md, the instructions need to be updated to:

sudo apt-get install coreutils make

as a fresh docker image of ubuntu has no make.

@RobertBaruch
Copy link
Contributor Author

(Note that sudo is not used for a docker image, as apparently you get dumped into root anyways)

@RobertBaruch
Copy link
Contributor Author

RobertBaruch commented Feb 1, 2020

Possibly this should be a conda dependency? I've also noted that formal/symbiyosys required binutils (for ar) and cmake to be installed as well.

Edit: it seems Travis-CI doesn't trip over these dependencies, but local docker does. So these should be added to the manual instructions:

./conda-env.sh install binutils cmake

@mithro
Copy link
Member

mithro commented Feb 1, 2020

These dependencies should be part of the meta.yaml.

umarcor pushed a commit that referenced this issue May 23, 2022
Fix never-ending `conda render` bug by forcing `conda-build` v3.20.3
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

Successfully merging a pull request may close this issue.

2 participants