Elmer on Launchpad

Discussion about building and installing Elmer
Post Reply
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Elmer on Launchpad

Post by raback »

Hi All,

I just put some Ubuntu launchpad recipes publicly available. They have previously been in separate repositories under CSCfi but this is perhaps more convenient. The recipes may be found in:
https://github.com/ElmerCSC/elmer-packaging-ubuntu

Most of them are currently operational. For example, recipe for Ubuntu Groovy:
https://code.launchpad.net/~elmer-csc-u ... -groovy-eg

We try to keep these up-to-date but sometimes they may still be lagging or broken. There is certainly room for improvement if some launchpad wizard would be interested in giving a hand.

For those who just want to use the packages on launchpad here is what you should do:

Code: Select all

$ sudo apt-add-repository ppa:elmer-csc-ubuntu/elmer-csc-ppa
$ sudo apt-get update
$ sudo apt-get install elmerfem-csc
Note that there are also some packages with with ElmerGUI as well. Then you should say

Code: Select all

$ sudo apt-get install elmerfem-csc-eg
If the system complains that the ppa is not authenticated you can write the following

Code: Select all

sudo apt-get --allow-unauthenticated upgrade
-Peter
Post Reply