We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13516a8 commit 0024e3aCopy full SHA for 0024e3a
Makefile
@@ -63,6 +63,11 @@ xspec-test:
63
rm -rf build
64
cp -r xspec build
65
cp zig-out/lib/libxsklineprofiles.a build
66
+ (cd build && \
67
+ echo "initpackage xsklineprofiles lmodel.dat .\n exit" | xspec)
68
+ rm build/libxsklineprofiles.so
69
+ $(SED_INPLACE) 's|-lXSFunctions|-lXSFunctions -L$(LIB_PATH) -Wl,-rpath,"$(LIB_PATH)" -l:libxsklineprofiles.a|g' \
70
+ build/Makefile
71
(cd build && echo "hmake \n exit \n" | xspec)
72
cp ./kerr-transfer-functions.fits build
73
0 commit comments