Package: coinor-libipopt0 Version: 3.8.3-1 Severity: important Hi,
the Ipopt package uses "ma27" as a default solver. Setting option "print_options_documentation" reveals this: ---cut--- ### Linear Solver ### linear_solver ("ma27") Linear solver used for step computations. [...] ---cut--- The default solver should be MUMPS. Setting option "linear_solver" to "mumps" fails: ---cut--- Exception of type: OPTION_INVALID in file "IpAlgBuilder.cpp" at line 381: Exception message: Selected linear solver MUMPS not available. ---cut--- Looking into IpAlgBuilder.cpp reveals that MUMPS is disabled by macro COIN_HAS_MUMPS (probably because it wasn't available at "configure"-time): ---cut--- else if (linear_solver=="mumps") { #ifdef COIN_HAS_MUMPS SolverInterface = new MumpsSolverInterface(); #else THROW_EXCEPTION(OPTION_INVALID, "Selected linear solver MUMPS not available."); #endif } ---cut--- Many thanks for packaging Ipopt for Debian! :-) Cheers, Michael -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages coinor-libipopt0 depends on: ii libatlas3gf-base 3.6.0-24 Automatically Tuned Linear Algebra ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib ii libgcc1 1:4.4.4-7 GCC support library ii libmumps-seq-4.9.2 4.9.2.dfsg-4 Direct linear systems solver - non ii libstdc++6 4.4.4-7 The GNU Standard C++ Library v3 coinor-libipopt0 recommends no packages. coinor-libipopt0 suggests no packages. -- no debconf information ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ Forschungszentrum Juelich GmbH 52425 Juelich Sitz der Gesellschaft: Juelich Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDirig Dr. Karl Eugen Huthmacher Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender), Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt, Prof. Dr. Sebastian M. Schmidt ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org