Skip to content

Commit 5c48579

Browse files
committed
Fix openmp on MacPorts (atmexall)
1 parent e0c4dd9 commit 5c48579

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

atmat/atmexall.m

-2
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ function compile(mexargs, varargin)
219219
incdir=homeb;
220220
elseif exist('/opt/local/include/libomp/omp.h', 'file') % MacPorts
221221
incdir='/opt/local/include/libomp';
222-
libdir='/opt/local/lib';
223-
libname='omp';
224222
else
225223
error('AT:MissingLibrary', strjoin({'', ...
226224
'libomp.dylib must be installed with your favourite package manager:', '', ...

0 commit comments

Comments
 (0)