Restore -lomp for OSX

Travis build indicates it does not recognize -fopenmp.
This commit is contained in:
Kyle Guinn 2021-10-29 20:47:36 -05:00
parent 13bbedcf88
commit 29e66e019b
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,6 @@ matrix:
- g++-7
- gcc-7
- libfftw3-dev
- libomp-dev
- qt5-default
- libusb-1.0-0-dev
env:

View File

@ -360,7 +360,8 @@ DISTFILES += \
build_android/package_source/res/xml/device_filter.xml
# Vincenzo added these to get multithreading on Unix fftw
unix: LIBS += -fopenmp
unix:!macx: LIBS += -fopenmp
macx: LIBS += -lomp
unix: LIBS += -lfftw3f_omp
unix: LIBS += -lfftw3_threads
macx: INCLUDEPATH += /usr/local/include