diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 11:08:29 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 11:08:29 +0000 |
commit | 8390a775d16dfa6921c25421c204793302ca432d (patch) | |
tree | bbb422e908423c6bb6e0c8536bb54df1c81fa3ed /math | |
parent | aafc07b75882debbe83867ef163162407f7a32b8 (diff) | |
download | ports-8390a775d16dfa6921c25421c204793302ca432d.tar.gz ports-8390a775d16dfa6921c25421c204793302ca432d.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/spectra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/spectra/Makefile b/math/spectra/Makefile index 85ebbe74afcd..7edc12d5b01f 100644 --- a/math/spectra/Makefile +++ b/math/spectra/Makefile @@ -11,6 +11,8 @@ COMMENT= C++ library for large scale eigenvalue problems LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= gmake>0:devel/gmake + USES= eigen:3,run USE_GITHUB= yes GH_ACCOUNT= yixuan @@ -18,8 +20,6 @@ GH_ACCOUNT= yixuan NO_BUILD= yes NO_ARCH= yes -TEST_RUN_DEPENDS= gmake>0:devel/gmake - do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} include ${STAGEDIR}${PREFIX} |