mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/clp: Update 1.17.6 → 1.17.8
Reported by: portscout
This commit is contained in:
parent
0622738362
commit
8ed3ac764e
4 changed files with 13 additions and 27 deletions
|
@ -1,8 +1,6 @@
|
|||
PORTNAME= Clp
|
||||
DISTVERSION= 1.17.6
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 1.17.8
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME}/
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
MAINTAINER= co9co9@gmail.com
|
||||
|
@ -22,9 +20,14 @@ RUN_DEPENDS= coin-or-Data-Sample>0:math/coin-or-data-sample \
|
|||
coin-or-Data-Netlib>0:math/coin-or-data-netlib
|
||||
|
||||
USES= blaslapack compiler:c++11-lang fortran libtool pathfix pkgconfig tar:tgz
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= coin-or
|
||||
GH_TAGNAME= releases/${DISTVERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS= --with-lapack-lib="${LAPACKLIB} -L${LOCALBASE}/lib" \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1645727981
|
||||
SHA256 (Clp-1.17.6.tgz) = f9cfcdd3db23bbc2d18b562012a7e25b99a40e8ce72dc296bd46dddb2970e12a
|
||||
SIZE (Clp-1.17.6.tgz) = 9972859
|
||||
TIMESTAMP = 1686847296
|
||||
SHA256 (coin-or-Clp-1.17.8-releases-1.17.8_GH0.tar.gz) = f9931b5ba44f0daf445c6b48fc2c250dc12e667e59ace8ea7b025f158fe31556
|
||||
SIZE (coin-or-Clp-1.17.8-releases-1.17.8_GH0.tar.gz) = 2168391
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- Osi/test/OsiTestSolverInterfaceIO.cpp.orig 2018-04-16 06:54:20 UTC
|
||||
+++ Osi/test/OsiTestSolverInterfaceIO.cpp
|
||||
@@ -422,10 +422,10 @@ OsiTestSolverInterface::writeMps(const c
|
||||
writer.setMpsData(*getMatrixByCol(), getInfinity(),
|
||||
getColLower(), getColUpper(),
|
||||
getObjCoefficients(),
|
||||
- reinterpret_cast<const char *> (NULL) /*integrality*/,
|
||||
+ nullptr /*integrality*/,
|
||||
getRowLower(), getRowUpper(),
|
||||
- reinterpret_cast<const char **> (NULL) /*colnam*/,
|
||||
- reinterpret_cast<const char **> (NULL) /*rownam*/);
|
||||
+ nullptr /*colnam*/,
|
||||
+ nullptr /*rownam*/);
|
||||
std::string fname = filename;
|
||||
if (extension)
|
||||
{ if (extension[0] != '\0' && extension[0] != '.')
|
|
@ -53,16 +53,15 @@ include/coin/Idiot.hpp
|
|||
include/coin/OsiClpSolverInterface.hpp
|
||||
lib/libClp.so
|
||||
lib/libClp.so.1
|
||||
lib/libClp.so.1.14.6
|
||||
lib/libClp.so.1.14.8
|
||||
lib/libClpSolver.so
|
||||
lib/libClpSolver.so.1
|
||||
lib/libClpSolver.so.1.14.6
|
||||
lib/libClpSolver.so.1.14.8
|
||||
lib/libOsiClp.so
|
||||
lib/libOsiClp.so.1
|
||||
lib/libOsiClp.so.1.14.6
|
||||
lib/libOsiClp.so.1.14.8
|
||||
libdata/pkgconfig/clp.pc
|
||||
libdata/pkgconfig/osi-clp.pc
|
||||
%%DATADIR%%/coin/doc/Clp/AUTHORS
|
||||
%%DATADIR%%/coin/doc/Clp/LICENSE
|
||||
%%DATADIR%%/coin/doc/Clp/README
|
||||
%%DATADIR%%/coin/doc/Clp/clp_addlibs.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue