Custom Query (122 matches)
Results (88 - 90 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#59 | fixed | ASL build fails on cygwin / cl | andreasw | lou |
Description |
Apparently cygwin doesn't grok comptry.bat. I haven't tried to pin down the exact reason why. The function of comptry.bat is to retry the build with -DNO_LONG_LONG. For pretty much any compiler we're likely to run into nowadays, this is unlikely to be a problem. Simply changing 'comptry.bat cl ... ' to 'cl ... ' works with cl from MSVS8. If we're ambitious, we can move the test into configure.ac. Compile_MS_ASL should be updated to perform the necessary edit on makefile.vc to remove the reference to comptry.bat. Will test the the next time I'm playing in cygwin. |
|||
#61 | fixed | opening a ticket for CoinUtils fails | somebody | stefan |
Description |
Hi, when I try to create a ticket for CoinUtils, I get error 501: Method Not Implemented POST to /cgi-bin/tracwrap.cgi/newticket not supported. Apache/2.2.0 (Fedora) Server at projects.coin-or.org Port 443 I thought it would be just temporarily, but it's for at least a week like this now. Stefan |
|||
#62 | fixed | header check in COIN_HAS_MUMPS | andreasw | stefan |
Description |
Hi, if the user tries to provide its own mumps library using --with-mumps-dir, then the configure script checks for the presence of $mumps_dir/include/dmumps_c.h. But the MUMPS_INCFLAGS are set to include $coin_mumpssrcdir/MUMPS/libseq and $coin_mumpssrcdir/MUMPS/include, where $coin_mumpssrcdir=$mumps_dir, i.e., either there is one MUMPS too much, or the above check should be for $mumps_dir/MUMPS/include/dmumps_c.h. In the latter case, --with-mumps-dir is actually the path to a directory that contains a directory MUMPS which has the MUMPS source. Best, Stefan |