# $Id: Portfile,v 1.12 2005/07/29 22:03:33 gwright Exp $ PortSystem 1.0 name octave version 2.1.71 revision 2 categories math science maintainers persquare@users.sourceforge.net platforms darwin description a Matlab-like environment for numerical analysis long_description \ Octave provides a convenient command line interface \ for solving linear and nonlinear problems numerically, \ using a language that is mostly compatible with Matlab. \ It is easily extensible and customizable via \ user-defined functions or using dynamically loaded \ modules written in e.g. C++, C or Fortran. homepage http://www.octave.org master_sites ftp://ftp.octave.org/pub/octave/bleeding-edge/ checksums md5 811df48dfc472013e2d858cc5d1cad00 patchfiles patch-configure depends_build bin:texinfo:texinfo \ bin:tex:teTeX \ port:gcc34 depends_lib lib:libreadline.5:readline \ port:hdf5 \ port:fftw-3 depends_run bin:gnuplot:gnuplot \ port:gcc34 configure.env F77="g77-dp-3.4" \ FLIBS="-lg2c" \ CC="gcc-dp-3.4 -v" \ CXX="g++-dp-3.4 -v" \ LDFLAGS="-L${prefix}/lib" \ CPPFLAGS="-I${prefix}/include" configure.args --enable-shared \ --enable-dl \ --disable-static \ --with-hdf5 \ --with-fftw \ --without-mpi \ --infodir=${prefix}/share/info \ --mandir=${prefix}/share/man destroot.destdir prefix=${destroot}${prefix} default_variants +test variant test { depends_build-append bin:runtest:dejagnu test.run yes test.target check }