summaryrefslogtreecommitdiff
path: root/math/ipopt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/ipopt: Disable Java optionYuri Victorovich2022-03-041-1/+2
| | | | | | | It was breaking when guavac, jikes, or javac executables were found. PR: 262347 Reported by: gja822@narod.ru
* math/coin-or-mumps: Update 1.6.3 -> 3.0.2Yuri Victorovich2022-02-271-0/+1
|
* math/ipopt: Update 3.12.13 -> 3.14.4Yuri Victorovich2022-02-244-140/+104
|
* math/asl: Update 1.4.4 -> 2.0.0Yuri Victorovich2022-02-231-1/+1
| | | | Reported by: portscout
* math/ipopt: Link with COIN-OR ASL to provide AMPL interfaceYuri Victorovich2021-05-032-1/+9
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Do not include bsd.port.mk twiceAntoine Brodin2020-12-081-1/+1
|
* Add workaround for new failure with Fortran GCC 10 frontend:Mark Linimon2020-11-171-0/+7
| | | | | | | Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) PR: 246700 Approved by: maintainer
* Fix math/openblas and bump dependent portsSteve Wills2020-01-301-1/+1
| | | | | | | | | | | | | | | | | * Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix
* math/casadi: fix build on GCC architecturesPiotr Kubaj2019-09-191-1/+2
| | | | | | | | | Use C++11 compiler: Cannot enable C++11 features. Use it also for math/ipopt to be able to link math/casadi against it. Approved by: mentors (implicit approval)
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* math/ipopt: Fix MASTER_SITES URLYuri Victorovich2019-04-291-1/+1
|
* math/ipopt: Update 3.12.12 -> 3.12.13Yuri Victorovich2019-04-294-20/+28
| | | | | | The project now rebuilds and installs documentation with doxygen. Reported by: portscout
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* math/ipopt: Update 3.12.11 -> 3.12.12Yuri Victorovich2018-11-203-7/+7
| | | | Reported by: portscout
* math/ipopt: Update 3.12.10 -> 3.12.11Yuri Victorovich2018-11-193-7/+6
| | | | | | Take maintainership. Reported by: portscout
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Update to upstream version 3.12.10 (bugfix release)Thomas Zander2018-06-043-5/+5
| | | | MFH: 2018Q2
* math/ipopt: Update 3.12.7 -> 3.12.9; Unbreak on 12Yuri Victorovich2018-04-013-11/+12
| | | | | | | | | Port changes: * Change to DISTVERSION * Patch config.h to set HAVE_RAND=1. It was failing due to some glitch in configure: the rand() test program was failing because the declaration of the exit() function didn't match. * Silence commands.
* - Remove redundant regression-test target, the port already supports 'make test'Dmitry Marakasov2018-03-171-5/+0
|
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | version 1.1.0 (via revision 464079).
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* math/ipopt: update 3.12.6 -> 3.12.7Bartek Rutkowski2017-02-273-10/+18
| | | | | | | | | - Reset maintainership - Add patches - Add regression test option PR: 217377 Submitted by: pfg (maintainer)
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-0/+1
| | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-7/+2
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* ${RM} already has -f.Mathieu Arnold2016-10-211-2/+2
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* - Update to version 3.12.6 [1]Pawel Pekala2016-10-113-10/+33
| | | | | | | | | | | - Convert to test framework Changelog: - better support for custom algorithm development [r2659] - extend build system to work without Fortran compiler [r2660,r2661] PR: 213341 [1] Submitted by: pfg (maintainer) [1]
* Silence check-plist, there is already PORTDOCS=*Mathieu Arnold2016-10-041-7/+0
| | | | Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-11/+11
| | | | Approved by: portmgr blanket
* Update to 3.12.5Tilman Keskinoz2016-05-033-4/+11
| | | | | PR: 209180 Submitted by: pfg@
* Enforce using binutils from ports when linking C++ codes given we use binutilsBaptiste Daroussin2016-02-271-1/+3
| | | | | | from ports for fortran This fixes build for upcoming binutils 2.26
* Update to upstream version 3.12.4Thomas Zander2015-10-123-12/+14
| | | | | | | | While on it: Convert to OPTION helpers PR: 203291 Submitted by: pfg@FreeBSD.org
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-3/+3
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* - Update to 3.11.10Dmitry Marakasov2015-01-253-7/+6
| | | | | PR: 196896 Submitted by: pfg@FreeBSD.org (maintainer)
* Patch to use blaslapack framework.Thierry Thomas2015-01-131-5/+3
| | | | | | | Includes some cleanups but no functional change. PR: ports/196648 Submitted by: pfg (maintainer)
* Cleanup plistAntoine Brodin2014-11-151-2/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* New port: math/ipoptKurt Jaeger2014-09-014-0/+155
Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software package for large-scale nonlinear optimization. Ipopt is written in C++ and is released as open source code under the Eclipse Public License (EPL). It is available from the COIN-OR initiative. The code has been written by Carl Laird and Andreas Wächter, who is the COIN project leader for Ipopt. The Ipopt distribution can be used to generate a library that can be linked to one's own C++, C, or Fortran code, as well as a solver executable for the AMPL modeling environment. The package includes interfaces to CUTEr optimization testing environment, as well as the MATLAB and R programming environments. IPOPT can be used on Linux/UNIX, Mac OS X and Windows platforms. An excellent reference for this library can be found in: Wächter and L. T. Biegler, On the Implementation of a Primal-Dual Interior Point Filter Line Search Algorithm for Large-Scale Nonlinear Programming, Mathematical Programming 106(1), pp. 25-57, 2006 WWW: https://projects.coin-or.org/Ipopt PR: 168290 Submitted by: Pedro F. Giffuni <pfg@FreeBSD.org>