Christoph Grüninger

Results 83 comments of Christoph Grüninger

@westes What do you think? What steps needs automation and what better remain manual? I am very egoistic, as I want to see this pull request reviewed and merged in...

libtool 2.2 is from 2008, GNU gettext 0.19 from 2014. I would prefer to get newer version of Automake and Autoconf. I would advise to not merge this.

I think set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") and install(FILES ${CMAKE_CURRENT_BINARY_DIR}/superlu.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) are both ok, and can remain. The other two issues mentioned, should be fixed. I give it a try, see https://github.com/xiaoyeli/superlu/pull/81.

@alexchandel, can you please check current master if the issue persist or confirm that my commits fixed them?

This pull request is a bad solution for the short-term problem. `*-config.cmake` are used to pass include directories, libraries, compile options, and CMake target. None is required for using mold....

Duplicate of #1725 (and of #1734), isn't it?

Probably having a merge requests increases the chances of getting this upgrade including by the author of REST-assured.

REST-assured is used for automated testing within your pipeline. This reduces attack vectors. You have to decide for your actual system, whether you can still use 5.3.2 or whether you...

Apache Commons codec 1.11 is a dependency of Apache httpclient 4.5. It was droppen by the switch to httpclient5. I expect that MR #1719 will fix this issue. @pvchaitu, can...

Looks like a duplicate to #337. At least #337 contains a list that looks pretty complete. The only thing missing on this list is automated regression testing to be confident...