su, 2018-04-29 kello 17:51 +0200, Pauli Virtanen kirjoitti: [clip]
I thought we already enabled stripping debug symbols for 1.1.0rc1, https://github.com/MacPython/scipy-wheels/pull/26 but this indeed doesn't seem to be the case.
There's still time to fix it for 1.1.0 if we figure it out soon.
Ok, I was looking at wrong files. This is indeed already fixed in 1.1.0rc1, so no further action needed: $ wget https://files.pythonhosted.org/packages/d3/06/1517f6b3fbdbefaa7ccf31628d3e19... $ unzip scipy-1.1.0rc1-cp35-cp35m-manylinux1_x86_64.whl $ du -csh scipy/sparse/_sparsetools*.so 3,3M scipy/sparse/_sparsetools.cpython-35m-x86_64-linux-gnu.so $ size -A -d scipy/sparse/_sparsetools*.so scipy/sparse/_sparsetools.cpython-35m-x86_64-linux-gnu.so : section size addr .note.gnu.build-id 36 400 .gnu.hash 36 440 .dynsym 1464 480 .dynstr 1203 1944 .gnu.version 122 3148 .gnu.version_r 144 3272 .rela.dyn 4200 3416 .rela.plt 864 7616 .init 14 8480 .plt 592 8496 .text 3037580 9088 .fini 9 3046668 .rodata 5132 3046688 .eh_frame_hdr 21956 3051820 .eh_frame 261124 3073776 .gcc_except_table 52170 3334900 .init_array 8 5484544 .fini_array 8 5484552 .jcr 8 5484560 .data.rel.ro 8 5484568 .dynamic 512 5484576 .got 168 5485088 .got.plt 312 5485256 .data 2520 5485568 .bss 24 5488096 .comment 137 0 Total 3390351 Pauli