diff options
author | wen <wen> | 2015-11-28 07:35:01 +0000 |
---|---|---|
committer | wen <wen> | 2015-11-28 07:35:01 +0000 |
commit | 3c3e0b332718b75978013d1f8d3f6b6ecafd1144 (patch) | |
tree | 6ef03341c06d7cfe461727d547520e15cf12c5af /math | |
parent | 9f6618a5c439d2be16af2987a128fa23474a245e (diff) | |
download | pkgsrc-3c3e0b332718b75978013d1f8d3f6b6ecafd1144.tar.gz |
Add nlopt
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 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 |