From be5b1cecc302fec7f54101691ebe37846dc1cbfc Mon Sep 17 00:00:00 2001 From: Antoine <antoine.hoffmann@epfl.ch> Date: Wed, 1 May 2024 18:39:36 +0200 Subject: [PATCH] add make verif to check lib bindings --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a356b4e..d56d53f 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,10 @@ test_svd: compile # to verify the path and other stuff verif: @echo this is your PREFIX variable: $(PREFIX) + @echo this is your HDF5_LIB variable: $(HDF5_LIB) + @echo this is your FUTILS_DIR variable: $(FUTILS_DIR) + @echo this is your FFTW3DIR variable: $(FFTW3DIR) + @echo this is your FMDIR variable: $(FMDIR) new_prob: @sh new_prob.sh -- GitLab