diff options
author | wen <wen@pkgsrc.org> | 2015-11-28 07:35:01 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-11-28 07:35:01 +0000 |
commit | 2346e979779365a4bc9c9a2a6d8230ec183fa8d9 (patch) | |
tree | 6ef03341c06d7cfe461727d547520e15cf12c5af /math/Makefile | |
parent | b4076f9e4f9ef32591385bf53b42d61fc1f7fcc3 (diff) | |
download | pkgsrc-2346e979779365a4bc9c9a2a6d8230ec183fa8d9.tar.gz |
Add nlopt
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 266611f1670..2bd5059fc39 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.309 2015/11/27 10:11:45 gson Exp $ +# $NetBSD: Makefile,v 1.310 2015/11/28 07:35:01 wen Exp $ COMMENT= Mathematics @@ -157,6 +157,7 @@ SUBDIR+= mtl SUBDIR+= muparser SUBDIR+= newmat SUBDIR+= nickle +SUBDIR+= nlopt SUBDIR+= ntl SUBDIR+= octave SUBDIR+= odepack |