From owner-svn-ports-all@freebsd.org Mon Jul 2 05:55:29 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D417103B111; Mon, 2 Jul 2018 05:55:29 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-qk0-x242.google.com (mail-qk0-x242.google.com [IPv6:2607:f8b0:400d:c09::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34C0B7391A; Mon, 2 Jul 2018 05:55:29 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-qk0-x242.google.com with SMTP id o2-v6so8080207qkc.13; Sun, 01 Jul 2018 22:55:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=VeNkxCyeMCwXng9zu+TFla5Bfl33bH2tJoGUaonz+Mc=; b=fGzwVCFXiEgnjqRyv+jtROykPa10DzJTrQcsKhg3K0NEJenIFUfGpP2VqjNALGaJi0 tKKd8pQQLFUWaJa5kNCqSos3h/CfOjLX2i73/+ksqkYxeztl16C9s0qK0QIEp7BhQ0VO b10LIr/4DaQdoN5Ohg5zfZ6SrcSc29NnK6WsxjyAvBqzUVtuAm96rM1Dcu38wZOPxr70 DcIV9hx6B7z4rw4XHex7eKt0k77qP3A7NJHB9LMh+Tp+zYm6qC1pZUfg0Gtm27Gsx1KB VTApOntDfBU5aeJV6DkuxOtHPR/u0HHhQ4gR5h+4/tw+dUs46MsU10AHVj7BHRawaKlD 6YPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=VeNkxCyeMCwXng9zu+TFla5Bfl33bH2tJoGUaonz+Mc=; b=mdpPrBQzv6K6kCOe+raz+jTO+s2XxgI9sQUBlotCbAiZCuxgPDUAoGWhP5rmrNUoIx 0P8T2thnsf3taCmlQ7rUkmc15jUdnOLetDBieBFdRvl59P9RzB8uSKoj+AJPW/FzKgP5 Ea+0Ex6jOKafUDcdcq4IdE/PoDSj5W2+abQmT60o4gzzHY1AdWi6x+3a70oyJkqI2YIu gq8f8OE4MJ58rPBt7Iucf0y5jyWJGqJdiafLJaiw9p4VtI57dOZrf5x1zcMvlYUJIMm2 HFLaKU8U0S6+8Yv630VoekJgPX7kEFazFjmkhMie2Mf/xZ9GN5zg2sm9O8eRMlxvStQd 3OQw== X-Gm-Message-State: APt69E3XqhRzNOYYy1mreMK4pnaNz5WTb5PQ4bPoT27OeOiucY4ww8KB 0wSeJKsNJjbCAIFwAWfR1Y/bfK4D3VpGtLGmCnVHYKXY X-Google-Smtp-Source: AAOMgpdQQpBRM/TSPllrOqeO2CGqmEXOQALE1R0xbrFyTtvN8tpzu9PR+ruB8skorBDbaxjjwMmePG3MJlWFJ6AsOEo= X-Received: by 2002:a37:1113:: with SMTP id b19-v6mr6837472qkh.242.1530510928530; Sun, 01 Jul 2018 22:55:28 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ac8:2dd7:0:0:0:0:0 with HTTP; Sun, 1 Jul 2018 22:55:28 -0700 (PDT) In-Reply-To: <201806301304.w5UD4Sie029800@repo.freebsd.org> References: <201806301304.w5UD4Sie029800@repo.freebsd.org> From: "Tobias C. Berner" Date: Mon, 2 Jul 2018 07:55:28 +0200 Message-ID: Subject: Re: svn commit: r473619 - head/math/gmm++ To: Jochen Neumeister Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2018 05:55:30 -0000 This seems to break audio/csound6. [...] /wrkdirs/usr/ports/audio/csound6/work/Csound6.06/Opcodes/linear_algebra.cpp: In member function 'int la_i_lu_factor_mr_t::init(CSOUND*)': /wrkdirs/usr/ports/audio/csound6/work/Csound6.06/Opcodes/linear_algebra.cpp:3862:45: error: no matching function for call to 'lu_factor(gmm::dense_matrix&, std::__1::vector&)' *isize = gmm::lu_factor(lhs->mr, pivot__); ^ In file included from /usr/local/include/gmm/gmm_lapack_interface.h:42:0, from /usr/local/include/gmm/gmm_kernel.h:52, from /usr/local/include/gmm/gmm.h:40, from /wrkdirs/usr/ports/audio/csound6/work/Csound6.06/Opcodes/linear_algebra.cpp:348: [...] mfg Tobias On 30 June 2018 at 15:04, Jochen Neumeister wrote: > Author: joneum > Date: Sat Jun 30 13:04:28 2018 > New Revision: 473619 > URL: https://svnweb.freebsd.org/changeset/ports/473619 > > Log: > math/gmm++: Update to 5.3 > > -change MASTER_SITES > -add LICENSE_FILE > > PR: 229356 > Submitted by: takefu@airport.fm (maintainer) > > Modified: > head/math/gmm++/Makefile > head/math/gmm++/distinfo > head/math/gmm++/pkg-descr > head/math/gmm++/pkg-plist > > Modified: head/math/gmm++/Makefile > ============================================================ > ================== > --- head/math/gmm++/Makefile Sat Jun 30 13:03:52 2018 (r473618) > +++ head/math/gmm++/Makefile Sat Jun 30 13:04:28 2018 (r473619) > @@ -1,9 +1,9 @@ > # $FreeBSD$ > > PORTNAME= gmm++ > -PORTVERSION= 5.1 > +PORTVERSION= 5.3 > CATEGORIES= math > -MASTER_SITES= http://download.gna.org/getfem/stable/ > +MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/ > getfem/stable/ > DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION} > > MAINTAINER= kde@FreeBSD.org > @@ -11,10 +11,11 @@ COMMENT= Generic matrix template library > > # Note: even though the port's COPYING file mentions gmm++ is licensed > under > # the LGPL version 2.1 with the GCC runtime exception, > -# > mentions > +# mentions > # v4.2 is licensed under the LGPL version 3 with the GCC runtime > exception, and > # so say the headers which are installed. > LICENSE= LGPL3 > +LICENSE_FILE= ${WRKSRC}/COPYING > > GNU_CONFIGURE= yes > NO_BUILD= yes > > Modified: head/math/gmm++/distinfo > ============================================================ > ================== > --- head/math/gmm++/distinfo Sat Jun 30 13:03:52 2018 (r473618) > +++ head/math/gmm++/distinfo Sat Jun 30 13:04:28 2018 (r473619) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1472681977 > -SHA256 (gmm-5.1.tar.gz) = 90e6bf309b81f496b401a375fe9982 > 6ad4b5c6ba99db6c92b37f9261db462636 > -SIZE (gmm-5.1.tar.gz) = 537290 > +TIMESTAMP = 1530078901 > +SHA256 (gmm-5.3.tar.gz) = 86ac46d69982afd9bc0d032788ae6a > b81eab8118df1012690b1c2501ec687252 > +SIZE (gmm-5.3.tar.gz) = 540146 > > Modified: head/math/gmm++/pkg-descr > ============================================================ > ================== > --- head/math/gmm++/pkg-descr Sat Jun 30 13:03:52 2018 (r473618) > +++ head/math/gmm++/pkg-descr Sat Jun 30 13:04:28 2018 (r473619) > @@ -9,4 +9,4 @@ Interfacing a vector or matrix type means writing "tra > called "linalg_traits", which describe their properties. The library > offers predefined dense, sparse and skyline matrix types. > > -WWW: http://home.gna.org/getfem/ > +WWW: http://getfem.org/gmm/ > > Modified: head/math/gmm++/pkg-plist > ============================================================ > ================== > --- head/math/gmm++/pkg-plist Sat Jun 30 13:03:52 2018 (r473618) > +++ head/math/gmm++/pkg-plist Sat Jun 30 13:04:28 2018 (r473619) > @@ -1,6 +1,7 @@ > include/gmm/gmm.h > include/gmm/gmm_MUMPS_interface.h > include/gmm/gmm_algobase.h > +include/gmm/gmm_arch_config.h > include/gmm/gmm_blas.h > include/gmm/gmm_blas_interface.h > include/gmm/gmm_condition_number.h > @@ -13,6 +14,7 @@ include/gmm/gmm_dense_qr.h > include/gmm/gmm_dense_sylvester.h > include/gmm/gmm_domain_decomp.h > include/gmm/gmm_except.h > +include/gmm/gmm_feedback_management.h > include/gmm/gmm_inoutput.h > include/gmm/gmm_interface.h > include/gmm/gmm_interface_bgeot.h > >