non port: math/coinmp/Makefile |
SVNWeb
|
Number of commits found: 43 |
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f53eb28 (Only the first 10 of 719 ports in this commit are shown above. )
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above )
|
Tue, 12 Apr 2022
|
[ 21:21 Yuri Victorovich (yuri) Author: Don Lewis ] 26c29e1
math/coinmp: Dependency fixes
PR: 263246
|
Thu, 24 Feb 2022
|
[ 16:21 Yuri Victorovich (yuri) ] a0d76a1 (Only the first 10 of 25 ports in this commit are shown above. )
math/ipopt: Update 3.12.13 -> 3.14.4
|
Wed, 23 Feb 2022
|
[ 17:02 Yuri Victorovich (yuri) ] ce52f93 (Only the first 10 of 21 ports in this commit are shown above. )
math/asl: Update 1.4.4 -> 2.0.0
Reported by: portscout
|
Tue, 4 May 2021
|
[ 20:55 Yuri Victorovich (yuri) ] ff80f43
math/coinmp: Remove other COIN-OR libraries
Several other COIN-OR libraries were built and installed
with OpenMP which caused file conflicts.
As it turned out, the 1.8.4 tarball on the COIN-OR website
had several other COIN-OR libraries bundled which caused
their automatic rebuild.
GitHub repository doesn't have bundled libraries at the same
tag. Switching to GitHub removed them.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 17 Jan 2021
|
[ 13:46 pkubaj ]
math/openturns: fix linking on GCC architectures by using newer GCC in
LIB_DEPENDS
MFH: 2021Q1
|
Mon, 5 Oct 2020
|
[ 17:34 rene ] (Only the first 10 of 25 ports in this commit are shown above. )
Return cpm@'s ports to the pool after safekeeping his commit bit.
With hat: portmgr-secretary
|
Wed, 24 Jun 2020
|
[ 13:01 danfe ]
- Drop COIN plist substitution as is mandatory now
- Update corresponding conflicts between two ports
|
Thu, 30 Jan 2020
|
[ 14:17 swills ] (Only the first 10 of 90 ports in this commit are shown above. )
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
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Mon, 22 Apr 2019
|
[ 13:16 gerald ] (Only the first 10 of 225 ports in this commit are shown above. )
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
|
Tue, 26 Feb 2019
|
[ 18:57 cpm ]
math/coinmp: Update to 1.8.4
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Tue, 11 Sep 2018
|
[ 23:07 cpm ]
- Use INSTALL_TARGET=install-strip instead of manual stripping
- Fix 'present but cannot be compiled' warnings
PR: 231262
Submitted by: avos
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
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
|
Fri, 16 Mar 2018
|
[ 11:29 cpm ]
math/coinmp: Add PARALLEL option
- Add PARALLEL option to enable the CBC threads parameter (disabled by default).
Using multiple
threads can significantly improve perfomance in some cases.
Reported by: Kostas Oikonomou <ko@research.att.com> via email
|
Thu, 8 Feb 2018
|
[ 14:41 pfg ]
math/coinmp: Fix description for FORTRAN option.
Typo introduced in previous commit.
PR: 219261
Approved by: cpm (implicit)
|
[ 01:13 pfg ]
math/coinmp: Add an option for Fortran.
It can be convenient for performance to enable blas/lapack, which
necessarilly involves using the fortran interface. Leave it OFF by
default since it can interfere with some important consumers like
Apache OpenOffice.
Use the standard TEST_TARGET while here.
No need to bump the portversion as this doesn't affect the package.
PR: 219261
Approved by: cpm
|
Sat, 7 Jan 2017
|
[ 20:48 bapt ]
Drop useless declaration of PKG_CONFIG_PATH
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Tue, 7 Jun 2016
|
[ 11:27 cpm ]
- Fix CONFLICTS with math/ogdf
- Update MAINTAINER to my @FreeBSD.org address
- Switch to OPTION helpers
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
Differential Revision: D6741
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 9 Mar 2016
|
[ 19:10 pi ]
math/coinmp: add conflict with ogdf
PR: 207531
Submitted by: gahr
|
Fri, 25 Sep 2015
|
[ 05:50 pi ]
math/coinmp: 1.8.2 -> 1.8.3
- added compatibility with SoPlex 2.2
- added OsiSpx::getLpPtr()
PR: 203317
Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
|
Thu, 4 Jun 2015
|
[ 18:35 robak ]
math/coinmp: update 1.8.1 -> 1.8.2
PR: 200635
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
Mon, 20 Apr 2015
|
[ 17:08 pi ]
math/coinmp: fix indentation
PR: 199502
Requested by: danfe
|
Sun, 19 Apr 2015
|
[ 17:16 pi ]
math/coinmp: change comma, target for check/test etc as suggested by danfe
PR: 199502
Submitted by: danfe
Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
Fri, 17 Apr 2015
|
[ 08:02 pi ]
math/coinmp: 1.8.0 -> 1.8.1
- Minor fixes
PR: 199430
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
Fri, 13 Feb 2015
|
[ 01:01 brd ]
math/coinmp: Update to 1.8.0
PR: 197554
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Approved by: zi
|
Thu, 17 Jul 2014
|
[ 19:55 pi ]
math/coinmp: some fixes
- Clean-up Makefile
- Fix stage-qa error
- Unbreak GLPK option
PR: 187487
Submitted by: cjpugmed@gmail.com (maintainer)
|
Fri, 11 Jul 2014
|
[ 15:05 pi ]
math/coinmp: 1.7.2 -> 1.7.6
- Update to 1.7.6
- Convert to USES=libtool and remove USE_AUTOTOOLS=libtool
- Use clang instead of gcc
- Fix pkg-plist
- Take maintainership
PR: 187487
Submitted by: Carlos Jacobo Puga Medina (cpm@fbsd.es)
|
Wed, 26 Mar 2014
|
[ 15:46 bapt ]
Fix license to allow package redistribution
|
Sat, 16 Nov 2013
|
[ 14:30 danilo ]
- Update from 1.7.1 to 1.7.2
|
Wed, 16 Oct 2013
|
[ 23:10 danilo ]
- Update from 1.7.0 to 1.7.1 [1]
- Add stage support
- Force build with gcc
- Convert LIB_DEPENDS to new syntax
PR: ports/182886
Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1]
Approved by: wg/culot (mentors, implicit)
|
Fri, 20 Sep 2013
|
[ 20:55 bapt ] (Only the first 10 of 665 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
|
Mon, 5 Aug 2013
|
[ 12:49 wg ]
math/coinmp: update to 1.7.0
- Update to 1.7.0 [1]
- Drop maintainership [1]
- Trim COMMENT to fit in the limit
- Trim Makefile header
- Convert to OptionsNG
- Use PORTDOCS instead of pkg-plist
PR: ports/181037 [1]
Submitted by: Pedro Giffuni <giffunip tutopia.com> (maintainer)
|
Fri, 3 Aug 2012
|
[ 15:54 cs ] (Only the first 10 of 88 ports in this commit are shown above. )
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit)
|
Fri, 9 Mar 2012
|
[ 22:07 jgh ]
- tie to libtool
PR: ports/165160
Submitted by: maintainer, giffunip@tutopia.com
Feature safe: yes
|
Wed, 4 Jan 2012
|
[ 00:47 wen ]
- update to 1.6.0
- respect NOPORTDOCS
PR: ports/163681
Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer)
|
Fri, 29 Jul 2011
|
[ 14:23 bf ]
Add coinmp 1.4.0, optimization library with support for most of COIN-OR
CLP, CBC and CGL.
PR: 158269
Submitted by: Pedro Giffuni
|
Number of commits found: 43 |