Ticket #51455: Portfile_opencoarrays-1.6.0.diff
File Portfile_opencoarrays-1.6.0.diff, 1.2 KB (added by fanfarillo.gcc@…, 8 years ago) |
---|
-
(a) Portfile_1.3.6 vs. (b) Portfile
a b 6 6 PortGroup github 1.0 7 7 PortGroup mpi 1.0 8 8 9 github.setup sourceryinstitute opencoarrays 1. 3.69 github.setup sourceryinstitute opencoarrays 1.6.0 10 10 name OpenCoarrays 11 11 categories science parallel devel 12 12 platforms darwin … … 26 26 homepage http://opencoarrays.org 27 27 28 28 mpi.setup require require_fortran \ 29 -gcc44 -gcc45 -gcc46 -gcc47 -gcc48 -gcc49 \29 -gcc44 -gcc45 -gcc46 -gcc47 -gcc48 -gcc49 -gcc5 \ 30 30 -dragonegg -clang -llvm -fortran 31 31 universal_variant no 32 if {![variant_isset gcc 5] && ![variant_isset gcc6]} {33 default_variants +gcc 532 if {![variant_isset gcc6]} { 33 default_variants +gcc6 34 34 } 35 35 36 checksums rmd160 b0cd64299189f75b3d155e867f528b3f8d8ed946 \37 sha256 ed79cf94c5cabfa80034d7d0c39de254111b7529309533dc4c5b7bb12562010e36 checksums rmd160 2ac88ce194f2b3f58a03069d313361196afc0bf6 \ 37 sha256 0c7e56584b1c04101cfd5383f2d868fd1b26482422bafa0ccae86544626d5d97 38 38 39 39 #patchfiles tests-compiler.patch 40 40