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

Build 64 and 32 bit libs on installation #50

Closed
stuarthodgson opened this issue Jul 9, 2013 · 2 comments
Closed

Build 64 and 32 bit libs on installation #50

stuarthodgson opened this issue Jul 9, 2013 · 2 comments
Labels
type:feature new or enhanced functionality
Milestone

Comments

@stuarthodgson
Copy link
Collaborator

Enable a more formal RPM based installation.

@stuarthodgson
Copy link
Collaborator Author

In order to deal with multiple python version and the need for a common version to be installed on a network driver for instance the build/run process is going to change.

python and source will be installed.
When cocotb is run the libs will be build and stored in a tmp area (that can be specified by the user if required) and then these libs that are built on the local machine will be used for the pending execution. No changes in libs will mean that they are not rebuilt.

@stuarthodgson
Copy link
Collaborator Author

with environment var ARCH=i686 set then 32 bit is built on a 64 bit machine. This does need 32 bit python installed as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature new or enhanced functionality
Projects
None yet
Development

No branches or pull requests

1 participant