aboutsummaryrefslogtreecommitdiff
path: root/science/agrum
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-12-22 18:08:07 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-12-22 18:08:07 +0000
commit810c33ca0e3549388a2c44d0fdc0e8b1b654ad83 (patch)
tree6cebbf2e48dc0aeb6c1e88f2931995c9d1073933 /science/agrum
parent9d144d4cb1c1a5a7afdf623beea4b4476e23d8d9 (diff)
downloadports-810c33ca0e3549388a2c44d0fdc0e8b1b654ad83.tar.gz
ports-810c33ca0e3549388a2c44d0fdc0e8b1b654ad83.zip
science/agrum: fix build on powerpc64 elfv2
LLD can't link this port on powerpc64 elfv2: ld: error: relocation refers to a discarded section: .text._ZN3gum9ExceptionD2Ev >>> defined in src/CMakeFiles/agrum.dir/agrum/core/approximations/approximationScheme.cpp.o >>> section group signature: _ZN3gum9ExceptionD2Ev >>> prevailing definition is in src/CMakeFiles/agrum.dir/agrum/core/approximations/IApproximationSchemeConfiguration.cpp.o >>> referenced by approximationScheme.cpp >>> src/CMakeFiles/agrum.dir/agrum/core/approximations/approximationScheme.cpp.o:(gum::OutOfLowerBound::OutOfLowerBound(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >)) PR: 242804 Approved by: yuri (maintainer)
Notes
Notes: svn path=/head/; revision=520647
Diffstat (limited to 'science/agrum')
-rw-r--r--science/agrum/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/agrum/Makefile b/science/agrum/Makefile
index 92e02b2c8518..dfee58e62136 100644
--- a/science/agrum/Makefile
+++ b/science/agrum/Makefile
@@ -2,6 +2,7 @@
PORTNAME= agrum
DISTVERSION= 0.16.4
+PORTREVISION= 1
CATEGORIES= science math
MAINTAINER= yuri@FreeBSD.org
@@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITLAB= yes
USE_LDCONFIG= yes
+LLD_UNSAFE= yes
GL_ACCOUNT= agrumery
GL_PROJECT= aGrUM