aboutsummaryrefslogtreecommitdiff
path: root/math/cbc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* */*: bump PORTREVISION after the upgrade of OpenBLASThierry Thomas7 days1-0/+1
|
* math/cbc: update 2.10.12 → 2.10.13Yuri Victorovich2026-03-141-2/+1
| | | | Reported by: portscout
* math/cbc: Update WWWYuri Victorovich2025-03-241-1/+1
|
* */*: bump PORTREVISION after OpenBLAS upgradeThierry Thomas2025-01-281-0/+1
| | | | | | | Remark: this souldn’t be necessary, because the version of the library is the same, but due to many changes between these releases, it is safer this way. PR: 284314
* math/cbc: update 2.10.11 → 2.10.12Yuri Victorovich2024-08-231-2/+1
| | | | Reported by: portscout
* */*: bump PORTREVISION after the upgrade to OpenBLASThierry Thomas2024-06-211-1/+1
|
* */*: bump PORTREVISION after the upgrade of OpenBLASThierry Thomas2023-12-121-0/+1
| | | | PR: 273219
* math/cbc: update 2.10.10 → 2.10.11Yuri Victorovich2023-10-271-6/+2
| | | | Reported by: portscout
* math/cbc: fix build with clang 16Dimitry Andric2023-06-211-1/+2
| | | | | | | | | | | | | | | | | | | | Since clang 16 (and gcc 11) the default C++ standard is now gnu++17. Because math/cbc's build infrastructure does not explicitly set its C++ standard, this leads to errors: ./CbcSymmetry.hpp:83:30: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline void color_vertex(register int k) { color = k; } ^~~~~~~~~ ./CbcSymmetry.hpp:91:24: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] inline void bounds(register double a, register double b) ^~~~~~~~~ To work around the error, add USE_CXXSTD=gnu++11 to compile for C++11 with GNU extensions instead. PR: 272101 Approved by: yuri (maintainer) MFH: 2023Q2
* math/nauty: Update 2.7r3 → 2.8.6Yuri Victorovich2023-06-161-0/+1
| | | | | PR: 271718 Approved by: moritz@schmi.tt (maintainer's timeout; 17 days)
* math/cbc: Update 2.10.8 → 2.10.10Yuri Victorovich2023-06-111-3/+4
| | | | Reported by: portscout
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-0/+1
|
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* math/cbc: Update 2.10.7 -> 2.10.8Yuri Victorovich2022-05-061-2/+1
| | | | Reported by: portscout
* math/cbc: Enable parallel solver; add DEBUG optionYuri Victorovich2022-04-231-0/+10
| | | | | PR: 263486 Original patch submitted by: Wes Dyk <aus129@gmail.com>
* math/cbc: Fix typo in LIB_DEPENDSTrond Endrestol2022-03-151-1/+1
| | | | PR: 262563
* math/cbc: Update 2.10.5 -> 2.10.7Yuri Victorovich2022-03-131-2/+2
| | | | Reported by: portscout
* math/ipopt: Update 3.12.13 -> 3.14.4Yuri Victorovich2022-02-241-1/+1
|
* math/asl: Update 1.4.4 -> 2.0.0Yuri Victorovich2022-02-231-1/+1
| | | | Reported by: portscout
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* math/nauty: Update 27r1 -> 27r3Yuri Victorovich2021-09-201-1/+1
| | | | | PR: 258237 Approved by: moritz@schmi.tt (maintainer)
* math/cbc: Build with Nauty, graph libraryYuri Victorovich2021-08-231-2/+6
|
* math/cbc: math/cbc: add dependency to math/osiYuri Victorovich2021-06-301-2/+3
| | | | | PR: 256904 Initial version submitted by: Philipp Ost <bsd@philippost.de>
* math/cbc: Link with COIN-OR ASL library and add missing dependenciesYuri Victorovich2021-05-031-1/+6
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/cbc: Update 2.10.4 -> 2.10.5Yuri Victorovich2020-03-091-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=528094
* math/cbc: Update 2.10.3 -> 2.10.4Yuri Victorovich2020-02-011-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=524767
* math/cbc: Update 2.9.9 -> 2.10.3Yuri Victorovich2019-12-211-2/+2
| | | | Notes: svn path=/head/; revision=520588
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+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 Notes: svn path=/head/; revision=507372
* 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 Notes: svn path=/head/; revision=499638
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+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 Notes: svn path=/head/; revision=487272
* Fix build on gcc-based archs by updating USES.Mark Linimon2018-09-221-1/+1
| | | | | | | | | | | Tested on powerpc64 and amd64 (for no regression). While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480340
* 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 Notes: svn path=/head/; revision=475857
* New port: Coin-or Branch and Cut: mixed integer programming solverYuri Victorovich2018-04-161-0/+29
Notes: svn path=/head/; revision=467464