On Friday 2017-02-17 12:01, Stephan Kulow wrote:
Why would we prefer every user compiling over us building once?
Sure. Just as was mentioned if we ship .pyc why do we ship .py files? Eventually it's about choice but then we can as well split packages into python-X-py and python-X-pyc both providing python-X (or some other way).
Then why stop at python? Possibly we should make a choice if people want to download binaries or compile their C code themselves? I'm sure you will find other distributions as reference :)
Tempting proposal. In fact, so tempting that we could just.. zypper() { if [ "$1" != "emerge" ]; then command zypper "$@"; return $?; fi shift; for i in "$@"; do extra_optflags="-march=native" \ bcond_withs=<(cat /etc/use_flags) \ osc --dont-ask-for-username build "openSUSE:Leap:42.2/$i" mv /var/tmp/.../*rpm /tmp/collect/ -f done command zypper in /tmp/collect/*.rpm } It's trivialized here for brevity, but shows the picture (that, to me, also looks a lot easier than portage/emerge.) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org