Ticket #41682: patch-Portfile.diff
File patch-Portfile.diff, 1.5 KB (added by dbevans (David B. Evans), 11 years ago) |
---|
-
Portfile
1 1 # -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 2 2 # $Id$ 3 3 4 4 PortSystem 1.0 … … 5 5 PortGroup python 1.0 6 6 PortGroup github 1.0 7 7 8 github.setup pymc-devs pymc 2.3 9 revision 28 github.setup pymc-devs pymc 2.3 v 9 revision 3 10 10 name py-pymc 11 11 maintainers nomaintainer 12 12 license BSD … … 21 21 22 22 platforms darwin 23 23 24 dist_subdir ${name}/${version}_ 224 dist_subdir ${name}/${version}_${revision} 25 25 26 26 27 27 python.versions 26 27 32 33 … … 29 29 if {${name} ne ${subport}} { 30 30 depends_lib-append port:py${python.version}-numpy 31 31 32 checksums rmd160 8f810928bd2edf8fbd857eb08530e81d9a661028 \ 33 sha256 b4ce92cfffcdebfb4e4083bae5113b019b8ef2c33f3fd020d2818cc3a9a4b53d 32 checksums md5 e49de8920609727c13de42f3101454fe \ 33 rmd160 0c0d9f7ef37cbe0ff608a8e059cff6f8cdb6587e \ 34 sha256 506455fd0a4f27db4448fcf8343ffa60d1c16a1f2819c947edf52f0fe2f4070d 34 35 35 36 set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9} 36 37 set default_fortran_variant +gcc48