Re: [Pdl-devel] .gitignore strangeness

2024-05-31 Thread Jörg Sommrey
Thanks Ingo and David, found the source thanks to your hints. The .gitignore makes sense now! Best regards, -jo On Fri 31 May 2024 10:24:41 PM CEST, Ingo Schmid via pdl-devel wrote: Hi Jörg, this is  because they are generated from basic.pd, ufunc.pd, etc. See PDL::PP! It is a neat feat

Re: [Pdl-devel] .gitignore strangeness

2024-05-31 Thread Ingo Schmid via pdl-devel
Hi Jörg, this is  because they are generated from basic.pd, ufunc.pd, etc. See PDL::PP! It is a neat feature to generate code for all data types in both C and Perl level. It is not intuitive for newer folk, though. Ingo On 5/31/2024 9:49 PM, Jörg Sommrey wrote: Hi all, just realized that prin

Re: [Pdl-devel] .gitignore strangeness

2024-05-31 Thread David Mertens
Aren't these generated from .pd files? Find the relevant .pd file and modify that. On Fri, May 31, 2024, 4:10 PM Jörg Sommrey wrote: > Hi all, > > just realized that principal pm files, e.g. Basic/Ufunc/Ufunc.pm are > listed in .gitignore. What would be the suggested workflow to patch > such fi

[Pdl-devel] .gitignore strangeness

2024-05-31 Thread Jörg Sommrey
Hi all, just realized that principal pm files, e.g. Basic/Ufunc/Ufunc.pm are listed in .gitignore. What would be the suggested workflow to patch such files? Best regards, -jo ___ pdl-devel mailing list pdl-devel@lists.sourceforge.net https://li

Re: [Pdl-devel] PDL::Drawing::Prima

2024-05-31 Thread Ingo Schmid via pdl-devel
😳😳 stat("blib/arch/auto/Prima/Prima.so", {st_mode=S_IFREG|0755, st_size=2074312, ...}) = 0 openat(AT_FDCWD, "blib/arch/auto/Prima/Prima.so", O_RDONLY|O_CLOEXEC) = 5 This is the output The system is Ubuntu 18.04: Linux 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_6