Changes between Initial Version and Version 1 of Ticket #37551


Ignore:
Timestamp:
Jan 6, 2013, 10:18:14 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Thanks for the report. Please remember to use WikiFormatting and to CC any port maintainers on future tickets.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37551

    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to mcalhoun@…
    • Property Version changed from 2.1.2 to
  • Ticket #37551 – Description

    initial v1  
    22
    33The issue may be that the source changes needed to compile on 64-bit machines were not made.  One line needs to be changed in each of the following files (though, for the drivers enabled in macports, I think only the two gidriv.f files need modification):
    4   drivers/gidriv.f
    5   drivers/ppdriv.f
    6   drivers/wddriv.f
    7   sys_win/gidriv.f
     4
     5- `drivers/gidriv.f`
     6- `drivers/ppdriv.f`
     7- `drivers/wddriv.f`
     8- `sys_win/gidriv.f`
    89
    910In each, look for a line saying:
     11{{{
    1012C Note: for 64-bit operating systems, change the following
    1113C declaration to INTEGER*8:
    1214
    1315Change the INTEGER declaration to INTEGER*8
     16}}}