Hi all, For building and testing Numpy on the PowerPC arch, I've requested and obtained a VM instance at OSUOSL, which provides free hosting for open-source projects. This was suggested by @npanpaliya on github.
http://osuosl.org/services/powerdev/request_hosting/ I have an immediate use for it to fix some float128 ppc problems, but it can be useful to other numpy devs too. If you are a numpy dev and want access to a ppc system for testing, I can gladly create an account for you. For now, just send me an email with your desired username and a public ssh key. We can discuss permissions and management depending on interest. === VM details === It is single node, Ubuntu 16.04.1, ppc64 POWER (Big Endian) arch, "m1_small" flavor, with usage policy at http://osuosl.org/services/hosting/policy/ I've installed the packages needed to build and test numpy. I ran tests: Numpy 1.13.3 has 2 unimportant test failures, but as expected 1.14 has ~20 more failures related to float128 reprs. === Other services to Consider === I did not request it but they provide a "Power CI" service which allows automated testing of ppc arch on github. If we want this I can look into it more. We might also consider asking for a node with ppc64le (Little Endian) arch for testing, but maybe the big-endian one is enough. Cheers, Allan _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion