notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: math/couenne/Makefile

Number of commits found: 23

Tuesday, 28 Jan 2025
16:42 Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after OpenBLAS upgrade

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
commit hash: e54e2c695bbccea73e70ce5bf689928053632492 commit hash: e54e2c695bbccea73e70ce5bf689928053632492 commit hash: e54e2c695bbccea73e70ce5bf689928053632492 commit hash: e54e2c695bbccea73e70ce5bf689928053632492 e54e2c6
Friday, 24 Jan 2025
12:18 Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLIS
commit hash: 6cce1f5b223a907deb0498a9d069816ce78b75e1 commit hash: 6cce1f5b223a907deb0498a9d069816ce78b75e1 commit hash: 6cce1f5b223a907deb0498a9d069816ce78b75e1 commit hash: 6cce1f5b223a907deb0498a9d069816ce78b75e1 6cce1f5
Friday, 21 Jun 2024
17:49 Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade to OpenBLAS
commit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fe commit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fe commit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fe commit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fe e2cd113
Monday, 1 Jan 2024
11:49 Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0

PR:		275860
commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd f2489ab
Tuesday, 12 Dec 2023
19:03 Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of OpenBLAS

PR:		273219
commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 ab17137
Saturday, 8 Jul 2023
01:20 Yuri Victorovich (yuri) search for other commits by this committer
math/couenne: Fix build on 14 by adding c++11

Reported by:	fallout
commit hash: e82fb2169c34264137b3a68b17b44cffa88d09cd commit hash: e82fb2169c34264137b3a68b17b44cffa88d09cd commit hash: e82fb2169c34264137b3a68b17b44cffa88d09cd commit hash: e82fb2169c34264137b3a68b17b44cffa88d09cd e82fb21
Friday, 16 Jun 2023
05:05 Yuri Victorovich (yuri) search for other commits by this committer
math/nauty: Update 2.7r3 → 2.8.6

PR:		271718
Approved by:	moritz@schmi.tt (maintainer's timeout; 17 days)
commit hash: 408d3768d8538ea58d6278eaa4bcb2eef0ce0ff9 commit hash: 408d3768d8538ea58d6278eaa4bcb2eef0ce0ff9 commit hash: 408d3768d8538ea58d6278eaa4bcb2eef0ce0ff9 commit hash: 408d3768d8538ea58d6278eaa4bcb2eef0ce0ff9 408d376
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Thursday, 24 Feb 2022
16:21 Yuri Victorovich (yuri) search for other commits by this committer
math/ipopt: Update 3.12.13 -> 3.14.4
commit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4e commit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4e commit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4e commit hash: a0d76a1991f8d655cc272e84368da0fe5d438a4e a0d76a1
Wednesday, 23 Feb 2022
17:02 Yuri Victorovich (yuri) search for other commits by this committer
math/asl: Update 1.4.4 -> 2.0.0

Reported by:	portscout
commit hash: ce52f9301c5e7c6f84c071b93c25a0b94a1081dc commit hash: ce52f9301c5e7c6f84c071b93c25a0b94a1081dc commit hash: ce52f9301c5e7c6f84c071b93c25a0b94a1081dc commit hash: ce52f9301c5e7c6f84c071b93c25a0b94a1081dc ce52f93
Monday, 20 Sep 2021
21:34 Yuri Victorovich (yuri) search for other commits by this committer
math/nauty: Update 27r1 -> 27r3

PR:		258237
Approved by:	moritz@schmi.tt (maintainer)
commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e commit hash: ec6283ede7159ec215da3944c9b790b4efdaab6e ec6283e
Monday, 3 May 2021
21:29 Yuri Victorovich (yuri) search for other commits by this committer
math/couenne: Install MiniZinc interface
commit hash: 0b85330cae8bff2a72207a626a6b6735c07cf497 commit hash: 0b85330cae8bff2a72207a626a6b6735c07cf497 commit hash: 0b85330cae8bff2a72207a626a6b6735c07cf497 commit hash: 0b85330cae8bff2a72207a626a6b6735c07cf497 0b85330
20:56 Yuri Victorovich (yuri) search for other commits by this committer
math/couenne: Link with COIN-OR ASL to provide AMPL interface
commit hash: d5d8a4e4739c41ba8084d63107b890ad57ccdd2b commit hash: d5d8a4e4739c41ba8084d63107b890ad57ccdd2b commit hash: d5d8a4e4739c41ba8084d63107b890ad57ccdd2b commit hash: d5d8a4e4739c41ba8084d63107b890ad57ccdd2b d5d8a4e
18:59 Yuri Victorovich (yuri) search for other commits by this committer
math/couenne: Add missing dependencies
commit hash: 92e4b68914aa8118655b0e3030b601ca9decf86a commit hash: 92e4b68914aa8118655b0e3030b601ca9decf86a commit hash: 92e4b68914aa8118655b0e3030b601ca9decf86a commit hash: 92e4b68914aa8118655b0e3030b601ca9decf86a 92e4b68
01:42 Yuri Victorovich (yuri) search for other commits by this committer
math/couenne: Link with libnauty from math/nauty
commit hash: 0be3078d6da35b906a865e00e967d751b31cfcef commit hash: 0be3078d6da35b906a865e00e967d751b31cfcef commit hash: 0be3078d6da35b906a865e00e967d751b31cfcef commit hash: 0be3078d6da35b906a865e00e967d751b31cfcef 0be3078
00:35 Yuri Victorovich (yuri) search for other commits by this committer
math/couenne: Add missing dependencies
commit hash: 5bdbae9cf7694fc104c77b1145916ab33ff61a76 commit hash: 5bdbae9cf7694fc104c77b1145916ab33ff61a76 commit hash: 5bdbae9cf7694fc104c77b1145916ab33ff61a76 commit hash: 5bdbae9cf7694fc104c77b1145916ab33ff61a76 5bdbae9
Sunday, 2 May 2021
23:19 Yuri Victorovich (yuri) search for other commits by this committer
math/couenne: Change dependency math/coinmp -> math/cbc

CoinMP has the same code but is outdated because it is not being
updated by the upstream any more.
commit hash: f831fa61da2cd127f33f998b8925b070ee7a626f commit hash: f831fa61da2cd127f33f998b8925b070ee7a626f commit hash: f831fa61da2cd127f33f998b8925b070ee7a626f commit hash: f831fa61da2cd127f33f998b8925b070ee7a626f f831fa6
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 1 Feb 2020
14:52 yuri search for other commits by this committer
math/couenne: Update 0.5.7 -> 0.5.8

Reported by:	portscout
Original commitRevision:524768 
Thursday, 30 Jan 2020
14:17 swills search for other commits by this committer
Fix math/openblas and bump dependent ports

* 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
Original commitRevision:524642 
Sunday, 25 Aug 2019
01:15 yuri search for other commits by this committer
New port: math/couenne: Convex Over and Under Envelopes for NonliNear Estimation
Original commitRevision:509768 

Number of commits found: 23