Electrostatics / apbs

Software for biomolecular electrostatics and solvation calculations
http://www.poissonboltzmann.org/
Other
94 stars 26 forks source link

Please strip share/apbs/tools/bin/* executables #32

Open yurivict opened 5 years ago

yurivict commented 5 years ago
====> Running Q/A tests (stage-qa)
Warning: 'share/apbs/tools/bin/uhbd_asc2bin' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/dx2mol' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/dx2uhbd' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/tensor2dx' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/analysis' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/similarity' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/del2dx' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/dxmath' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/benchmark' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/smooth' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/multivalue' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/value' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/mergedx2' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/mgmesh' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/mergedx' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Warning: 'share/apbs/tools/bin/coulomb' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
sobolevnrm commented 4 years ago

Please provide more information about this. Do you want us to add compile flags to remove the "-g" or something else?

yurivict commented 4 years ago

You should add a strip command for these files as part of the install target.

sobolevnrm commented 4 years ago

@intendo can you add this to the update you're doing on the cmake setup?

intendo commented 3 years ago

I don't see any of these warnings about files needing stripped when building statically or dynamically on MacOS or Linux.

yurivict commented 3 years ago

Warnings about stripping are issued by the FreeBSD ports framework. MacOS and Linux simply don't have such safeguards.

intendo commented 3 years ago

@nsoblath can you confirm that the binaries are stripped? I believe they are but I wanted to check before closing out this issue.