diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-02-04 17:37:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-02-04 17:37:44 +0000 |
commit | e3f7661eef77d5254563cf1787aaf056ae72034b (patch) | |
tree | 4e574cf0fade4662cc05e8fecb01cee862b1f6de /math | |
parent | e6436ad9850b01fa9c54548c9a27bba4676d7465 (diff) | |
download | pkgsrc-e3f7661eef77d5254563cf1787aaf056ae72034b.tar.gz |
Add coinmp
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 9f6a4798aef..2fa89b1f1ff 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.302 2014/10/29 23:14:36 cheusov Exp $ +# $NetBSD: Makefile,v 1.303 2015/02/04 17:37:44 ryoon Exp $ COMMENT= Mathematics @@ -73,6 +73,7 @@ SUBDIR+= cgal SUBDIR+= clisp-pari SUBDIR+= cln SUBDIR+= cloog +SUBDIR+= coinmp SUBDIR+= crfsuite SUBDIR+= dcdflib.c SUBDIR+= dcdflib.f |