Custom Query (122 matches)
Results (34 - 36 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#119 | migrated | pass -version-number instead of -version-info to libtool? | stefan | stefan |
Description |
Then libtool should do the conversion of the major/minor/release scheme to libtools own scheme by itself and we can eliminate this logic from our scripts. However, https://www.gnu.org/software/libtool/manual/libtool.html#LT_005fINIT states "New projects should use the -version-info flag". |
|||
#121 | fixed | discontinue ThirdParty/Blas and Lapack | stefan | stefan |
Description |
I think of just forgetting about ThirdParty/Blas and ThirdParty/Lapack for the new setup, because I don't think it is so useful anymore:
I would then also remove the f2c utility in BuildTools, for which I have no idea whether it is still working. |
|||
#122 | fixed | remove overwrite of --prefix | stefan | stefan |
Description |
I more and more think that we should remove # Where should everything be installed by default? The COIN default is to # install directly into subdirectories of the directory where configure is # run. The default would be to install under /usr/local. AC_PREFIX_DEFAULT([`pwd`]) I have the impression that most software keeps the default /usr/local. It might be convenient for a developer to not install into /usr/local, but for (rather new) users this might come at a surprise. As far as I understood, the get.dependencies.sh or the coin.install scripts of Ted would be unaffected by such a change, since they always set --prefix explicitly. |