Changes between Initial Version and Version 2 of Ticket #60657


Ignore:
Timestamp:
Jun 15, 2020, 4:13:00 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60657

    • Property Status changed from new to accepted
    • Property Owner set to ryandesign
    • Property Priority changed from High to Normal
  • Ticket #60657 – Description

    initial v2  
    11When installing the latest molden version, it uses gcc10, and stops because of several error messages.
     2{{{
    23Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/REAL(4)).
     4}}}
    35
    46Thanks for fixing this bug.
    57
    68Also to build gmolden automatically the following lines must be changed:
     9{{{
    710build.target        molden **gmolden**
    811    xinstall -W ${worksrcpath} molden **gmolden** ${destroot}${prefix}/bin
     12}}}
    913
    1014Thanks for the fixes, Valérie