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

Create Paraview 3.98.1 DEB kits for Ubuntu 12.04 LTS #7762

Closed
stuartcampbell opened this issue Apr 23, 2013 · 2 comments
Closed

Create Paraview 3.98.1 DEB kits for Ubuntu 12.04 LTS #7762

stuartcampbell opened this issue Apr 23, 2013 · 2 comments
Assignees

Comments

@stuartcampbell
Copy link
Collaborator

This issue was originally TRAC 6916

Feel free to pass this back to me before you leave

@stuartcampbell
Copy link
Collaborator Author

@martyngigg (2013-04-24T10:57:30):
Owen said he'd have a look at this


@OwenArnold (2013-04-25T14:32:15):
I've been able to create deb kits for Paraview using the following options.

cmake -G"Unix Makefiles" -DBUILD_TESTING=OFF -DENABLE_paraview=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt -DCPACK_GENERATOR="DEB" -DCPACK_PACKAGE_CONTACT="mantid-help@mantidproject.org"

However, there are several problems.

  • CMAKE_INSTALL_PREFIX gets ignored
  • Relating to the above, the package maker tries to create a directory in /usr/doc for which it does not have permission. It's not ideal to create the package with sudo privs on the jenkins job.
  • If you do run 'make package' with elevated privs. You can create a package, however, once deployed the structure of this is crazy. the main paraview executable ends up under /usr/lib/paraview-398, and the libraries it requires are in the same directory, so cannot be loaded without modifying the LD_LIBRARY_PATH

The existing job is here http://download.mantidproject.org/jenkins/view/ParaView/job/isis_ubuntu-12.04_paraview-3.98.1. At the time of writing. You can pick up the debian file by looking under workspace/build


@NickDraper (2013-04-29T09:49:59):
Moved to r2.6 at the end of r2.5


@NickDraper (2013-07-26T13:55:01):
Moved to backlog at the code freeze for R2.6


@NickDraper (2014-02-14T11:04:59):
Bulk move to assigned at the introduction of the triage step

@martyngigg
Copy link
Member

I came across this while searching for debian related things. I guess we can close this now as it's way out of date?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants