Changes between Initial Version and Version 5 of Ticket #65843


Ignore:
Timestamp:
Sep 15, 2022, 7:03:56 PM (20 months ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Sergey, can you double-check the filename case within CMake files, etc, vis-a-vis the actual project source?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65843

    • Property Status changed from new to assigned
    • Property Cc barracuda156 removed
    • Property Summary changed from OpenCoarrays: patch fails to OpenCoarrays: project mixes-and-matches .F90 and f90 file extensions
    • Property Owner set to barracuda156
  • Ticket #65843 – Description

    initial v5  
    1 https://build.macports.org/builders/ports-12_arm64-builder/builds/63905/steps/install-port/logs/stdio
     1Initially was an issue with patching:
     2
    23{{{
    34can't find file to patch at input line 30
    4 Perhaps you used the wrong -p or --strip option?
    5 The text leading up to this was:
    6 --------------------------
    7 |
    85|--- src/tests/integration/pde_solvers/coarrayHeatSimplified/main.F90.orig      2022-05-09 10:53:57.000000000 +0700
    96|+++ src/tests/integration/pde_solvers/coarrayHeatSimplified/main.F90   2022-09-11 01:29:09.000000000 +0700
    10 --------------------------
    11 File to patch:
    12 Skip this patch? [y]
    13 Skipping patch.
    14 2 out of 2 hunks ignored
     7
    158}}}
    169Case mismatch: the f in f90 should be lowercase.
     10
     11Now we're seeing more mixed-case issues, this time during builds:
     12
     13{{{
     14-- Configuring done
     15CMake Error at src/tests/integration/pde_solvers/coarrayHeatSimplified/CMakeLists.txt:6 (add_executable):
     16  Cannot find source file:
     17
     18    main.F90
     19
     20CMake Error at src/tests/integration/pde_solvers/coarrayHeatSimplified/CMakeLists.txt:6 (add_executable):
     21  No SOURCES given to target: co_heat
     22}}}