We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4da6e commit dd6ccb0Copy full SHA for dd6ccb0
.github/workflows/mex.yml
@@ -41,6 +41,10 @@ jobs:
41
sudo apt install libfftw3-dev
42
sed -i '/ LIBSFFT/a \ \ LIBSFFT := `g++ --print-file-name libfftw3.a` `g++ --print-file-name libfftw3f.a` `g++ --print-file-name libfftw3_omp.a` `g++ --print-file-name libfftw3f_omp.a` -lm -lgomp' makefile
43
make matlab
44
+ - name: Run Matlab test
45
+ uses: matlab-actions/run-command@v2
46
+ with:
47
+ command: addpath(genpath('matlab')), check_finufft
48
- name: Upload mex files
49
uses: actions/upload-artifact@v4
50
with:
0 commit comments