-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(python) Fix python model compilation, add to ci, improve hdf5 sea…
…rch, python ci in venv (#337) * fix(python) Rename dsigmaydp -> dsigma_ydp also in extern declaration * ci(python) Include python-sbml import and simulation in CI (Closes #338) * fix(*) Replace sigma_* by sigma* in all C++ code to have more uniform naming in python- and matlab-generated code * Add missing newly created model files * Fix typo * ci(python) Set exit status according to test outcome (Fixes #339) * ci(python) Disable building python package with cmake-generated libraries until they are repaired to work with current setup.py. Use plain setuptools package. * ci(python) Don't run tests/testSBML.py twice. Is already run as part of scripts/run-codecov.sh -> tests/testCoverage.py * debug(python) Print info if hdf5 was found * feature(python) Check for HDF5 in standard location if pkgconfig is unsuccesful * Fix variable name * added standard osx include and library dir hints * Fix hdf5 library path * Adapt hdf5 library path, be verbose * ci(): List hdf5 files * ci() Maybe we can find the static hdf5 library * ci() List brew hdf5 files * Adapt hdf5 library path * c() Add travis macOS hdf5 directories, remove debug output * fix(cmake) Don't use PYTHON_INCLUDE_PATH which was already deprecated in cmake 3.0.2 or earlier * cmake() VERSION_GREATER_EQUAL only introduced in cmake 3.7, making this check mostly useless * cmake() VERSION_GREATER_EQUAL only introduced in cmake 3.7, making this check mostly useless * Recreate example model code * Revert mingw ::hypot hypot _hypot fix, since ncluding STL headers before Python.h is discouraged This is an open python issue and should be fixed there (python/cpython#880). Windows workarounds exist. * ci(python) Install amici package to virtual environment and run tests there (Closes #342) * cmake() Add target for python source distribution * ci() install h5py * Revert "ci() install h5py" This reverts commit ea79054. * Install h5py in venv * Squashed commit of the following: commit 985646a Author: Daniel Weindl <[email protected]> Date: Tue Jul 3 13:52:18 2018 +0200 ci(python) no --user in venv; install wheel commit f991ce6 Author: Daniel Weindl <[email protected]> Date: Tue Jul 3 13:51:35 2018 +0200 ci(python) no --user in venv; install wheel commit 62f828b Author: Daniel Weindl <[email protected]> Date: Tue Jul 3 13:30:57 2018 +0200 ci(python) install pkgconfig commit b3d37c9 Author: Daniel Weindl <[email protected]> Date: Tue Jul 3 13:21:41 2018 +0200 ci (python) correct package name commit 039ebb0 Author: Daniel Weindl <[email protected]> Date: Tue Jul 3 13:11:55 2018 +0200 ci (python) venv activate commit 49d5412 Author: Daniel Weindl <[email protected]> Date: Tue Jul 3 13:05:03 2018 +0200 ci (python) venv activate commit d1f5824 Author: Daniel Weindl <[email protected]> Date: Tue Jul 3 12:57:45 2018 +0200 ci (python) venv activate commit 1446015 Author: Daniel Weindl <[email protected]> Date: Tue Jul 3 12:49:14 2018 +0200 ci (python) h5py commit b88701d Author: Daniel Weindl <[email protected]> Date: Tue Jul 3 12:42:56 2018 +0200 ci(python) install sdist commit 220323b Author: Daniel Weindl <[email protected]> Date: Tue Jul 3 12:15:40 2018 +0200 ci(python) install --user commit 190a270 Merge: 7adcc83 2e2e445 Author: Fabian Fröhlich <[email protected]> Date: Tue Jul 3 10:02:21 2018 +0200 Merge branch 'master' into feature_venv * ci(python) python 3.6 venv to find proper symengine wheel on osx? * ci(python) install python3.6 * ci(python) install python3.6
- Loading branch information
Showing
62 changed files
with
315 additions
and
968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.