aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-27Switch from distutils to setuptools and add dependencyGravatar Remi Lehe 1-7/+2
2018-09-07The 2d and 3d Python versions can both be installedGravatar Dave Grote 1-2/+2
2018-08-24Added PYINSTALLOPTIONS to Make.WarpXGravatar Dave Grote 1-5/+5
2018-08-24Update how the python version is imported.Gravatar Dave Grote 1-1/+13
A pure Python version can be installed when only writing input files is reguired.
2017-12-06Added python callbacks, like beforestep etcGravatar Dave Grote 1-0/+7
2017-03-23Switched high level Python wrapper to ctypesGravatar Grote 1-39/+2
2017-03-09Converted python interface to AMReXGravatar Dave Grote 1-18/+21
Also added python level time step and incomplete wrap to access the fields.
2017-02-27Make sure the setup scripts gets the proper options for C++11 on OS X.Gravatar Andrew Myers 1-2/+8
2017-02-03Added Python wrapper around top level classes.Gravatar Dave Grote 1-2/+13
2017-01-19Fixing the Python extension installation on Linux.Gravatar atmyers 1-1/+1
2017-01-10Added python wrapper around addNParticlesGravatar Dave Grote 1-0/+9
The underlying routine needs to be implemented
2017-01-10Cleaned up python importing of warpxGravatar Dave Grote 1-0/+1
2016-11-09Initial python wrapped versionGravatar Dave Grote 1-0/+21