Documented and refactored corrected install.sh and install_prerequisites/build to improve clarity and robustness and to correct an error that occurred when the GCC build prerequisite 'flex' is present but the gfortran version in the path is < 5.1.0. |
|
More...
|
almost 10 years ago
|
Bumping version to 1.2.1 and updating prerequisite flex version number. |
|
More...
|
almost 10 years ago
|
Added Downloads section to README.md. |
|
More...
|
almost 10 years ago
|
Copying INSTALL.md from the master branch. |
|
More...
|
almost 10 years ago
|
Corrected link and typo in INSTALL.md |
|
More...
|
almost 10 years ago
|
Updated INSTALL.md in preparation for release 1.2.0 |
|
More...
|
almost 10 years ago
|
Bump version number. |
|
More...
|
almost 10 years ago
|
Tested the installation script with GCC 4.9.4 and 6.0.0. Updated the flex dependency to the 2.6.0 release candidate 1. This will need to be updatd again when flex 2.6.0 releases. |
|
More...
|
almost 10 years ago
|
Added the build of the flex prerequisite when necesssary for building GCC from source. Corrected string literal constant error in install_prerequisites/acceptable_compiler.f90. Signed-off-by: Damian Rouson <[email protected]> |
|
More...
|
almost 10 years ago
|
Firt complete draft of the installation script. It has been tested so far on Linux with an acceptable set of pre-installed prerequisites. It needs to be tested on on OS X and with uninstalled or unacceptable prerequisites to test the the building of the prerequisites. Signed-off-by: Damian Rouson <[email protected]> |
|
More...
|
almost 10 years ago
|
Adding --no-check-certificate for wget downloads in install_prerequisites/build to work around security problem. Signed-off-by: Damian Rouson <[email protected]> |
|
More...
|
almost 10 years ago
|
Added "make clean" step to the installation script to remove the file that gets written into the source tree during building. Also added missing qoutations in the definition link arguments in the caf compiler wrapper to fix a bug that preventing using caf on Linux. |
|
More...
|
almost 10 years ago
|
Bumping version number to 1.2.0 in preparation for a new-capability-release (the OpenCoarrays installation and general prerequisite installation scripts). |
|
More...
|
almost 10 years ago
|
Replacing individual prerequisites build scripts (buildgcc, buildcmake,...) with one general prerequisite script ('build'). Adding OpenCoarrays installation script (install.sh). Known issues: flex build fails on OS X due to a eported bug for which a candidate patch exists (http://sourceforge.net/p/flex/bugs/182/). Installation script works when all prerequisites are present and when one missing prerequisite is hardwired into the script. Next step: generalize the install script to detect any missing priorities, download, and build CMake. |
|
More...
|
almost 10 years ago
|
Update buildgcc: correct a comment |
|
More...
|
almost 10 years ago
|
Adding script to build pkg-config. |
|
More...
|
almost 10 years ago
|
Adding first draft of buildwget and buildflex (buildflex works on Linux but not yet on OS X). Refactored other build scripts. |
|
More...
|
almost 10 years ago
|
Bumping version to 1.1.3. Adding --avail/-a argument and flex pre-requisite check to buildgcc script. |
|
More...
|
almost 10 years ago
|
Renaming the environment variable invoked by caf compiler wrapper to prevent infinite recursion when building CAF application codes with CMake. |
|
More...
|
almost 10 years ago
|
Disabling the Navier-Stokes test build on 32-bit systems due an object-file incompatibility. |
|
More...
|
almost 10 years ago
|
Bumping the version to 1.1.1 to distinguish from the current release. |
|
More...
|
almost 10 years ago
|
Updated the MacPorts installation information to request installation of mpstats. |
|
More...
|
almost 10 years ago
|
Removed warnings during compilation and fixed co_reduce test |
|
More...
|
almost 10 years ago
|
Bumping version to 1.1.0 to reflect new capability: buildcmake works on OS X for the first time now. |
|
More...
|
almost 10 years ago
|
Updated the buildcmake script to work on OS X. |
|
More...
|
almost 10 years ago
|
Adding the install_prerequisites folder to avoid having to maintain different installation instructions on the master and branch-1.0.0 branches. (Keeping version number at 1.0.3 because the releas hasn't been tagged and posted yet.) |
|
More...
|
almost 10 years ago
|
Bumped the version number up to 1.0.3 and updated the installation instructions to reflect the availability of the MacPorts OpenCoarrays port. |
|
More...
|
almost 10 years ago
|
Removing the old buildgcc script. This will be replaced with a new version once it has been tested by users of the prerelease OpenCoarrays 2.0.0 (the master branch of the git repository). |
|
More...
|
almost 10 years ago
|
Bumping version to 1.0.2 and adding prerequisites/buildgcc script. |
|
More...
|
almost 10 years ago
|
Inserting missing installation step: "cd build" |
|
More...
|
almost 10 years ago
|