[128393] trunk/dports/science/berkeleygw/Portfile

Ryan Schmidt ryandesign at macports.org
Thu Nov 20 20:18:47 PST 2014


On Nov 20, 2014, at 12:23 PM, dstrubbe at macports.org wrote:
> 
> Revision
> 128393
> Author
> dstrubbe at macports.org
> Date
> 2014-11-20 10:23:26 -0800 (Thu, 20 Nov 2014)
> Log Message
> 
> berkeleygw: Enable support for MPI variants with scalapack.
> Modified Paths
> 
> 	• trunk/dports/science/berkeleygw/Portfile

> +    if {[mpi_variant_isset]} {
> +        build.args-append PARAFLAG="-DMPI" MATHFLAG="-DUSESCALAPACK" C_PARAFLAG="-DPARA" \
> +            SCALAPACKLIB="-L/opt/local/lib/ -lscalapack"
> +    }

Here, /opt/local should be changed to ${prefix}.



More information about the macports-dev mailing list