| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Reported by: portscout
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
| |
LIB_DEPENDS
MFH: 2021Q1
|
| |
|
|
| |
With hat: portmgr-secretary
|
| |
|
|
| |
- Update corresponding conflicts between two 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
- Fix 'present but cannot be compiled' warnings
PR: 231262
Submitted by: avos
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
Typo introduced in previous commit.
PR: 219261
Approved by: cpm (implicit)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ClpModel.cpp:3848:24: error: reinterpret_cast from 'nullptr_t' to 'const char *' is not allowed
reinterpret_cast<const char*> (NULL) /*integrality*/,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
OsiClpSolverInterface.cpp:1451:50: error: reinterpret_cast from 'nullptr_t' to 'int *' is not allowed
messagesPointer->setDetailMessages(100,10000,reinterpret_cast<int *> (NULL));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from CglLandPSimplex.cpp:11:
In file included from ./CglLandPSimplex.hpp:31:
./CglLandPUtils.hpp:88:25: error: reinterpret_cast from 'nullptr_t' to 'OsiRowCut *' is not allowed
cuts_.resize(i, reinterpret_cast<OsiRowCut *> (NULL));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CbcModel.cpp:5322:41: error: reinterpret_cast from 'nullptr_t' to 'double *' is not allowed
clpSolver->setFakeObjective(reinterpret_cast<double *> (NULL));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 224669)
|
| | |
|
| |
|
|
|
|
|
|
| |
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
| |
|
|
|
|
|
|
|
| |
- Update MAINTAINER to my @FreeBSD.org address
- Switch to OPTION helpers
Reviewed by: amdmi3 (mentor)
Approved by: amdmi3 (mentor)
Differential Revision: D6741
|
| |
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
| |
PR: 207531
Submitted by: gahr
|
| |
|
|
|
|
|
|
| |
- added compatibility with SoPlex 2.2
- added OsiSpx::getLpPtr()
PR: 203317
Submitted by: Carlos J Puga Medina <cpm@fbsd.es>
|
| |
|
|
|
| |
PR: 200635
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
| |
|
|
|
| |
PR: 199502
Requested by: danfe
|
| |
|
|
|
|
| |
PR: 199502
Submitted by: danfe
Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
| |
|
|
|
|
|
| |
- Minor fixes
PR: 199430
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
|
| |
|
|
|
|
| |
PR: 197554
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Approved by: zi
|
| | |
|
| |
|
|
|
|
|
|
|
| |
- Clean-up Makefile
- Fix stage-qa error
- Unbreak GLPK option
PR: 187487
Submitted by: cjpugmed@gmail.com (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
| |
math)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
Handbook)
Approved by: portmgr@ (implicit)
|
| |
|
|
|
|
| |
PR: ports/165160
Submitted by: maintainer, giffunip@tutopia.com
Feature safe: yes
|
| |
|
|
|
|
|
| |
- respect NOPORTDOCS
PR: ports/163681
Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer)
|
|
|
CLP, CBC and CGL.
PR: 158269
Submitted by: Pedro Giffuni
|