evaleev / libint

Libint: high-performance library for computing Gaussian integrals in quantum mechanics
Other
225 stars 95 forks source link

Sort input file list #193

Closed bmwiedemann closed 3 years ago

bmwiedemann commented 3 years ago

Sort input file list so that libint2.so.2.0.3 builds in a reproducible way in spite of indeterministic filesystem readdir order

See https://reproducible-builds.org/ for why this is good.

This patch was done while working on reproducible builds for openSUSE.

evaleev commented 3 years ago

Thanks, @bmwiedemann !