Hi everyone,
Not sure someone is collecting uname responses for various systems, but this is from the Planet Gemini PDA with Debian.
$ uname -a Linux localhost 3.18.41+ #7 SMP PREEMPT Wed May 30 16:45:45 MSK 2018 aarch64 GNU/Linux
python:
print platform.uname()
('Linux', 'localhost', '3.18.41+', '#7 SMP PREEMPT Wed May 30 16:45:45 MSK 2018', 'aarch64', '')
Puredata is available and launches as expected. The 403 dpi screen makes the font size teensy-tiny. Reading gets really close to guessing.
Greetings,
Fred Jan
On 8/31/18, Fred Jan Kraan fjkraan@xs4all.nl wrote:
Hi everyone,
Not sure someone is collecting uname responses for various systems, but this is from the Planet Gemini PDA with Debian.
$ uname -a Linux localhost 3.18.41+ #7 SMP PREEMPT Wed May 30 16:45:45 MSK 2018 aarch64 GNU/Linux
Thanks, yes I'm collecting uname responses (for pdlibbuilder). Each architecture needs / likes a particular set of build options for pd externals. Pdlibbuilder doesn't have an "aarch64" section yet. The question is what flags would be appropriate.
Katja
python:
print platform.uname()
('Linux', 'localhost', '3.18.41+', '#7 SMP PREEMPT Wed May 30 16:45:45 MSK 2018', 'aarch64', '')
Puredata is available and launches as expected. The 403 dpi screen makes the font size teensy-tiny. Reading gets really close to guessing.
Greetings,
Fred Jan
On 9/1/18 9:51 AM, IOhannes m zmölnig wrote:
On 8/31/18 9:13 PM, katja wrote:
Thanks, yes I'm collecting uname responses
could we/you put them up somewhere available (e.g. on the pd-lib-builder wiki?)
https://github.com/pure-data/pd-lib-builder/wiki/Uname
mgfsard IOhannes