123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- # $OpenBSD: Makefile,v 1.141 2017/05/19 07:38:06 pirofti Exp $
- SUBDIR =
- SUBDIR += R
- SUBDIR += aamath
- SUBDIR += abs
- SUBDIR += arpack
- SUBDIR += blas
- SUBDIR += calc
- SUBDIR += calcoo
- SUBDIR += cblas
- SUBDIR += cfitsio
- SUBDIR += cgal
- SUBDIR += coq
- SUBDIR += ecm
- SUBDIR += eigen
- SUBDIR += eigen2
- SUBDIR += eigen3
- SUBDIR += fann
- SUBDIR += fftw
- SUBDIR += fftw3
- SUBDIR += fftw3,float
- SUBDIR += foma
- SUBDIR += freemat
- SUBDIR += galculator
- SUBDIR += geogebra
- SUBDIR += ginac
- SUBDIR += gnumeric
- SUBDIR += gnuplot
- SUBDIR += gnuplot,no_x11
- SUBDIR += grace
- SUBDIR += graphviz
- SUBDIR += grpn
- SUBDIR += gunits
- SUBDIR += hc
- SUBDIR += hdf5
- SUBDIR += hexcalc
- SUBDIR += hoc
- SUBDIR += hs-half
- SUBDIR += jacal
- SUBDIR += kst
- SUBDIR += lapack
- SUBDIR += libqalculate
- SUBDIR += libtommath
- SUBDIR += lpsolve
- SUBDIR += lrs
- SUBDIR += mathomatic
- SUBDIR += matio
- SUBDIR += maxima
- SUBDIR += mcl
- SUBDIR += mcsim
- SUBDIR += minisat
- SUBDIR += moo
- SUBDIR += netcdf
- SUBDIR += nonogram
- SUBDIR += nonolib
- SUBDIR += ntl
- SUBDIR += octave
- SUBDIR += openfst
- SUBDIR += p5-AI-FANN
- SUBDIR += p5-AI-NeuralNet-BackProp
- SUBDIR += p5-AI-NeuralNet-Kohonen
- SUBDIR += p5-AI-NeuralNet-Kohonen-Visual
- SUBDIR += p5-AI-NeuralNet-Mesh
- SUBDIR += p5-AI-Perceptron
- SUBDIR += p5-Algorithm-Combinatorics
- SUBDIR += p5-Algorithm-NaiveBayes
- SUBDIR += p5-Bit-Vector
- SUBDIR += p5-Business-Hours
- SUBDIR += p5-Chart-Math-Axis
- SUBDIR += p5-Data-PowerSet
- SUBDIR += p5-GraphViz
- SUBDIR += p5-Math-Base36
- SUBDIR += p5-Math-Base85
- SUBDIR += p5-Math-BaseCnv
- SUBDIR += p5-Math-Bezier
- SUBDIR += p5-Math-BigInt-GMP
- SUBDIR += p5-Math-BigInt-Pari
- SUBDIR += p5-Math-Calc-Units
- SUBDIR += p5-Math-Derivative
- SUBDIR += p5-Math-FFT
- SUBDIR += p5-Math-Fibonacci
- SUBDIR += p5-Math-Fibonacci-Phi
- SUBDIR += p5-Math-GMP
- SUBDIR += p5-Math-MatrixReal
- SUBDIR += p5-Math-Pari
- SUBDIR += p5-Math-Random-ISAAC
- SUBDIR += p5-Math-Round
- SUBDIR += p5-Math-Spline
- SUBDIR += p5-Math-Symbolic
- SUBDIR += p5-Math-SymbolicX-ParserExtensionFactory
- SUBDIR += p5-Math-VecStat
- SUBDIR += p5-Number-WithError
- SUBDIR += p5-Set-IntSpan
- SUBDIR += p5-Statistics-CaseResampling
- SUBDIR += p5-Statistics-Contingency
- SUBDIR += p5-Statistics-Descriptive
- SUBDIR += pari
- SUBDIR += plplot
- SUBDIR += prover9
- SUBDIR += py-Numeric
- SUBDIR += py-bottleneck
- SUBDIR += py-bottleneck,python3
- SUBDIR += py-gnuplot
- SUBDIR += py-mpmath
- SUBDIR += py-mpmath,python3
- SUBDIR += py-numexpr
- SUBDIR += py-numexpr,python3
- SUBDIR += py-numpy
- SUBDIR += py-numpy,python3
- SUBDIR += py-patsy
- SUBDIR += py-patsy,python3
- SUBDIR += py-probstat
- SUBDIR += py-scipy
- SUBDIR += py-scipy,python3
- SUBDIR += py-statistics
- SUBDIR += py-sympy
- SUBDIR += py-sympy,python3
- SUBDIR += qhull
- SUBDIR += qrupdate
- SUBDIR += sc
- SUBDIR += suitesparse
- SUBDIR += udunits
- SUBDIR += veusz
- SUBDIR += wcalc
- SUBDIR += wmcalc
- SUBDIR += wxMaxima
- SUBDIR += yorick
- SUBDIR += z3
- .include <bsd.port.subdir.mk>
|