summaryrefslogtreecommitdiff
path: root/math/octave/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/octave: switch to Qhull8Thierry Thomas2022-02-188-15/+893
| | | | | | | Patch obtained from https://savannah.gnu.org/bugs/download.php?file_id=51705 PR: 261281 Approved by: stephen (maintainer)
* - Update math/octave to 6.2.0.Stephen Montgomery-Smith2021-02-216-29/+11
| | | | | | - Bump portrevision of dependent ports. - Add patches to dependent ports math/octave-forge-* if I can figure them out. - Mark broken dependent ports I couldn't figure out.
* - Update math/octave to 5.1.0.Stephen Montgomery-Smith2019-03-103-268/+7
| | | | | | | | | - Bump portrevision of unbroken octave-forge-* ports. - Bump portrevision of math/dynare which uses library files from octave. - Mark broken: octave-forge-(database|dicom|optim|fits|linear|linear|optim| parallel|signal|strings|struct|tisean|video). - Broken optional dependencies in math/octave-forge to default to off. - Bump portrevision of math/octave-forge.
* - Fixed error in which -qt4 is passed to QT tools. It should be -qt=qt4.Stephen Montgomery-Smith2018-05-062-46/+6
| | | | | | | | - Set MKINFO in configure_args so that makeinfo works. - Since plist changed, bump portrevision. PR: ports/228004 Submitted by: Robert Cina <transitive@gmail.com>
* - Update octave to 4.4.0.Stephen Montgomery-Smith2018-05-0310-159/+83
| | | | | - Either bump portrevision or mark broken for octave-forge-* ports. - Bump port revision for octave-forge.
* - Update to 4.2.2.Stephen Montgomery-Smith2018-03-141-11/+0
|
* - Fix build on armv6.Stephen Montgomery-Smith2018-03-081-0/+31
| | | | | PR: ports/223277 Submitted by: mikael.urankar@gmail.com
* - Make sure qscintilla links correctly to octave (otherwise the built in ↵Stephen Montgomery-Smith2018-03-011-0/+9
| | | | | | text editor doesn't work in the GUI version).
* - Update to 4.2.1.Stephen Montgomery-Smith2018-02-2413-110/+423
| | | | | | | - Maintainership to stephen@. PR: ports/225073 Submitted by: Ben Lauwens <ben.lauwens@gmail.com>
* Fix build after math/glpk updateAntoine Brodin2016-07-301-10/+0
| | | | | Reported by: pkg-fallout PR: 211455
* 1. Some dependencies were added per QA advice.Maho Nakata2016-07-272-25/+0
| | | | | | | | | | | 2. updated to version 4.0.3 deleted obsolete patch 'patch-libinterp-octave-value-ov-classdef' Java and GUI are now optional plist is now generated automatically revised dependencies PR: 211291 Submitted by: bsam (1), Alexander Sherikov (2)
* Forgot to add patches, and bump port revisionMaho Nakata2016-01-132-0/+25
| | | | | | PR: 201737 Submitted by: you.akira.noda@gmail.com Also spotted by: stephen@
* Update to 4.0.0Maho Nakata2016-01-081-7/+7
| | | | | PR: 201737 (partially) Submitted by: you.akira.noda@gmail.com
* Update to 3.8.0Maho Nakata2014-01-2210-431/+136
| | | | | PR: 185991 Submitted by: Max Sterling <maxclsb@gmail.com>
* Replace USE_FORTRAN with USES=fortran such that C/C++ code is built withTijl Coosemans2013-12-133-0/+33
| | | | | | | Clang/libc++ on FreeBSD 10. This fixes a crash caused by the use of libstdc++ while dependencies used libc++. Approved by: maho (maintainer)
* A build fix with recent (?) version of texinfo.Maho Nakata2013-11-291-0/+17
| | | | | | | Note that this cannot be reproduced in maho's tinderbox. PR: 183338 Submitted by: Mamoru Iwaki <1wkmmr@gmail.com>
* Unbreak for texinfo 5.1, patch was taken from Gentoo site.Maho Nakata2013-08-161-0/+360
| | | | | | | | | | | | Portrevision bumped. > Octave-3.6.4 in Gentoo has the identical bug. > https://bugs.gentoo.org/show_bug.cgi?id=465536 > Their texinfo.patch is here: > https://465536.bugs.gentoo.org/attachment.cgi?id=347084 PR: 179105 Submitted by: Chen Xie <xiechen@mail.ustc.edu.cn>
* update math/glpk to 4.49, and adjust dependent portsBrendan Fabeny2013-05-101-0/+10
| | | | Approved by: maho
* Update to 3.4.1.Maho Nakata2011-06-231-11/+0
| | | | | | | | | | | Add a make target called "check" you can now check octave port by $ make check . [1] Note: 10 tests failed on FreeBSD 8.1/RELEASE amd64. Discussion with @tmacchant via twitter
* update to 3.4.0Maho Nakata2011-05-105-62/+14
| | | | | PR: 156603 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
* Detect arpack correctly for BLAS and ATLAS, and bump port revision.Maho Nakata2009-08-071-3/+12
| | | | Submitted by: Robert Jenssen <robertjenssen@ozemail.com.au>
* Update to 3.2.2.Maho Nakata2009-08-033-20/+22
|
* Update to 3.0.5.Maho Nakata2009-04-123-58/+22
|
* Fix build with suitesparse 3.2.Maho Nakata2009-02-181-0/+53
| | | | | | patch is obtained from http://hg.tw-math.de/release-3-0-x/rev/712d9e045b1e .
* Recognize the -pthread flag, and bump port revision.Maho Nakata2008-09-021-0/+11
| | | | | PR: 126899 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Update to 3.0.1Maho Nakata2008-07-173-61/+0
|
* Since bsdtar can detect the type of file it's extracting, simplifyBrooks Davis2008-02-271-12/+25
| | | | | | handling of compressed tarballs and zip files. Approved by: maho (maintainer)
* 1. FreeBSD tar requires extra switches to read the archive from stdin.Maho Nakata2008-02-272-0/+30
| | | | | | | 2. Fix installation of packages from octave-forge. make is not GNU make. 3. Bump portrevision accordingly. Submitted by: Ryan Hinton <rwh4s@virginia.edu>
* Use the C++ compiler for linking liboctinterp.so in orderMaho Nakata2008-02-141-0/+12
| | | | | | to avoid lots of "Undefined symbol" errors also the tests passes. Submitted by: Ryan Hinton <rwh4s@virginia.edu>
* Update to 3.0.0, and grab maintainership.Maho Nakata2007-12-259-69/+42
|
* octave executable is now installed under libexec,Maho Nakata2006-07-091-2/+2
| | | | | so that we can install multiple versions of octaves. (esp for upcoming math/octave-devel port)
* Update to 2.1.73Maho Nakata2006-07-012-13/+13
| | | | This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
* [1]:Jean-Yves Lefort2005-05-266-40/+15
| | | | | | | | | | | - Update to 2.1.71 - Use ${INFO} Moreover: - Polish the Makefile PR: ports/81482 [1] Submitted by: Johan van Selst <johans@stack.nl> [1]
* - Use more graceful way to unbreak on amd64Sergey Matveychuk2005-02-101-0/+11
| | | | | PR: ports/74669 Submitted by: Roland Smith <rsmith(at)xs4all.nl>
* - Link with atlas version of lapackPav Lucistnik2003-12-071-0/+11
| | | | | | | | | - Make mkoctfile accept -pthread - Don't hardcode path to lib symlink PR: ports/56621, ports/58555 Submitted by: John E. Hein <jhein@timing.com> AMAKAWA Shuhei <sa264@cam.ac.uk>
* Add simple wrapper to avoid the errorMaho Nakata2003-07-231-0/+8
| | | | | | | /usr/libexec/ld-elf.so.1: Shared object "liboctinterp.so" not found PR: 54567,54653 Submitted by: Jonathan <j.e.drews@worldnet.att.net>
* o Update to 2.1.48.Norikatsu Shigemura2003-06-095-40/+28
| | | | | | PR: ports/52902 Submitted by: Ulrich Spoerlein <q@uni.de> Suggested by: Chris BeHanna
* 1. remove BROKENYing-Chieh Liao2003-06-082-1/+12
| | | | | 2. utilize PORTDOCS and DOCSDIR 3. sort PLIST
* work for both -stable and -currentYing-Chieh Liao2003-06-081-1/+1
| | | | | PR: 48322 Submitted by: Chris BeHanna <chris@pennasoft.com>
* upgrade to 2.1.39Ying-Chieh Liao2002-11-161-0/+14
| | | | | | PR: 39251, 45201 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Approved by: maintainer timeout
* The Alpha's fpsetmask(3) routine doesn't have a FP_X_DNML bit, so remove itSteve Price2000-02-201-0/+14
| | | | and get this port to building again.
* Bring Octave up to version 2.0.15.Chuck Robey2000-01-211-7/+7
| | | | Obtained from: Bill Fenner's Distfiles listing.
* Update to version 2.0.14.Steve Price1999-12-291-12/+12
| | | | | PR: 11504 Submitted by: nakai@tsl.pe.u-tokyo.ac.jp
* Sprinkle in some '#if !defined(__FreeBSD__)' incantations so we don't getSteve Price1999-07-051-0/+20
| | | | | OSF1/Alpha characteristics when the machine's arch is Alpha and the OS is FreeBSD.
* Misc. build fix.Satoshi Asami1999-05-122-0/+23
I changed "--defentry" to "--entry" but everything else is Submitted by: Jeremy Lea <reg@shale.csir.co.za>