[macports-ports] branch master updated: science/lscsoft-deps: add cmake
Ryan Schmidt
ryandesign at macports.org
Tue Jun 12 14:17:52 UTC 2018
On Jun 11, 2018, at 20:31, Adam Mercer wrote:
> Adam Mercer (skymoo) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/16e7c1d2b68ae38536271e6572c116b11620b125
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new 16e7c1d science/lscsoft-deps: add cmake
>
> 16e7c1d is described below
>
>
> commit 16e7c1d2b68ae38536271e6572c116b11620b125
>
> Author: Adam Mercer
> AuthorDate: Mon Jun 11 18:30:56 2018 -0700
>
>
> science/lscsoft-deps: add cmake
>
> ---
> science/lscsoft-deps/Portfile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>
> diff --git a/science/lscsoft-deps/Portfile b/science/lscsoft-deps/Portfile
> index 98cb2a2..9913b09 100644
> --- a/science/lscsoft-deps/Portfile
> +++ b/science/lscsoft-deps/Portfile
> @@ -3,7 +3,7 @@
> PortSystem 1.0
>
> name lscsoft-deps
> -version 20180607
> +version 20180611
> categories science
> maintainers {ram @skymoo} {aronnax @lpsinger} {ligo.org:ed.maros @emaros}
> platforms darwin
> @@ -21,6 +21,7 @@ distfiles
>
> depends_run port:autoconf \
> port:automake \
> + port:cmake \
> port:git \
> port:git-lfs \
> port:libtool \
Assuming there's no reason why cmake-devel wouldn't work, this should instead be written as "path:bin/cmake:cmake".
More information about the macports-dev
mailing list