We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59b8bd commit ef039eeCopy full SHA for ef039ee
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.0)
2
3
#Name project and specify source languages
4
-project(opencoarrays VERSION 1.2.0 LANGUAGES C Fortran)
+project(opencoarrays VERSION 1.2.1 LANGUAGES C Fortran)
5
6
#Print an error message on an attempt to build inside the source directory tree:
7
if ("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
install_prerequisites/build
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!bin/bash
#
# build
@@ -84,7 +84,7 @@ set_default_version()
84
"gcc:trunk"
85
"mpich:3.1.4"
86
"wget:1.16.3"
87
- "flex:2.6.0rc1"
+ "flex:2.6.0"
88
"pkg-config:0.28"
89
"make:4.1"
90
"_unknown:0"
0 commit comments