Custom Query (122 matches)
Results (28 - 30 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#37 | invalid | Getting list of latest releases | somebody | fmargot |
Description |
When using svn list https://projects.coin-or.org/svn/DepPrcjt/releases as indicated on the wiki page https://projects.coin-or.org/BuildTools/wiki/pm-svn-externals#PreparingExternalsForAPointReleaseexternals I get: svn: PROPFIND request failed on '/svn/DepPrcjt/releases' svn: Could not open the requested SVN filesystem |
|||
#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? |
|||
#63 | worksforme | config.site typo | andreasw | fmargot |
Description |
The file share/config.site contains #with_cplex_incdir='/usr/ilog/cplex90/include/ilcplex' #with_cplex_lib='-L/usr/ilog/cplex90/lib/static_pic -lcplex -lpthread' but the syntax is incorrect. No quotes are needed for with_cplex_incdir, i.e. it should be: #with_cplex_incdir=/usr/ilog/cplex90/include/ilcplex Double quotes are necessary for the second one, i.e.: #with_cplex_lib="-L/usr/ilog/cplex90/lib/static_pic -lcplex -lpthread" This is at least true under Fedora 8. |