tag:github.com,2008:https://github.com/rqzhang0/arpack-ng/releases Release notes from arpack-ng 2023-02-11T12:56:54Z tag:github.com,2008:Repository/614712633/3.9.0 2023-02-11T12:56:54Z 3.9.0 <p>New upstream release.</p> fghoussen tag:github.com,2008:Repository/614712633/3.8.0 2020-12-07T10:40:45Z 3.8.0 <p>New upstream release</p> sylvestre tag:github.com,2008:Repository/614712633/3.7.0 2019-01-12T15:24:12Z 3.7.0 <p>update of the release date</p> sylvestre tag:github.com,2008:Repository/614712633/3.6.3 2018-09-19T08:00:36Z 3.6.3 <p>prepare version 3.6.3</p> sylvestre tag:github.com,2008:Repository/614712633/3.6.2 2018-07-22T15:39:52Z 3.6.2: [ Sylvestre ] <ul> <li>Remove all trailing whitespaces</li> </ul> <p>[ Franck Houssen ]</p> <ul> <li>Install: move headers into a dedicated directory (local/include/arpack).<br> (Closes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="335064391" data-permission-text="Title is private" data-url="https://github.com/opencollab/arpack-ng/issues/126" data-hovercard-type="issue" data-hovercard-url="/opencollab/arpack-ng/issues/126/hovercard" href="https://github.com/opencollab/arpack-ng/issues/126">opencollab#126</a>)</li> <li>Add configuration summary.</li> <li>Improve the flag detection. Hopefully fix the ppc64el and other archs<br> issues in Debian</li> </ul> sylvestre tag:github.com,2008:Repository/614712633/3.6.1 2018-06-23T07:59:56Z 3.6.1: * Rename debug.h to debug-arpack.h to avoid collision (Closes #126) <p>[ Ruslan Kabatsayev ]</p> <ul> <li>Fix a regression on i386 and other archs (Closes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="329629476" data-permission-text="Title is private" data-url="https://github.com/opencollab/arpack-ng/issues/123" data-hovercard-type="issue" data-hovercard-url="/opencollab/arpack-ng/issues/123/hovercard" href="https://github.com/opencollab/arpack-ng/issues/123">opencollab#123</a>)</li> </ul> sylvestre tag:github.com,2008:Repository/614712633/3.6.0 2018-06-05T16:43:40Z 3.6.0: [ Franck Houssen ] <ul> <li>Add support for ISO_C_BINDING (Fortran 2003) for ARPACK, PARPACK (Fortran &lt;-&gt; C/C++).<br> ARPACK: example of C/Fortran binding can be found in the TESTS/icb_arpack_c.c file.<br> ARPACK: example of C++/Fortran binding can be found in the TESTS/icb_arpack_cpp.cpp file.<br> PARPACK: example of C/Fortran binding can be found in the PARPACK/TESTS/MPI/icb_parpack_c.c file.<br> PARPACK: example of C++/Fortran binding can be found in the PARPACK/TESTS/MPI/icb_parpack_cpp.cpp file.<br> DEBUG: add support for debug.<br> STAT: add support for statistics (timers, nb operations, ...).</li> <li>Provide tarball generation using cmake (cpack).</li> <li>Provide find_package for (cmake) users to find arpack-ng.</li> </ul> <p>[ Denis Davydov ]</p> <ul> <li>Rename pslamch to pslamch10 to avoid symbol collision with Scalapack 2.0.2 in MPI context.</li> </ul> <p>[ Kyle Guinn ]</p> <ul> <li>Autoconf cleanup; move generated files to the build-aux subdirectory.</li> </ul> <p>[ Marco Caliari ]</p> <ul> <li>Force the initial residual to be in the range of the operator OP in the standard case, too (Closes: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="289708933" data-permission-text="Title is private" data-url="https://github.com/opencollab/arpack-ng/issues/79" data-hovercard-type="issue" data-hovercard-url="/opencollab/arpack-ng/issues/79/hovercard" href="https://github.com/opencollab/arpack-ng/issues/79">opencollab#79</a>).</li> </ul> <p>[ Sylvestre Ledru ]</p> <ul> <li>Add coverage information to improve testing: <a href="https://coveralls.io/github/opencollab/arpack-ng" rel="nofollow">https://coveralls.io/github/opencollab/arpack-ng</a></li> </ul> <p>[ Darcy Beurle]</p> <ul> <li>Add C++11 interface through arpack.hpp and parpack.hpp</li> <li>Rewrite C++ examples / tests demonstrating new C++11 interface</li> <li>Pre-C++11 interface available through arpack.h and parpack.h</li> </ul> sylvestre tag:github.com,2008:Repository/614712633/3.5.0 2017-05-16T09:47:37Z 3.5.0: [ Julien Schueller ] <ul> <li>Improve cmake build system: disable C++ detection, set default build type.</li> </ul> <p>[ Marco Atzeri]</p> <ul> <li>Use AC_PROG_FC instead of AC_PROG_F77 for proper inizialization<br> for the usage of AC_FC_LINE_LENGTH. Noted on Cygwin.</li> </ul> <p>[ Denis Davydov ]</p> <ul> <li>Improve cmake build system: add make install and fix shared libraries.</li> </ul> <p>[ Zhang Z ]</p> <ul> <li>fix usages of DLACPY to not alias inputs<br> (patch from <a href="https://software.intel.com/en-us/articles/how-to-resolve-arpack-issues-with-intel-mkl-110-update-3" rel="nofollow">https://software.intel.com/en-us/articles/how-to-resolve-arpack-issues-with-intel-mkl-110-update-3</a>)</li> </ul> <p>[ Iskakov Sergei ]</p> <ul> <li>Fix possible deadlock when PARPACK call uses communicator with a larger<br> number of CPUs than previous call</li> </ul> <p>[ Kyle Guinn ]</p> <ul> <li>Portability improvements to the autotools build system.</li> <li>Let cmake guess the default installation directories. Can be<br> overridden by changing CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_BINDIR.</li> <li>Shared libraries built by cmake now have their SONAME set identical to<br> those built by autotools.</li> </ul> <p>[ Marco Caliari ]</p> <ul> <li>Avoid purification stage in [d,s]neupd.f if it requires division<br> by zero (Closes: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="217798137" data-permission-text="Title is private" data-url="https://github.com/opencollab/arpack-ng/issues/58" data-hovercard-type="issue" data-hovercard-url="/opencollab/arpack-ng/issues/58/hovercard" href="https://github.com/opencollab/arpack-ng/issues/58">opencollab#58</a>)</li> </ul> sylvestre tag:github.com,2008:Repository/614712633/3.4.0 2016-07-02T19:52:36Z 3.4.0 <ul> <li>Allow adding suffixes to symbols and library names to build ILP64 v…</li> </ul> sylvestre tag:github.com,2008:Repository/614712633/3.3.0 2015-10-12T07:23:54Z 3.3.0 <p>remove trailing spaces + minor update of the doc</p> sylvestre