Custom Query (122 matches)
Results (43 - 45 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#43 | wontfix | EXTRA_DIST in ThirdParty/LAPACK; acinclude.m4 missing for make dist | andreasw | stefan |
Description |
Hi, I wanted to do a make dist on my project, but it failed. The first thing is that EXTRA_DIST in ThirdParty/Lapack/Makefile.am should be set to get.Lapack, not get.lapack. And then "make dist" tries to include acinclude.m4 for those directories where there is a configure. But this file is not included into the project repositories, even though it is generated by BuildTools/run_autotools. Should this file be added to the repositories (see also https://projects.coin-or.org/BuildTools/wiki/pm-autotools#WhichFilesShouldbeintheSubversionRepository) or is there some change behind the "make dist" needed? Stefan |
|||
#44 | wontfix | Propose we omit --pedantic-errors unless maintainer mode is specified. | andreasw | lou |
Description |
Specifying --pedantic-errors causes build failures on some systems and huge numbers of warnings on others. Our users can't do anything about this and don't need to see the errors/warnings. I'm proposing we change coin.m4 so that the majority of the compile warning flags are used only when maintainer mode is enabled. |
|||
#45 | fixed | COIN_HAS_BLAS possibly uses a wrong path to .MakeOk | andreasw | tautschn |
Description |
Bonmin/ThirdParty/Lapack? uses the COIN_HAS_BLAS macro, which may test for the file Blas/.MakeOk? ; however, it does so using ../ThirdParty/Blas/?.MakeOk?, which is inappropriate as it would refer to Bonmin/ThirdParty/ThirdParty/Blas/?.MakeOk?. Either Lapack is not allowed to use that macro or the macro must be written in a more generic way. Best, Michael |