Skip to content

Commit

Permalink
Merge pull request #1150 from Unidata/homebrewpath
Browse files Browse the repository at this point in the history
add /opt/homebrew to default search path
  • Loading branch information
jswhit committed Feb 2, 2022
2 parents f479c12 + 3db9762 commit 37a4088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -385,7 +385,7 @@ def _populate_hdf5_info(dirstosearch, inc_dirs, libs, lib_dirs):
dirstosearch.append(os.environ["CONDA_PREFIX"]) # linux,macosx
dirstosearch.append(os.path.join(os.environ["CONDA_PREFIX"],'Library')) # windows
dirstosearch += [os.path.expanduser('~'), '/usr/local', '/sw', '/opt',
'/opt/local', '/usr']
'/opt/local', '/opt/homebrew', '/usr']

# try nc-config first
if USE_NCCONFIG and HAS_NCCONFIG: # Try nc-config.
Expand Down

0 comments on commit 37a4088

Please sign in to comment.