pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-nimble
Module Name: pkgsrc
Committed By: brook
Date: Wed Aug 31 18:41:07 UTC 2022
Modified Files:
pkgsrc/math/R-nimble: Makefile
Log Message:
math/R-nimble: Add tool dependency on gmake.
A library, libnimble.a, is compiled by this package using a Gnu makefile.
Add a tool dependency on gmake to avoid syntax errors.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-nimble/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-nimble/Makefile
diff -u pkgsrc/math/R-nimble/Makefile:1.4 pkgsrc/math/R-nimble/Makefile:1.5
--- pkgsrc/math/R-nimble/Makefile:1.4 Thu Apr 28 15:52:38 2022
+++ pkgsrc/math/R-nimble/Makefile Wed Aug 31 18:41:07 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/04/28 15:52:38 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/08/31 18:41:07 brook Exp $
R_PKGNAME= nimble
R_PKGVER= 0.12.2
@@ -14,6 +14,7 @@ DEPENDS+= R-igraph>=1.2.4.1:../../math/R
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
USE_LANGUAGES= c++ fortran
+USE_TOOLS+= gmake
EIGEN_FILES+= PardisoSupport
EIGEN_FILES+= src/Core/Assign_MKL.h
Home |
Main Index |
Thread Index |
Old Index