[MacPorts] #65843: OpenCoarrays: project mixes-and-matches .F90 and f90 file extensions

MacPorts noreply at macports.org
Thu Sep 15 19:03:57 UTC 2022


#65843: OpenCoarrays: project mixes-and-matches .F90 and f90 file extensions
---------------------------+--------------------------
  Reporter:  ryandesign    |      Owner:  barracuda156
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.7.2
Resolution:                |   Keywords:
      Port:  OpenCoarrays  |
---------------------------+--------------------------
Changes (by mascguy):

 * cc: barracuda156 (removed)
 * owner:  Christopher Nielsen <mascguy@…> => barracuda156
 * status:  reopened => assigned


Old description:

> https://build.macports.org/builders/ports-
> 12_arm64-builder/builds/63905/steps/install-port/logs/stdio
> {{{
> can't find file to patch at input line 30
> Perhaps you used the wrong -p or --strip option?
> The text leading up to this was:
> --------------------------
> |
> |---
> src/tests/integration/pde_solvers/coarrayHeatSimplified/main.F90.orig
> 2022-05-09 10:53:57.000000000 +0700
> |+++ src/tests/integration/pde_solvers/coarrayHeatSimplified/main.F90
> 2022-09-11 01:29:09.000000000 +0700
> --------------------------
> File to patch:
> Skip this patch? [y]
> Skipping patch.
> 2 out of 2 hunks ignored
> }}}
> Case mismatch: the f in f90 should be lowercase.

New description:

 Initially was an issue with patching:

 {{{
 can't find file to patch at input line 30
 |--- src/tests/integration/pde_solvers/coarrayHeatSimplified/main.F90.orig
 2022-05-09 10:53:57.000000000 +0700
 |+++ src/tests/integration/pde_solvers/coarrayHeatSimplified/main.F90
 2022-09-11 01:29:09.000000000 +0700

 }}}
 Case mismatch: the f in f90 should be lowercase.

 Now we're seeing more mixed-case issues, this time during builds:

 {{{
 -- Configuring done
 CMake Error at
 src/tests/integration/pde_solvers/coarrayHeatSimplified/CMakeLists.txt:6
 (add_executable):
   Cannot find source file:

     main.F90

 CMake Error at
 src/tests/integration/pde_solvers/coarrayHeatSimplified/CMakeLists.txt:6
 (add_executable):
   No SOURCES given to target: co_heat
 }}}

--

Comment:

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

-- 
Ticket URL: <https://trac.macports.org/ticket/65843#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list