Custom Query (122 matches)
Results (91 - 93 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#42 | wontfix | lapack.a vs lapack.so | andreasw | fmargot |
Description |
I configure on Fedora 5 with enable_shared=no enable_static=yes I have both liblapack.a and liblapack.so in /usr/lib. I would like to link with liblapack.a, but the configure script selects liblapack.so. How do I force it to use liblapack.a? |
|||
#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. |