diff options
author | ryoon <ryoon@pkgsrc.org> | 2022-08-24 12:56:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2022-08-24 12:56:07 +0000 |
commit | 4814b626695bce82a812bff4d9747977dfbb011f (patch) | |
tree | 101527d98cf0312d8239908e413664fdbdda100a /math | |
parent | d7f7595abd6e21bf27d9b6cc635c9fa6651bb592 (diff) | |
download | pkgsrc-4814b626695bce82a812bff4d9747977dfbb011f.tar.gz |
math: Enable dragonbox
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 f12ad54f501..4c895c68e82 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.548 2022/08/24 12:51:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.549 2022/08/24 12:56:07 ryoon Exp $ COMMENT= Mathematics @@ -168,6 +168,7 @@ SUBDIR+= dieharder SUBDIR+= djbfft SUBDIR+= djbsort SUBDIR+= double-conversion +SUBDIR+= dragonbox SUBDIR+= eigen2 SUBDIR+= eigen3 SUBDIR+= eispack |