diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/erkale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/erkale/Makefile b/science/erkale/Makefile index 3fdedd07204d..ef685d4b723a 100644 --- a/science/erkale/Makefile +++ b/science/erkale/Makefile @@ -46,7 +46,7 @@ CMAKE_OFF= USE_OPENMP .else # parallel CMAKE_ON+= USE_OPENMP SUFFIX= _omp -LIB_DEPENDS+= libomp.so:devel/openmp +LIB_DEPENDS+= libomp.so:devel/llvm${LLVM_DEFAULT} .endif OPTIONS_SINGLE= LINALG |