Skip to content

Commit

Permalink
use symbolic link to external/anyode
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah authored and spcornelius committed Jul 31, 2018
1 parent 1b3bc72 commit 0d911dc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "pyodesys/native/sources/anyode"]
path = pyodesys/native/sources/anyode
path = external/anyode
url = git://github.com/bjodah/anyode
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ requirements:
- matplotlib
- appdirs
- boost
- pyodeint >=0.9.4
- pyodeint >=0.9.5
- pygslodeiv2 >=0.8.4
- pycvodes >=0.10.5
- pycvodes >=0.11.0
- pycompilation
- pycodeexport
- python-symengine
Expand Down
1 change: 1 addition & 0 deletions external/anyode
Submodule anyode added at 775964
1 change: 0 additions & 1 deletion pyodesys/native/sources/anyode
Submodule anyode deleted from 775964
1 change: 1 addition & 0 deletions pyodesys/native/sources/anyode
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool:pytest]
norecursedirs = .git .cache scripts build dist conda-recipe benchmarks __pycache__ doc deploy .jupyter
norecursedirs = .git .cache scripts build dist conda-recipe benchmarks __pycache__ doc deploy .jupyter external/anyode
pep8maxlinelength=119
pep8ignore =
* E226 # missing whitespace around arithmetic operator
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def _path_under_setup(*args):
_author, _author_email = open(_path_under_setup('AUTHORS'), 'rt').readline().split('<')

extras_req = {
'integrators': ['pyodeint>=0.9.4', 'pycvodes>=0.10.5', 'pygslodeiv2>=0.8.4'],
'integrators': ['pyodeint>=0.9.5', 'pycvodes>=0.11.0', 'pygslodeiv2>=0.8.4'],
'native': ['pycompilation>=0.4.3', 'pycodeexport>=0.1.1', 'appdirs'],
'docs': ['Sphinx', 'sphinx_rtd_theme', 'numpydoc'],
'testing': ['pytest-cov', 'pytest-flakes', 'pytest-pep8']
Expand Down

0 comments on commit 0d911dc

Please sign in to comment.