@@ -26,23 +26,26 @@ source code.
26
26
### OS X###
27
27
</a >
28
28
29
- For now, OS X users will find it easiest to use OpenCoarrays inside the
30
- Lubuntu virtual machine available in the [ Sourcery Institute Store] .
31
-
32
- In hopes of offering a straightforward, native OS X installation option, we
33
- have submitted a Portfile to the [ MacPorts] package management software
34
- developers. Please add yourself to the "cc" list on the corresponding [ ticket]
35
- for updates. Once Macports incorporates the OpenCoarrays Portfile, users will be
36
- to install OpenCoarrays by typing the following:
29
+ OS X users might find it easiest to install OpenCoarrays using the [ MacPorts]
30
+ package management system. After installing MacPorts, type the following:
37
31
38
32
sudo port selfupdate
39
33
sudo port upgrade outdated
40
34
sudo port install opencoarrays
41
35
42
36
where the "sudo" command requires Administrator privileges and where the first
43
37
two steps above are required only if the MacPorts ports were last updated prior
44
- to the incorporation of the OpenCoarrays Portfile into MacPorts. Repeating the
45
- above steps will also install future OpenCoarrays updates.
38
+ to 30 September 2015, when the OpenCoarrays port was incorporated into MacPorts.
39
+ Repeating the first two steps above will also update OpenCoarrays to the latest
40
+ release.
41
+
42
+ Please also install the mpstats port as follows:
43
+
44
+ sudo port install mpstats
45
+
46
+ which supports future OpenCoarrays development by providing download data the
47
+ OpenCoarrays team can use in proposals for research grants and development
48
+ contracts.
46
49
47
50
<a name =" windows " >
48
51
### Windows ###
@@ -55,6 +58,9 @@ contains dozens of other open-source software packages that support software
55
58
development in modern Fortran. See the [ download and installation instructions]
56
59
for a partial list of the included packages.
57
60
61
+ Alternatively, if you desire to use OpenCoarrays under Cygwin, please submit a
62
+ feature request via our [ Issues] page.
63
+
58
64
<a name =" linux " >
59
65
### Linux ###
60
66
</a >
0 commit comments