Merge pull request #75 from eunos-1128/master #80
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the
io.github.pemsley.coot.yamlfile to standardize and improve build configurations across multiple modules. The changes primarily involve adding or modifying compiler flags (cflagsandcxxflags) to ensure compatibility and optimization, as well as updating some configuration options for specific modules.Compiler flag improvements:
-fPICtocflagsand/orcxxflagsfor modules such asgemmi,fftw,mmdb2,libccp4,clipper,raster3d, and others to improve position-independent code generation. ([[1]](https://github.com/flathub/io.github.pemsley.coot/pull/80/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efR34-R35),[[2]](https://github.com/flathub/io.github.pemsley.coot/pull/80/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efR47-R48),[[3]](https://github.com/flathub/io.github.pemsley.coot/pull/80/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL60-R64),[[4]](https://github.com/flathub/io.github.pemsley.coot/pull/80/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efR76-R78),[[5]](https://github.com/flathub/io.github.pemsley.coot/pull/80/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL88-R95),[[6]](https://github.com/flathub/io.github.pemsley.coot/pull/80/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL114-R121),[[7]](https://github.com/flathub/io.github.pemsley.coot/pull/80/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL332-R342))cxxflagsto include-std=c++11for modules likemmdb2andclipperto ensure compatibility with modern C++ standards. ([[1]](https://github.com/flathub/io.github.pemsley.coot/pull/80/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL60-R64),[[2]](https://github.com/flathub/io.github.pemsley.coot/pull/80/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL88-R95))Configuration updates:
config-optsfor thecmake-ninjabuild system in theopenblasmodule, including enabling-DDYNAMIC_ARCH=ON, updating-DNUM_THREADSto 64, and setting-DUSE_OPENMP=ONfor better performance and multi-threading support. ([io.github.pemsley.coot.yamlL184-R197](https://github.com/flathub/io.github.pemsley.coot/pull/80/files#diff-55b9e84a877dbbef6cbca71f44f2c253217232100c0d81f840e1abf5346b24efL184-R197))