[136460] trunk/dports/math/shogun-devel/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun May 17 19:09:03 PDT 2015
> On May 17, 2015, at 7:34 AM, stromnov at macports.org wrote:
>
> Revision
> 136460
> Author
> stromnov at macports.org
> Date
> 2015-05-17 05:34:59 -0700 (Sun, 17 May 2015)
> Log Message
>
> shogun-devel: use cmake.out_of_source
> Modified Paths
>
> • trunk/dports/math/shogun-devel/Portfile
> Diff
>
> Modified: trunk/dports/math/shogun-devel/Portfile (136459 => 136460)
>
> --- trunk/dports/math/shogun-devel/Portfile 2015-05-17 11:16:07 UTC (rev 136459)
> +++ trunk/dports/math/shogun-devel/Portfile 2015-05-17 12:34:59 UTC (rev 136460)
> @@ -7,7 +7,7 @@
> name shogun-devel
> version 4.0.0
> set branch [join [lrange [split ${version} .] 0 1] .]
> -revision 1
> +revision 2
> categories math science
> platforms darwin
> license GPL-3
> @@ -34,9 +34,6 @@
> checksums rmd160 b6f63baeee7040ada85feb33374010a525384104 \
> sha256 ab39d3cc27fc1ddf6128f6e3fc60217e73a843b51c20f5d3ceb69e6565a43695
>
> -worksrcdir ${worksrcdir}/../build
> -patch.dir ${workpath}/${distname}
> -
> universal_variant no
>
> pre-fetch {
> @@ -63,8 +60,9 @@
> patch-cmake_FindSpinlock.cmake.diff \
> patch-src_interfaces_python_modular_CMakeLists.txt.diff
>
> +cmake.out_of_source yes
> +
> configure.args-append \
> - ../${distname}/ \
It doesn't seem like this in any way changes the files that get installed by the port, so there was no need to increase the revision.
More information about the macports-dev
mailing list