Skip to content

Commit

Permalink
molden: Prevent the use of gcc10 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Jun 29, 2020
1 parent 6c99b08 commit 349da6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion science/molden/Portfile
Expand Up @@ -57,7 +57,10 @@ post-patch {
}

compilers.choose fc
compilers.setup require_fortran
compilers.setup require_fortran -gcc10
# This should allow gcc10 to work but the port doesn't honor MacPorts flags.
#compilers.allow_arguments_mismatch yes
# The argument mismatch problem has been reported to the developer by email.
minimum_xcodeversions {9 3.1}
use_parallel_build yes
use_configure no
Expand Down

0 comments on commit 349da6e

Please sign in to comment.