Revision: 144126 https://trac.macports.org/changeset/144126 Author: khindenburg@macports.org Date: 2016-01-02 09:31:00 -0800 (Sat, 02 Jan 2016) Log Message: ----------- py-pymc: update to 2.3.6; setup gcc5 default #49747 Modified Paths: -------------- trunk/dports/python/py-pymc/Portfile Modified: trunk/dports/python/py-pymc/Portfile =================================================================== --- trunk/dports/python/py-pymc/Portfile 2016-01-02 16:50:27 UTC (rev 144125) +++ trunk/dports/python/py-pymc/Portfile 2016-01-02 17:31:00 UTC (rev 144126) @@ -5,8 +5,7 @@ PortGroup python 1.0 PortGroup github 1.0 -github.setup pymc-devs pymc 2.3.4 -revision 1 +github.setup pymc-devs pymc 2.3.6 v name py-pymc maintainers hum openmaintainer license {AFL-3 BSD} @@ -23,17 +22,14 @@ python.versions 26 27 33 34 -# stealth update -dist_subdir ${name}/${version}_1 - if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-numpy - checksums rmd160 3fb8c212c9db83c67fdd07b5358ceb4554281b52 \ - sha256 b8270ad31e58a3c6696ac6f03fc26023826707f5804547ee281a09b7bc72b42b + checksums rmd160 b4eac13ae502bb3e8ec3f314deb73750edcb6a8a \ + sha256 9c33a3430e8d55dbe0beaa79394e866f9115c4ec84615e24dabc154334538a6a - set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9} - set default_fortran_variant +gcc48 + set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9 5} + set default_fortran_variant +gcc5 set g95_conflicts {} foreach ver ${gcc_versions} {
participants (1)
-
khindenburg@macports.org