File tree Expand file tree Collapse file tree 3 files changed +8
-40
lines changed Expand file tree Collapse file tree 3 files changed +8
-40
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set ( CMAKE_BUILD_TYPE "Release"
7
7
set_property ( CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYPES} )
8
8
9
9
#Name project and specify source languages
10
- project (opencoarrays VERSION 1.3.3 LANGUAGES C Fortran )
10
+ project (opencoarrays VERSION 1.3.4 LANGUAGES C Fortran )
11
11
12
12
#Print an error message on an attempt to build inside the source directory tree:
13
13
if ("${CMAKE_CURRENT_SOURCE_DIR} " STREQUAL "${CMAKE_CURRENT_BINARY_DIR} " )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- Copyright (c) 2015, Sourcery Institute
2
- Copyright (c) 2016, Sourcery Institute
1
+ OpenCoarrays
2
+
3
+ -- A Coarray Fortran application binary interface, application programmer
4
+ interface, and compiler wrapper.
5
+
6
+ Copyright (c) 2015-2016, Sourcery Institute
7
+ Copyright (c) 2015-2016, Sourcery, Inc.
3
8
All rights reserved.
4
9
5
10
Redistribution and use in source and binary forms, with or without
You can’t perform that action at this time.
0 commit comments