Skip to content

Commit

Permalink
About to release v0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Aug 12, 2018
1 parent b2848b0 commit 94d9c0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.10.11
========
- Fix to setup.py

v0.10.10
========
- Determine compilation options by attempt in sdist
Expand Down
2 changes: 1 addition & 1 deletion pycvodes/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class Empty:
) if (_r._sun3 and not _r._lapack_ok) else '')
),
}
if appdirs:
if appdirs and locals().get('_PYCVODES_IGNORE_CFG', 0) == 0: # system files off-limits during EasyInstall
cfg_dir = os.path.dirname(cfg)
if not os.path.exists(cfg_dir):
os.mkdir(cfg_dir)
Expand Down

0 comments on commit 94d9c0d

Please sign in to comment.