Skip to content

Commit

Permalink
conda: obviously, platform-specific dependencies are broken
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 28, 2016
1 parent 16063ff commit 4d6f53c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conda/artiq/meta.yaml
Original file line number Diff line number Diff line change
@@ -38,8 +38,6 @@ requirements:
- binutils-or1k-linux
run:
- python >=3.5.1
- readline [linux]
- pyreadline [win]
- llvmlite-artiq 0.10.0.dev py35_24
- scipy
- numpy

7 comments on commit 4d6f53c

@jordens
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is that obvious?

@whitequark
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because for any given advertised conda feature, it is more likely that it's broken in some way than not

@jordens
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is not an answer. That is just a wrong FUD-style statement that your repeat over and over again, showing your personal frustration with things your are to lazy, impatient, or unflexible to deal with. And it applies to every bit of code. Certainly yours as well.

@whitequark
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your personal frustration with things your are to lazy, impatient, or unflexible to deal with

ok. so I will from now on let you acquire your own personal frustration with conda, which you are presumably not too lazy, impatient, or unflexible to fix.

@jordens
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How would that help? It would be better if you just bite the bullet, swallow your pride and frustration, get stuff done, and fix things instead of all that lamenting.
I am willing to look into the dependency issue. That's why I asked the question.

@whitequark
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better if you just bite the bullet, swallow your pride and frustration, get stuff done, and fix things instead of all that lamenting.

If you haven't noticed, I've spent many days, maybe weeks, debugging and working around conda issues, a considerable part of which was spent reading conda sources as well as hunting for rationale behind their many strange decisions. This, as well as experience with many other package managers, is exactly why I say with such confidence that it is badly designed, implemented, and maintained. The reason behind my suggestion is for you to gain valuable perspective by going through the same path. It's great that you will do that!

@jordens
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And I have already handled conda issues that you were too lazy or too frustrated to deal with. Let's not start a pissing contest here. The point is that stuff needs to get done. Don't be cynical and try to keep the generic statements to yourself if they don't add any value to the topic.

Please sign in to comment.