Sage Gerard

Results 34 comments of Sage Gerard

Question: With C in mind, what target architectures are we talking about? I'm assuming `noarch` for the packages, but I don't know if I should.

> Yes---my plan is to have something like `pip install libdash` put appropriate Python modules in the right place. > > We would want to change `setup.sh` to use that...

> Last I heard anything about it, PaSh was vendoring dependencies in its own directory rather than installing on the system properly. My plan is to make libdash a conventional...

And yes, you are correct, the Python packages are not properly set up. It all comes from difficulty organizing PaSh for use as a Python package itself. Moving to system...

Got libdash compilation working on my machine in [3191b89](https://github.com/binpash/pash/pull/484/commits/3191b89618f3b85c95727a208e2c8c3bf8c47798)

@mgree How much overlap does your needed `setup.py` have with https://github.com/zyrolasting/pash/pull/1 ?

Sounds good. In the meantime, here's a demo video of the current state. +CC @nvasilakis https://drive.google.com/file/d/1qQ_k6KiMxHcwtvbae4RCmyDi3nMWiecG/view?usp=sharing If you can't see it, just note that my Pop_OS! seems to work, and...

Looks like `gcc10` was removed from the community repository for Arch, so `distro-deps.sh` is not correct for `pacman`. https://archlinux.org/packages/community/x86_64/gcc10/ It [still exists](https://aur.archlinux.org/packages/gcc10). Need to learn how Arch intends one to...

PR is ready for review. Bugs remain in some deployments, but I don't think it makes sense to block a merge over an undefined support profile. Please review the manual...

Merge conflicts fixed, reopening for discussion and testing in light of new changes. Any comment I did not address here was addressed in an email, so please link me to...