Ticket #49230: Portfile-whizard.diff
File Portfile-whizard.diff, 1.9 KB (added by dstrubbe (David Strubbe), 9 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup compilers 1.0 5 6 6 7 name whizard 7 version 2.2. 68 version 2.2.7 8 9 revision 1 9 10 categories science 10 11 platforms darwin … … 30 31 homepage http://whizard.hepforge.org/ 31 32 master_sites http://www.hepforge.org/archive/whizard/ 32 33 33 checksums rmd160 e 6e7eeae70ceddefd1834d7a8099b1c63eaaeab4\34 sha256 5f9bcedcdcf091be8c65bb2a0d6fc47bb8e32d97b8a23aed2d33c0fd1015d27534 checksums rmd160 e7cb8c707966e5ace789834f8e778319a690f36c \ 35 sha256 2e8a9949ba0f923643b77e803e2c9cc467fb36310bd91ca3e8587aab2c876cf7 35 36 36 37 depends_build port:ocaml 37 38 … … 39 40 40 41 use_parallel_build yes 41 42 43 # if clang is used with gfortran, fails to link -lgomp 44 compilers.choose cc cxx fc f77 45 compilers.setup require_fortran -clang -llvm -g95 -gfortran 46 42 47 test.run yes 43 48 test.target check 44 49 45 variant gcc47 conflicts gcc48 gcc49 gcc5 description {Use GCC 4.7} {46 configure.compiler macports-gcc-4.747 }48 49 variant gcc48 conflicts gcc47 gcc49 gcc5 description {Use GCC 4.8} {50 configure.compiler macports-gcc-4.851 }52 53 variant gcc49 conflicts gcc47 gcc48 gcc5 description {Use GCC 4.9} {54 configure.compiler macports-gcc-4.955 }56 57 variant gcc5 conflicts gcc47 gcc48 gcc49 description {Use GCC 5} {58 configure.compiler macports-gcc-559 }60 61 if {![variant_isset gcc47] && ![variant_isset gcc48] && ![variant_isset gcc5]} {62 default_variants +gcc4963 }64 65 50 livecheck.type regex 66 51 livecheck.url [lindex ${master_sites} 0] 67 52 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}