From owner-dev-commits-ports-all@freebsd.org Sun Aug 1 04:31:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3CCC66A711; Sun, 1 Aug 2021 04:31:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GcpB25wtLz4TTZ; Sun, 1 Aug 2021 04:31:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B0658254F3; Sun, 1 Aug 2021 04:31:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1714VcZY004737; Sun, 1 Aug 2021 04:31:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1714Vc60004736; Sun, 1 Aug 2021 04:31:38 GMT (envelope-from git) Date: Sun, 1 Aug 2021 04:31:38 GMT Message-Id: <202108010431.1714Vc60004736@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: e91e4db558d5 - main - math/SCIP: Update 7.0.2 -> 7.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e91e4db558d523bdff60711d5084d9c5c6bf32fd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2021 04:31:39 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e91e4db558d523bdff60711d5084d9c5c6bf32fd commit e91e4db558d523bdff60711d5084d9c5c6bf32fd Author: Yuri Victorovich AuthorDate: 2021-08-01 04:20:07 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-01 04:31:33 +0000 math/SCIP: Update 7.0.2 -> 7.0.3 Also add the IPOPT option. IPOPT options submitted by: Philipp Ost --- math/SCIP/Makefile | 16 +++++++++++++--- math/SCIP/distinfo | 6 +++--- math/SCIP/pkg-plist | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/math/SCIP/Makefile b/math/SCIP/Makefile index 991cb2ead0ad..2b876a79b840 100644 --- a/math/SCIP/Makefile +++ b/math/SCIP/Makefile @@ -1,8 +1,7 @@ # Created by: Yuri Victorovich PORTNAME= SCIP -DISTVERSION= 7.0.2 -PORTREVISION= 1 +DISTVERSION= 7.0.3 CATEGORIES= math science MASTER_SITES= https://www.scipopt.org/download/release/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} @@ -23,8 +22,19 @@ USES= compiler:c11 cmake readline tar:tgz EXTRACT_CMD= gtar USE_LDCONFIG= yes +CMAKE_OFF= PAPILO ZIMPL + CXXFLAGS+= -I${LOCALBASE}/include/soplex -CONFLICTS_BUILD= Ipopt +OPTIONS_DEFINE= IPOPT +OPTIONS_DEFAULT= IPOPT + +IPOPT_DESC= Non-linear optimization support via Ipopt +IPOPT_USES= fortran pkgconfig +IPOPT_LIB_DEPENDS= libblas.so:math/blas \ + libipopt.so:math/ipopt \ + liblapack.so:math/lapack + +IPOPT_CMAKE_BOOL= IPOPT .include diff --git a/math/SCIP/distinfo b/math/SCIP/distinfo index 773a70691216..3de1f2ab70dd 100644 --- a/math/SCIP/distinfo +++ b/math/SCIP/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608539374 -SHA256 (scip-7.0.2.tgz) = 6eb44f6f2afa1cbbb9714251eb31889ab2afcbe68267773c11e689dc4c5e4427 -SIZE (scip-7.0.2.tgz) = 10271583 +TIMESTAMP = 1627789406 +SHA256 (scip-7.0.3.tgz) = 9cb008271497b8f7587f404f968d1ca9d0126d6192b3946f47bb73d19ac8ed0a +SIZE (scip-7.0.3.tgz) = 10240528 diff --git a/math/SCIP/pkg-plist b/math/SCIP/pkg-plist index 9e8056e408f7..3ec11b039dc2 100644 --- a/math/SCIP/pkg-plist +++ b/math/SCIP/pkg-plist @@ -519,4 +519,4 @@ lib/cmake/scip/scip-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/scip/scip-targets.cmake lib/libscip.so lib/libscip.so.7.0 -lib/libscip.so.7.0.2.0 +lib/libscip.so.7.0.3.0