Skip to content

Commit

Permalink
Fix openmp on MacPorts (atmexall)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarv committed Jan 15, 2025
1 parent e0c4dd9 commit 5c48579
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions atmat/atmexall.m
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ function compile(mexargs, varargin)
incdir=homeb;
elseif exist('/opt/local/include/libomp/omp.h', 'file') % MacPorts
incdir='/opt/local/include/libomp';
libdir='/opt/local/lib';
libname='omp';
else
error('AT:MissingLibrary', strjoin({'', ...
'libomp.dylib must be installed with your favourite package manager:', '', ...
Expand Down

0 comments on commit 5c48579

Please sign in to comment.