Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use python and pymodules from the linux distribution #16

Closed
javarias opened this issue Sep 29, 2014 · 3 comments
Closed

Use python and pymodules from the linux distribution #16

javarias opened this issue Sep 29, 2014 · 3 comments
Assignees
Milestone

Comments

@javarias
Copy link
Collaborator

To decrease the size of ACS distribution would be desirable to use as much possible the external products that already come with the host linux distribution. For this reason, the python coming in ACS as an ExtProd, shall be replaced with the python coming in the linux distro.

Currently ACS builds Python 2.6.5 with ucs4 support (which is the standard encoding in most linux distributions).

Also it is desirable to use most of the py modules as part of the host linux, rather that install them as part of ACS installation.

@javarias javarias self-assigned this Sep 29, 2014
@javarias javarias added this to the Milestone 1 milestone Sep 29, 2014
@javarias
Copy link
Collaborator Author

javarias commented Oct 7, 2014

List to python modules provided within ACS and its RPM package equivalent in CentOS 6 (including EPEL repositories)

Py Module RPM package
distribute (part of python package)
pysnmp pysnmp
python-ldap python-ldap
numpy (1.7.0) numpy (1.4.1)
gnuplot-py gnuplot-py
matplotlib (1.2.0) python-matplotlib (0.99)
scipy (0.7.2) scipy (0.7.2)
pyephem pyephem
pexpect pexpect
pychecker pychecker
coverage (3.3.1) python-coverage (2.6.6)
mock (0.6.0) python-mock (0.8.0)
pythoscope (N/A)
nose (0.11.3) python-nose (0.10.4)
pylint (0.28.0) pylint (0.21.1)
ipython python-ipython
snakefood (N/A)

@javarias
Copy link
Collaborator Author

javarias commented Oct 7, 2014

The only package I am hesitant to replace with the RPM package coming with CentOS is numpy, given the much older version available at the repository.

Also the N/A available packages should be compiled for now, until a RPM package and repository can be offered for those packages.

@javarias
Copy link
Collaborator Author

This ticket can be closed because pull request #35 solved this issue

cvalenzu pushed a commit to cvalenzu/ACS that referenced this issue Jan 25, 2018
…ate-the-idl-compiler-to-break-up to master

* commit '663472014b9795a68952418c964a69808aa437d1':
  put inplace relevant TAO and patched JacORB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant