Ticket #56292: Portfile.diff
File Portfile.diff, 635 bytes (added by jwhowarth, 7 years ago) |
---|
-
Portfile
old new 5 5 6 6 name ccpnmr 7 7 version 2.4.2 8 revision 18 revision 2 9 9 set branch [join [lrange [split $version .] 0 1] .] 10 10 categories science python 11 11 maintainers {gmail.com:howarth.at.macports @jwhowarth} … … 29 29 30 30 compilers.choose cc cxx 31 31 compilers.setup -clang -g95 -gfortran 32 compiler.blacklist cc clang {macports-clang-3.[0-7]} 32 33 33 34 set python.branch 2.7 34 35 set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch}