Skip to content

Commit f4ceb10

Browse files
author
Damian Rouson
committed
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.
Signed-off-by: Damian Rouson <[email protected]>
1 parent 89bdca6 commit f4ceb10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# build
3+
# install.sh
44
#
55
# -- This script installs OpenCoarrays and its prerequisites.
66
#

install_prerequisites/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ set_default_version()
8484
"gcc:trunk"
8585
"mpich:3.1.4"
8686
"wget:1.16.3"
87-
"flex:2.5.39"
87+
"flex:2.6.0rc1"
8888
"pkg-config:0.28"
8989
"make:4.1"
9090
"_unknown:0"

0 commit comments

Comments
 (0)