Revision: 23293 http://sourceforge.net/p/gar/code/23293 Author: wahwah Date: 2014-03-30 10:28:36 +0000 (Sun, 30 Mar 2014) Log Message: ----------- ndiff/trunk: Remove an obsolete dependency.
Modified Paths: -------------- csw/mgar/pkg/ndiff/trunk/Makefile Modified: csw/mgar/pkg/ndiff/trunk/Makefile =================================================================== --- csw/mgar/pkg/ndiff/trunk/Makefile 2014-03-30 09:03:13 UTC (rev 23292) +++ csw/mgar/pkg/ndiff/trunk/Makefile 2014-03-30 10:28:36 UTC (rev 23293) @@ -9,19 +9,21 @@ similar. ndiff allows you to specify absolute and/or relative error tolerances for differences between numerical values in the two files, and then reports only the lines with values exceeding those tolerances. - It also tells you by how much they differ. + It also tells you by how much they differ. endef MASTER_SITES = ftp://ftp.math.utah.edu/pub/misc/ DISTFILES = $(NAME)-$(VERSION).tar.gz PATCHFILES = 0001-fixed-make-install-target.patch -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz +PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386 -RUNTIME_DEP_PKGS_CSWndiff += CSWlibgmp -BUILD_DEP_PKGS = +RUNTIME_DEP_PKGS_CSWndiff += CSWlibgmp10 +BUILD_DEP_PKGS = +# The test suite seems to be broken +SKIPTEST = 1 + VENDOR_URL = http://www.math.utah.edu/~beebe/software/ndiff/ CONFIGURE_ARGS = $(DIRPATHS) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.