[ptxdist] problem using custom host compiler

2017-10-26 Thread Sandy Patterson
I am attempting to specify a host compiler via the file ~/.ptxdist/ptxdistrc-2015.02 PTXCONF_SETUP_HOST_CPP="cpp-4.8" PTXCONF_SETUP_HOST_CC="gcc-4.8" PTXCONF_SETUP_HOST_CXX="g++-4.8" PTXCONF_SETUP_HOST_MAKE="make" I think this is ptxdist setup developer options. I expected ptxdist to use these c

[ptxdist] Linker error on ArchLinux

2017-10-26 Thread Clemens Gruber
Hi, when building PTXdist 2017.10.0 on current ArchLinux, a linker error occurs: /usr/bin/ld: lxdialog/checklist.o: undefined reference to symbol 'acs_map' /usr/lib/libtinfo.so.6: error adding symbols: DSO missing from commandline This occured after ArchLinux updated binutils to 2.29.1-1 and ncur

[ptxdist] [PATCH v3] libpng: version bump 1.6.29 -> 1.6.34

2017-10-26 Thread Clemens Gruber
Set check instead of yes to automatically use NEON if runtime-checks succeed. (The yes option was deprecated and produces an error) Signed-off-by: Clemens Gruber --- Changes since v2: - Explain in commit text why yes -> check Changes since v1: - Forgot to fixup with a previous commit in my repo

[ptxdist] [PATCH v2] libpng: version bump 1.6.29 -> 1.6.34

2017-10-26 Thread Clemens Gruber
Set check instead of api to automatically use NEON if runtime-checks succeed, instead of having to enable it from library user code. Signed-off-by: Clemens Gruber --- Changes since v1: - Forgot to fixup with a previous commit in my repo Regarding the release announcement: Yes, the most recent v