> What does the /mahout/ refers to? This is the path on the Apache distribution server. It's built by various substitutions from Makefile, bigtop.mk, and package.mk. For example, Mahout expands to http://apache.osuosl.org/mahout/0.7/mahout-distribution-0.7-src.tar.gz
> Where does the download happen? > Where can I learn more about what the $eval $(call ....) syntax is implementing? For both, see package.mk ( https://git-wip-us.apache.org/repos/asf?p=bigtop.git;a=blob_plain;f=package.mk;hb=HEAD ) On Mon, Oct 7, 2013 at 5:22 PM, Jay Vyas <[email protected]> wrote: > Thanks roman ! > > Okay so, can you provide me with some guidance here: > > # Mahout > MAHOUT_NAME=mahout > MAHOUT_RELNOTES_NAME=Apache Mahout > MAHOUT_PKG_NAME=mahout > MAHOUT_BASE_VERSION=0.7 > MAHOUT_PKG_VERSION=0.7 > MAHOUT_RELEASE_VERSION=1 > MAHOUT_TARBALL_DST=mahout-distribution-$(MAHOUT_BASE_VERSION)-src.tar.gz > MAHOUT_TARBALL_SRC=$(MAHOUT_TARBALL_DST) > MAHOUT_DOWNLOAD_PATH=/mahout/$(MAHOUT_BASE_VERSION) > MAHOUT_SITE=$(APACHE_MIRROR)$(MAHOUT_DOWNLOAD_PATH) > MAHOUT_ARCHIVE=$(APACHE_ARCHIVE)$(MAHOUT_DOWNLOAD_PATH) > $(eval $(call PACKAGE,mahout,MAHOUT)) > > 1) What does the /mahout/ refers to? > 2) Where does the download happen? > 3) Where can I learn more about what the $eval $(call ....) syntax is > implementing? > > Thanks again and please excuse my ignorance here :) > -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
