From 6240c274ba385431cfee63676e430e6e8c462855 Mon Sep 17 00:00:00 2001 From: Ole Streicher Date: Wed, 20 May 2020 22:32:05 +0200 Subject: [PATCH] Link xrv to fftpack This is required due to the replacement on the FFT from Numerical Recipes by this library. --- src/xrv/mkpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrv/mkpkg b/src/xrv/mkpkg index 423f5bc..6fdd49f 100644 --- a/src/xrv/mkpkg +++ b/src/xrv/mkpkg @@ -9,7 +9,7 @@ update: ; relink: - $set LIBS = "-lasttools -lsmw -ltbtables -lxtools -ldeboor -lcurfit -liminterp -lllsq -lnlfit" + $set LIBS = "-lasttools -lsmw -ltbtables -lxtools -ldeboor -lcurfit -liminterp -lllsq -lnlfit -lfftpack" $update libpkg.a $omake x_xrv.x $link -o xx_xrv.e x_xrv.o libpkg.a $(LIBS) ../../bin/libex.a