Fedora
From Gerris
(Difference between revisions)
| Revision as of 17:17, 25 June 2011 Popinet (Talk | contribs) (Added Fedora 15) ← Previous diff |
Revision as of 20:03, 18 March 2012 Popinet (Talk | contribs) (Fixed key) Next diff → |
||
| Line 11: | Line 11: | ||
| enable=1 | enable=1 | ||
| gpgcheck=1 | gpgcheck=1 | ||
| - | gpgkey=http://gfs.sf.net/debian/popinet_key.asc | + | gpgkey=http://gerris.dalembert.upmc.fr/debian/popinet_key.asc |
| </pre> | </pre> | ||
| in a file called (for example) <code>/etc/yum.repos.d/gerris.repo</code>. Note that you will need root access to be able to do this. | in a file called (for example) <code>/etc/yum.repos.d/gerris.repo</code>. Note that you will need root access to be able to do this. | ||
Revision as of 20:03, 18 March 2012
Daily snapshot builds for Fedora are available at:
- http://download.opensuse.org/repositories/home:/popinet/Fedora_14
- http://download.opensuse.org/repositories/home:/popinet/Fedora_15
To enable the correct repository in Fedora, you need to copy and paste the following repository definition
[gerris] name=Gerris Flow Solver development snapshot baseurl=http://download.opensuse.org/repositories/home:/popinet/Fedora_$releasever enable=1 gpgcheck=1 gpgkey=http://gerris.dalembert.upmc.fr/debian/popinet_key.asc
in a file called (for example) /etc/yum.repos.d/gerris.repo. Note that you will need root access to be able to do this.
Once this is done, you can install Gerris, GfsView (and dependencies) using
su -c 'yum install gerris-snapshot gfsview-snapshot'
If you want to update Gerris and GfsView to the latest version do
su -c 'yum update gerris-snapshot gfsview-snapshot'

