Skip to content

Resolve "Elpa compiled with openmp is not detected by the configure script"

Description

This MR tries to fix the elpa.m4 macro so that it picks up the elpa compiled with openmp which has a different library name ( libelpa_openmp.so instead of libelpa.so) The MR also changes the order for checking the two libs. First lelpa_openmp is tested and if it fails then lelpa is tested.

Closes #657 (closed)

Edited by Ashwin

Merge request reports

Loading