[macports-ports] branch master updated: inspectrum: new port
Ryan Schmidt
ryandesign at macports.org
Wed Mar 21 22:33:42 UTC 2018
On Mar 21, 2018, at 16:46, Michael Dickens wrote:
> Michael Dickens (michaelld) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/f88f65bffec370a23e17cfb5093372c778485a8d
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new f88f65b inspectrum: new port
>
> f88f65b is described below
>
>
> commit f88f65bffec370a23e17cfb5093372c778485a8d
>
> Author: Michael Dickens <michaelld at macports.org>
> AuthorDate: Wed Mar 21 17:46:51 2018 -0400
>
>
> inspectrum: new port
>
> ---
> science/inspectrum/Portfile | 51 +++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 51 insertions(+)
> +PortGroup cmake 1.0
> +# do VPATH (out of source tree) build
> +
> +cmake.out_of_source yes
New ports (and old ports, as time permits) should use the cmake 1.1 portgroup instead of the cmake 1.0 portgroup. cmake 1.1 defaults to out of source builds, and has other improvements.
More information about the macports-dev
mailing list