Revision: 145128 https://trac.macports.org/changeset/145128 Author: dstrubbe@macports.org Date: 2016-01-26 06:51:54 -0800 (Tue, 26 Jan 2016) Log Message: ----------- wannier90: Update to 2.0.1. Modified Paths: -------------- trunk/dports/science/wannier90/Portfile Modified: trunk/dports/science/wannier90/Portfile =================================================================== --- trunk/dports/science/wannier90/Portfile 2016-01-26 14:39:17 UTC (rev 145127) +++ trunk/dports/science/wannier90/Portfile 2016-01-26 14:51:54 UTC (rev 145128) @@ -5,7 +5,7 @@ PortGroup compilers 1.0 name wannier90 -version 2.0.0 +version 2.0.1 categories science platforms darwin license GPL-2+ @@ -21,8 +21,8 @@ homepage http://www.wannier.org/ master_sites ${homepage}code/ -checksums rmd160 58a58f75fd9ebb08965f7c87dd9fdb90dbaa20fc \ - sha1 1d257c542327cdcf7481450170fb5887a90673a0 +checksums rmd160 357909e686b4b414d8afd8bb8ef90e71c7519708 \ + sha1 17af3f22a2623dc4d2c183dae7a5c63a6f0941bb # TODO: enable use of Accelerate instead (will need f2c or veclibfort) depends_lib port:atlas @@ -45,6 +45,8 @@ build.target all w90pov w90vdw } +# FIXME: w90pov uses default value of CC. + use_parallel_build yes destroot {
participants (1)
-
dstrubbe@macports.org