1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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.
rouson
as Damian Rouson
More... almost 10 years ago
Bumping version to 1.2.1 and updating prerequisite flex version number.
rouson
as Damian Rouson
More... almost 10 years ago
Added Downloads section to README.md.
rouson
as Damian Rouson
More... almost 10 years ago
Copying INSTALL.md from the master branch.
rouson
as Damian Rouson
More... almost 10 years ago
Corrected link and typo in INSTALL.md
rouson
as Damian Rouson
More... almost 10 years ago
Updated INSTALL.md in preparation for release 1.2.0
rouson
as Damian Rouson
More... almost 10 years ago
Bump version number.
rouson
as Damian Rouson
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.
rouson
as Damian Rouson
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]>
rouson
as Damian Rouson
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]>
rouson
as Damian Rouson
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]>
rouson
as Damian Rouson
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.
rouson
as Damian Rouson
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).
rouson
as Damian Rouson
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.
rouson
as Damian Rouson
More... almost 10 years ago
Update buildgcc: correct a comment
rouson
as Damian Rouson
More... almost 10 years ago
Adding script to build pkg-config.
rouson
as Damian Rouson
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.
rouson
as Damian Rouson
More... almost 10 years ago
Bumping version to 1.1.3. Adding --avail/-a argument and flex pre-requisite check to buildgcc script.
rouson
as Damian Rouson
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.
rouson
as Damian Rouson
More... almost 10 years ago
Disabling the Navier-Stokes test build on 32-bit systems due an object-file incompatibility.
rouson
as Damian Rouson
More... almost 10 years ago
Bumping the version to 1.1.1 to distinguish from the current release.
rouson
as Damian Rouson
More... almost 10 years ago
Updated the MacPorts installation information to request installation of mpstats.
rouson
as Damian Rouson
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.
rouson
as Damian Rouson
More... almost 10 years ago
Updated the buildcmake script to work on OS X.
rouson
as Damian Rouson
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.)
rouson
as Damian Rouson
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.
rouson
as Damian Rouson
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).
rouson
as Damian Rouson
More... almost 10 years ago
Bumping version to 1.0.2 and adding prerequisites/buildgcc script.
rouson
as Damian Rouson
More... almost 10 years ago
Inserting missing installation step: "cd build"
rouson
as sourceryinstitute
More... almost 10 years ago