summaryrefslogtreecommitdiff
path: root/math/lp_solve/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/lp_solve: honor CFLAGSEric Camachat2025-02-112-11/+26
| | | | | | | | Honor CFLAGS when compiling platform.c. PR: 270851 MFH: 2025Q1 Approved by: mayo@oyam.ca (maintainer timeout)
* - Update to 5.5.2.3Dmitry Marakasov2016-11-182-12/+12
| | | | | | | | | | | | | - Regenerate the patches - Add LICENSE - While here, fix shared lib installation PR: 212394 Submitted by: pfg Approved by: maintainer timeout (mayo@oyam.ca, 2 months) Notes: svn path=/head/; revision=426312
* math/lp_solve: respect TMPDIR environment variableEygene Ryabinkin2011-03-041-0/+98
| | | | | | | | | | | | | | | Some People (TM) are using non-executable /tmp on their machines. The ccc utility from the port tries to run compiled executables from /tmp, so this fails and port installation does not work. It is always good to respect TMPDIR and this patch does just that. PR: 154503 Feature safe: yes Approved by: garga (mentor) Notes: svn path=/head/; revision=270300
* Fix the fix.Max Brazhnikov2010-07-241-1/+1
| | | | | | | | PR: ports/148407 Submitted by: Mayo Jordanov (maintainer) Notes: svn path=/head/; revision=258131
* - Update to 5.5.0.13Martin Wilke2008-08-184-118/+0
| | | | | | | | PR: 126598 Submitted by: Ports Fury Notes: svn path=/head/; revision=218800
* Update to 5.5.0.9Maho Nakata2006-10-101-3/+5
| | | | | | | | | * New freely fetchable MASTER_SITE [1] * possible fix for sparc64 [2] Submitted by: Pedro F. Giffuni[1], kris[2] Notes: svn path=/head/; revision=175167
* * Install more header files.Maho Nakata2006-09-024-12/+60
| | | | | | | | * get rid of parts that link against libcompat * bump PORTREVISION Notes: svn path=/head/; revision=171865
* update to version 5.5Maho Nakata2006-09-025-36/+95
| | | | Notes: svn path=/head/; revision=171859
* Fixed bison problem.Maho Nakata2003-07-231-2/+2
| | | | | | | | Pointed out by: kris Pointy hat to: maho and Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=85462
* lp_solve, A free linear programming solver that can processMaho Nakata2003-07-192-0/+36
standard MPL format. This lp_solve versions is released under the LGPL license PR: 53649 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=85171