diff options
author | jwb <jwb@FreeBSD.org> | 2018-04-17 02:15:30 +0800 |
---|---|---|
committer | jwb <jwb@FreeBSD.org> | 2018-04-17 02:15:30 +0800 |
commit | 8c6a8237dad77a1f7cc5ae996ce4b2c759449826 (patch) | |
tree | bfa74f0462f421361b3f0bd4c5ba091211c87bce /science/Makefile | |
parent | ff05e6786afdbbfb30689b4847af2e63ae97e515 (diff) | |
download | freebsd-ports-gnome-8c6a8237dad77a1f7cc5ae996ce4b2c759449826.tar.gz freebsd-ports-gnome-8c6a8237dad77a1f7cc5ae996ce4b2c759449826.tar.zst freebsd-ports-gnome-8c6a8237dad77a1f7cc5ae996ce4b2c759449826.zip |
fsom: Tiny C library for managing SOM (Self-Organizing Maps) neural networks
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D15103
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 2fea54d73f41..caf9326d57a1 100644 --- a/science/Makefile +++ b/science/Makefile @@ -53,6 +53,7 @@ SUBDIR += fastcap SUBDIR += fasthenry SUBDIR += fisicalab + SUBDIR += fsom SUBDIR += fvcom SUBDIR += fvcom-mpi SUBDIR += fvm |