commit ca8e253fb3c94ddb242e280266d13a0d7fd79e76 parent 0b8ebd8c3ba33a27f9d04d031eeedf979c4a83bb Author: sin <sin@2f30.org> Date: Wed, 17 Apr 2019 15:18:47 +0100 Prefer libgomp over libomp Seems to work on more systems. Diffstat:
M | README | | | 2 | +- |
M | config.mk | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README @@ -42,7 +42,7 @@ Dependencies - liblz4 - snappy - - libomp (optional, see config.mk) + - libgomp (optional, see config.mk) Contact ======= diff --git a/config.mk b/config.mk @@ -1,2 +1,2 @@ #OPENMPCFLAGS = -fopenmp -#OPENMPLDLIBS = -lomp +#OPENMPLDLIBS = -lgomp