Support build with unbundled libraries #905
Replies: 4 comments 4 replies
-
This is not a bug report. |
Beta Was this translation helpful? Give feedback.
-
What is the point of removing all those NWChem files? It is for the fun of slowing down the build? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the explanation, but I am still not getting the point. |
Beta Was this translation helpful? Give feedback.
-
One solution would be to have a script in $NWCHEM_TOP/contrib that takes care of this issues. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Fedora discourages including libraries as part of a process of building a package like nwchem. Instead nwchem should dynamically link to the already existing libraries on the system (like ga, blas, scalapack, etc.).
https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling
Describe the solution you'd like
An option to support for building nwchem with all libraries unbundled.
Describe alternatives you've considered
Currently I maintain a set of commands used to unbundle nwchem https://src.fedoraproject.org/rpms/nwchem/blob/af06fdbfeafd22894170fd879354f153d6ab0d2e/f/nwchem.spec#_188,
but the process of discovering how to unbundle takes time.
Additional context
Here is an example of issue when discovering how to unbundle. 45f057e seems to not accept the current unbundling anymore, as it requires "blas" directory to be present. I don't know yet what the unbundling commands need to be.
Beta Was this translation helpful? Give feedback.
All reactions