Skip to content

Commit 98e7a95

Browse files
committed
Update Mac build process. Fixes #751
Previously, make.osx installed necessary dependencies. Recent versions of OS X already include all those dependencies. The setupext.py basedir list has been updated to include the default directory to which macports installs libraries.
1 parent cd84c99 commit 98e7a95

File tree

2 files changed

+1
-118
lines changed

2 files changed

+1
-118
lines changed

make.osx

-117
This file was deleted.

setupext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
basedir = defaultdict(lambda: ['/usr/local', '/usr'], {
5858
# execptions to the ['/usr/local', '/usr'] defaults
5959
'win32' : ['win32_static',],
60-
'darwin' : ['/usr/local/', '/usr', '/usr/X11'],
60+
'darwin' : ['/usr/local/', '/usr', '/usr/X11', '/opt/local'],
6161
'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
6262
'gnu0' : ['/usr'],
6363
'aix5' : ['/usr/local'],

0 commit comments

Comments
 (0)