Skip to content

Commit

Permalink
BLD: special: _generate_pyx should depend on functions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed Apr 9, 2018
1 parent 5a26883 commit f142430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scipy/special/_generate_pyx.py
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,7 @@ def main():

pwd = os.path.dirname(__file__)
src_files = (os.path.abspath(__file__),
os.path.abspath(os.path.join(pwd, 'functions.json')),
os.path.abspath(os.path.join(pwd, 'add_newdocs.py')))
dst_files = ('_ufuncs.pyx',
'_ufuncs_defs.h',
Expand Down

0 comments on commit f142430

Please sign in to comment.