diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-27 05:32:58 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-27 05:32:58 +0800 |
commit | af24a3a1a4bac34e96d625f1eb27b091d7b82960 (patch) | |
tree | 301bb4546d50790556e6aa1555e225427a2a9ec5 /math/Makefile | |
parent | 6e4c5541efa0d6904b8403038267d0f82ece4930 (diff) | |
download | freebsd-ports-gnome-af24a3a1a4bac34e96d625f1eb27b091d7b82960.tar.gz freebsd-ports-gnome-af24a3a1a4bac34e96d625f1eb27b091d7b82960.tar.zst freebsd-ports-gnome-af24a3a1a4bac34e96d625f1eb27b091d7b82960.zip |
New port: math/half: C++ library for half precision floating point arithmetic
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 7604e95a6ae4..81580472234d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -310,6 +310,7 @@ SUBDIR += gringo SUBDIR += grpn SUBDIR += gsl + SUBDIR += half SUBDIR += hexcalc SUBDIR += hipmcl SUBDIR += hmat-oss |