1 | Index: gromacs/Portfile |
---|
2 | =================================================================== |
---|
3 | --- gromacs/Portfile (revision 62253) |
---|
4 | +++ gromacs/Portfile (working copy) |
---|
5 | @@ -%ld,%ld +%ld,%ld @@ |
---|
6 | # Important: keep in sync with the 'gromacs-double' port! |
---|
7 | |
---|
8 | PortSystem 1.0 |
---|
9 | +PortGroup muniversal 1.0 |
---|
10 | name gromacs |
---|
11 | -version 4.0.5 |
---|
12 | -revision 3 |
---|
13 | +version 4.0.7 |
---|
14 | +revision 1 |
---|
15 | categories science math |
---|
16 | maintainers adfernandes openmaintainer |
---|
17 | description The World's fastest Molecular Dynamics package |
---|
18 | @@ -%ld,%ld +%ld,%ld @@ |
---|
19 | master_sites ftp://ftp.gromacs.org/pub/gromacs \ |
---|
20 | http://cluster.earlham.edu/detail/home/charliep/packages |
---|
21 | |
---|
22 | -checksums sha1 9969aae6f77e2216add22a7b29805c4de8df649f |
---|
23 | +checksums sha1 8519bef2fa989fb487d54612b0a2d0228f228b30 |
---|
24 | |
---|
25 | -patchfiles ffG53aX_rtp.diff |
---|
26 | - # Fixes a typo in the .rtp file for ffG53a6 and ffG53a5 in Gromacs versions up to (and including) version 4.0.5. |
---|
27 | - # See http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin/gmx-tutorials/membrane_protein/01_pdb2gmx.html |
---|
28 | - |
---|
29 | depends_lib port:fftw-3-single port:libxml2 port:openmotif |
---|
30 | |
---|
31 | configure.args --bindir=${prefix}/lib/${name}/bin --enable-shared --with-x |
---|
32 | |
---|
33 | -platform darwin 10 { |
---|
34 | - configure.args-append --enable-apple-64bit |
---|
35 | -} |
---|
36 | - |
---|
37 | variant no_x11 { |
---|
38 | depends_lib-delete port:openmotif |
---|
39 | configure.args-delete --with-x |
---|
40 | Index: gromacs-double/Portfile |
---|
41 | =================================================================== |
---|
42 | --- gromacs-double/Portfile (revision 62252) |
---|
43 | +++ gromacs-double/Portfile (working copy) |
---|
44 | @@ -%ld,%ld +%ld,%ld @@ |
---|
45 | # Important: keep in sync with the 'gromacs' port! |
---|
46 | |
---|
47 | PortSystem 1.0 |
---|
48 | +PortGroup muniversal 1.0 |
---|
49 | name gromacs-double |
---|
50 | -version 4.0.5 |
---|
51 | -revision 3 |
---|
52 | +version 4.0.7 |
---|
53 | +revision 1 |
---|
54 | categories science math |
---|
55 | maintainers adfernandes openmaintainer |
---|
56 | description The World's fastest Molecular Dynamics package (double-precision) |
---|
57 | @@ -%ld,%ld +%ld,%ld @@ |
---|
58 | master_sites ftp://ftp.gromacs.org/pub/gromacs \ |
---|
59 | http://cluster.earlham.edu/detail/home/charliep/packages |
---|
60 | |
---|
61 | -checksums sha1 9969aae6f77e2216add22a7b29805c4de8df649f |
---|
62 | +checksums sha1 8519bef2fa989fb487d54612b0a2d0228f228b30 |
---|
63 | |
---|
64 | -# Currently, no patchfiles are needed since the only patch is in |
---|
65 | -# a data file for the dependent gromacs (single-precision) port. |
---|
66 | - |
---|
67 | depends_lib port:fftw-3 port:libxml2 port:openmotif port:gromacs |
---|
68 | |
---|
69 | configure.args --bindir=${prefix}/lib/${name}/bin --enable-shared --with-x --enable-double |
---|
70 | |
---|
71 | -platform darwin 10 { |
---|
72 | - configure.args-append --enable-apple-64bit |
---|
73 | -} |
---|
74 | - |
---|
75 | variant no_x11 { |
---|
76 | depends_lib-delete port:openmotif |
---|
77 | configure.args-delete --with-x |
---|