remove pkg-config use from SeqLib configure patch (avoids problem due to faulty autoconf macro)#15316
Conversation
There was a syntax error in the autoconf macro, which causes an error if pkg-config is available, and if not available simply causes configure to issue a warning and ignore it. Since the result is not used anyway, we can remove it.
|
@boegelbot please test @ jsc-zen2 |
|
@jfgrimm: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1105078062 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
@boegelbot please test @ generoso |
|
@jfgrimm: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1107442011 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
There was a syntax error in the autoconf macro, which causes an
error if pkg-config is available, and if not available simply
causes configure to issue a warning and ignore it.
Since the result is not used anyway, we can remove it.