Index: head/math/linbox/Makefile =================================================================== --- head/math/linbox/Makefile (revision 540774) +++ head/math/linbox/Makefile (revision 540775) @@ -1,75 +1,75 @@ # Created by: thierry@pompo.net # $FreeBSD$ PORTNAME= linbox PORTVERSION= 1.6.3 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= thierry@FreeBSD.org COMMENT= C++ library for exact, high-performance linear algebra LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual BUILD_DEPENDS= fflas-ffpack-config:math/fflas-ffpack LIB_DEPENDS= libgmp.so:math/gmp \ libgivaro.so:math/givaro RUN_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= linbox-team USES= autoreconf blaslapack:openblas compiler:c++11-lang gmake libtool localbase pkgconfig shebangfix SHEBANG_FILES= benchmarks/perfpublisher.sh examples/test.sh \ linbox-auto-install.sh linbox-config.in tests/jenkins-maker.sh \ tests/perfpublisher.sh tests/test_leak.sh OPTIONS_DEFINE= DOXYGEN OPTIONS_RADIO= SIZE OPTIONS_RADIO_SIZE= FULL MIN OPTIONS_DEFAULT= FULL OPTIONS_SUB= yes MIN_DESC= Lightweight package, with less dependencies MIN_CONFIGURE_ON= --without-saclib FULL_DESC= Complete package with all its dependencies FULL_BUILD_DEPENDS= gnuplot:math/gnuplot FULL_LIB_DEPENDS= libflint.so:math/flint2 \ libfplll.so:math/fplll \ libiml.so:math/iml \ libm4ri.so:math/m4ri \ libm4rie.so:math/m4rie \ libmpfr.so:math/mpfr \ libntl.so:math/ntl \ libtinyxml2.so:textproc/tinyxml2 FULL_RUN_DEPENDS= gnuplot:math/gnuplot FULL_USES= ghostscript FULL_CONFIGURE_WITH= flint fplll ghostscript gnuplot iml m4ri m4rie mpfr ntl DOXYGEN_VARS= BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed DOXYGEN_CONFIGURE_ENABLE=doc DOXYGEN_CONFIGURE_WITH= docdir=${DOCSDIR} DOXYGEN_BUILD_DEPENDS= gsed:textproc/gsed \ dot:graphics/graphviz \ doxygen:devel/doxygen GNU_CONFIGURE= yes # ATM expat and drivers are broken CONFIGURE_ARGS= --without-expat USE_LDCONFIG= yes TEST_TARGET= check .if defined(PACKAGE_BUILDING) CONFIGURE_ARGS+=--disable-sse --disable-sse2 --disable-sse3 --disable-ssse3 \ --disable-sse41 --disable-sse42 --disable-fma --disable-fma4 \ --disable-avx --disable-avx2 .endif pre-configure: ${REINPLACE_CMD} -e 's|@LINBOXSAGE_LIBS@||' ${WRKSRC}/linbox.pc.in .include Index: head/math/linbox/files/patch-linbox_algorithms_det-rational.h =================================================================== --- head/math/linbox/files/patch-linbox_algorithms_det-rational.h (nonexistent) +++ head/math/linbox/files/patch-linbox_algorithms_det-rational.h (revision 540775) @@ -0,0 +1,13 @@ +--- linbox/algorithms/det-rational.h.orig 2019-06-07 13:22:08 UTC ++++ linbox/algorithms/det-rational.h +@@ -79,8 +79,8 @@ namespace LinBox + struct MyRationalModularDet { + const Blackbox &A; + const MyMethod &M; +- const Integer &mul;//multiplicative prec; +- const Integer ÷ ++ Integer mul;//multiplicative prec; ++ Integer div; + + MyRationalModularDet(const Blackbox& b, const MyMethod& n, + const Integer & p1, const Integer & p2) : Property changes on: head/math/linbox/files/patch-linbox_algorithms_det-rational.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property