diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 13:28:35 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 13:28:35 +0800 |
commit | 60f47e1dfc2b73c1698da030b6385c62fae338be (patch) | |
tree | 5fb62c1a1db0964864c3b9196821ddce2ebdb4b2 /math/Makefile | |
parent | 813963cc7ea475300ba9de29f5c40b05b3e6360b (diff) | |
download | freebsd-ports-gnome-60f47e1dfc2b73c1698da030b6385c62fae338be.tar.gz freebsd-ports-gnome-60f47e1dfc2b73c1698da030b6385c62fae338be.tar.zst freebsd-ports-gnome-60f47e1dfc2b73c1698da030b6385c62fae338be.zip |
Add port math/octave-forge-physicalconstants
This is physicalconstants.
Physical Constants from Atomic & Molecular Physics, taken from NIST database
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
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 0a844e2824a9..998e4f1ab0d1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -217,6 +217,7 @@ SUBDIR += octave-forge-outliers SUBDIR += octave-forge-parallel SUBDIR += octave-forge-pdb + SUBDIR += octave-forge-physicalconstants SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree |