72fd90a2da
Math::Calc::Units is a simple calculator that keeps track of units. It currently handles combinations of byte sizes and duration only, although adding any other multiplicative types is easy. Any unknown type is treated as a unique user type (with some effort to map English plurals to their singular forms). ok bernd@
71 lines
1.6 KiB
Makefile
71 lines
1.6 KiB
Makefile
# $OpenBSD: Makefile,v 1.68 2007/07/25 20:41:00 simon Exp $
|
|
#
|
|
|
|
SUBDIR += R
|
|
SUBDIR += aamath
|
|
SUBDIR += abs
|
|
SUBDIR += amd
|
|
SUBDIR += arpack
|
|
SUBDIR += blas
|
|
SUBDIR += calc
|
|
SUBDIR += calcoo
|
|
SUBDIR += cblas
|
|
SUBDIR += cfitsio
|
|
SUBDIR += coq
|
|
SUBDIR += ecm
|
|
SUBDIR += eigen
|
|
SUBDIR += fftw
|
|
SUBDIR += fftw3
|
|
SUBDIR += fftw3,float
|
|
SUBDIR += freemat
|
|
SUBDIR += galculator
|
|
SUBDIR += geg
|
|
SUBDIR += gnumeric
|
|
SUBDIR += gnuplot
|
|
SUBDIR += gnuplot,no_x11
|
|
SUBDIR += grace
|
|
SUBDIR += graphviz
|
|
SUBDIR += grpn
|
|
SUBDIR += hc
|
|
SUBDIR += hexcalc
|
|
SUBDIR += hoc
|
|
SUBDIR += jacal
|
|
SUBDIR += kst
|
|
SUBDIR += lapack
|
|
SUBDIR += maple
|
|
SUBDIR += maple-share
|
|
SUBDIR += mathomatic
|
|
SUBDIR += matio
|
|
SUBDIR += maxima
|
|
SUBDIR += mcl
|
|
SUBDIR += mcsim
|
|
SUBDIR += moo
|
|
SUBDIR += netcdf
|
|
SUBDIR += ntl
|
|
SUBDIR += octave
|
|
SUBDIR += p5-AI-NeuralNet-BackProp
|
|
SUBDIR += p5-AI-NeuralNet-Mesh
|
|
SUBDIR += p5-AI-Perceptron
|
|
SUBDIR += p5-Bit-Vector
|
|
SUBDIR += p5-Math-BigInt-GMP
|
|
SUBDIR += p5-Math-Calc-Units
|
|
SUBDIR += p5-Math-FFT
|
|
SUBDIR += p5-Math-GMP
|
|
SUBDIR += p5-Math-Pari
|
|
SUBDIR += p5-Math-Round
|
|
SUBDIR += p5-Set-IntSpan
|
|
SUBDIR += pari
|
|
SUBDIR += plplot
|
|
SUBDIR += py-Numeric
|
|
SUBDIR += py-gnuplot
|
|
SUBDIR += py-numpy
|
|
SUBDIR += py-probstat
|
|
SUBDIR += sc
|
|
SUBDIR += umfpack
|
|
SUBDIR += wingz
|
|
SUBDIR += wmcalc
|
|
SUBDIR += xspread
|
|
SUBDIR += yorick
|
|
|
|
.include <bsd.port.subdir.mk>
|