Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2021 00:19:59 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7031aa11dcc2 - main - math/openturns: Fix build
Message-ID:  <202106120019.15C0Jxrp022877@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7031aa11dcc26cb7a70d697736cdfc3daf7a6e25

commit 7031aa11dcc26cb7a70d697736cdfc3daf7a6e25
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-11 19:21:48 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-06-12 00:19:55 +0000

    math/openturns: Fix build
    
    Dependency library math/hmat-oss was renamed.
    
    Reported by:    fallout
---
 math/openturns/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 0a03e88623f3..2c33fe0cdc7b 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -27,7 +27,7 @@ LIB_DEPENDS=	libbonmin.so:math/bonmin \
 		libgflags.so:devel/gflags \
 		libglog.so:devel/glog \
 		libhdf5_cpp.so:science/hdf5 \
-		libhmat-oss.so:math/hmat-oss \
+		libhmat.so:math/hmat-oss \
 		libipopt.so:math/ipopt \
 		libmpc.so:math/mpc \
 		libmpfr.so:math/mpfr \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106120019.15C0Jxrp022877>