Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

math/openturns: Enable the math/hmat-oss dep #156

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions math/openturns/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.20
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= math

MAINTAINER= yuri@FreeBSD.org
Expand Down Expand Up @@ -36,6 +36,7 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \
libglog.so:devel/glog \
libgmp.so:math/gmp \
libhdf5_cpp.so:science/hdf5 \
libhmat.so:math/hmat-oss \
libipopt.so:math/ipopt \
liblapack.so:math/lapack \
libmetis.so:math/metis \
Expand Down Expand Up @@ -63,7 +64,6 @@ CMAKE_ARGS= -DBLAS_LIBRARIES=${LOCALBASE}/lib/libopenblas.so -DLAPACK_LIBRARIES=
-DOPENTURNS_EXAMPLE_PATH:STRING=share/examples/openturns \
-DOPENTURNS_DOC_PATH:STRING=share/doc/openturns
CMAKE_OFF= USE_DOXYGEN USE_SPHINX
CMAKE_OFF+= USE_HMAT # broken with hmat-oss-1.7.1: https://github.com/openturns/openturns/issues/1868

TEST_TARGET= check # 10 tests are known to fail: https://github.com/openturns/openturns/issues/1919

Expand Down