python-meep team mailing list archive
-
python-meep team
-
Mailing list archive
-
Message #00018
[Bug 518406] Re: setup.py does not accept the options --root, --prefix, --record-rpm
** Also affects: python-meep/1.2
Importance: Undecided
Status: New
** Changed in: python-meep/1.2
Status: New => In Progress
** Changed in: python-meep/1.2
Assignee: (unassigned) => bigorno (emmanuel)
** Changed in: python-meep/1.2
Assignee: bigorno (emmanuel) => Emmanuel Lambert (emmanuel-lambert)
--
setup.py does not accept the options --root, --prefix, --record-rpm
https://bugs.launchpad.net/bugs/518406
You received this bug notification because you are a member of python-
meep, which is the registrant for python-meep.
Status in Python binding for MEEP (FDTD solver by MIT): New
Status in python-meep 1.2 series: In Progress
Bug description:
Hi there,
when creating rpm packages, you usually need the setup options: --root, --prefix, --record-rpm.
Currently getopt does not accept those options.
As workaround I've changed the getopt line in setup.py:
optlist, a = getopt.getopt(sys.argv[2:], 'I:L:',['all', 'root=', 'record-rpm=', 'prefix='])
Regards
Werner
References