From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 15 16:06:14 2017 Received: (at submit) by debbugs.gnu.org; 15 Mar 2017 20:06:14 +0000 Received: from localhost ([127.0.0.1]:57523 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coFBW-00074e-2v for submit@debbugs.gnu.org; Wed, 15 Mar 2017 16:06:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36935) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1coFBO-000730-SN for submit@debbugs.gnu.org; Wed, 15 Mar 2017 16:06:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coFBI-0008O5-Br for submit@debbugs.gnu.org; Wed, 15 Mar 2017 16:06:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55841) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coFBI-0008NY-3M for submit@debbugs.gnu.org; Wed, 15 Mar 2017 16:06:00 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coFBG-0003FW-NJ for guix-patches@gnu.org; Wed, 15 Mar 2017 16:05:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coFBD-0008H0-6s for guix-patches@gnu.org; Wed, 15 Mar 2017 16:05:58 -0400 Received: from de.cellform.com ([88.217.224.109]:60817 helo=jocasta.intra) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coFBC-0007uO-QU; Wed, 15 Mar 2017 16:05:55 -0400 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id v2FK5TrF023699 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 15 Mar 2017 21:05:29 +0100 Received: (from john@localhost) by jocasta.intra (8.14.4/8.14.4/Submit) id v2FK5TFT023698; Wed, 15 Mar 2017 21:05:29 +0100 From: John Darrington To: guix-patches@gnu.org Subject: [PATCH 4/7] gnu: Add maxflow. Date: Wed, 15 Mar 2017 21:05:21 +0100 Message-Id: <1489608324-23632-4-git-send-email-jmd@gnu.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1489608324-23632-1-git-send-email-jmd@gnu.org> References: <1489608324-23632-1-git-send-email-jmd@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: John Darrington X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) * gnu/packages/maths.scm (maxflow): New variable. --- gnu/packages/maths.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 8e7580c..12a3207 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1111,6 +1111,30 @@ modules is done either interactively using the graphical user interface or in ASCII text files using Gmsh's own scripting language.") (license license:gpl2+))) +(define-public maxflow + (package + (name "maxflow") + (version "3.04") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/gerddie/maxflow.git") + (commit "42401fa54823d16b9da47716f04e5d9ef1605875"))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "0rll38whw55h0vcjrrwdnh9ascvxby0ph7n1l0d12z17cg215kkb")))) + (build-system cmake-build-system) + (home-page "http://pub.ist.ac.at/~vnk/software.html") + (synopsis "Library implementing Maxflow algorithm") + (description "An implementation of the maxflow algorithm described in +@cite{An Experimental Comparison of Min-Cut/Max-Flow Algorithms for +Energy Minimization in Computer Vision.\n +Yuri Boykov and Vladimir Kolmogorov.\n +In IEEE Transactions on Pattern Analysis and Machine Intelligence,\n +September 2004}") + (license license:gpl3+))) + (define-public petsc (package (name "petsc") -- 2.1.4 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 17 17:39:28 2017 Received: (at 26113) by debbugs.gnu.org; 17 Mar 2017 21:39:28 +0000 Received: from localhost ([127.0.0.1]:32987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cozaq-0002Xt-0p for submit@debbugs.gnu.org; Fri, 17 Mar 2017 17:39:28 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:58776 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cozan-0002Xi-NG for 26113@debbugs.gnu.org; Fri, 17 Mar 2017 17:39:26 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 40A41516EA5; Fri, 17 Mar 2017 22:39:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489786764; bh=7uZw9/biBkBOo1u3f6SacvMe+mSUpdtOIiawrCsVm4s=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Iy7+Op4fjvQQUu72aU918Uq6SMvXyBH71BXv5TT9b6EacILXs9VmMcYdcQKmE1UeB Xq6fFcHfGjR18XM5u3/X1jeOhts9xslVwINEJ657ey4d6bgYQ2LGyd3n4VrWk0QW1v eEchWj7UDc6xI815WFxohRey91ppw0i2HVhM5Lek= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR003 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1489786744; bh=7uZw9/biBkBOo1u3f6SacvMe+mSUpdtOIiawrCsVm4s=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=leWf7qduQgODMuArOJG2TU8rHxprFdNTDJ4kBcIicfK3vVZwz1j8pAGmU2r4HxaQB F1q4F2WHX5LRIVqGTVNxRuLwX77zF6hTVUQeZLlguq5iy9nraexakcAdLOFF4G2idM kwNJDlK9TYwgDKLoytZE/gwDXve1AQOi2D7/GUoA= To: John Darrington Subject: Re: bug#26113: [PATCH 4/7] gnu: Add maxflow. References: <1489608324-23632-1-git-send-email-jmd@gnu.org> <1489608324-23632-4-git-send-email-jmd@gnu.org> Date: Fri, 17 Mar 2017 17:38:53 -0400 In-Reply-To: <1489608324-23632-4-git-send-email-jmd@gnu.org> (John Darrington's message of "Wed, 15 Mar 2017 21:05:21 +0100") Message-ID: <87y3w360sy.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26113 Cc: 26113@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable John Darrington writes: > * gnu/packages/maths.scm (maxflow): New variable. > --- > gnu/packages/maths.scm | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm > index 8e7580c..12a3207 100644 > --- a/gnu/packages/maths.scm > +++ b/gnu/packages/maths.scm > @@ -1111,6 +1111,30 @@ modules is done either interactively using the gra= phical user interface or in > ASCII text files using Gmsh's own scripting language.") > (license license:gpl2+))) >=20=20 > +(define-public maxflow > + (package > + (name "maxflow") > + (version "3.04") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/gerddie/maxflow.git") > + (commit "42401fa54823d16b9da47716f04e5d9ef1605875"))) > + (file-name (string-append name "-" version "-checkout")) > + (sha256 > + (base32 > + "0rll38whw55h0vcjrrwdnh9ascvxby0ph7n1l0d12z17cg215kkb"))= )) > + (build-system cmake-build-system) > + (home-page "http://pub.ist.ac.at/~vnk/software.html") > + (synopsis "Library implementing Maxflow algorithm") > + (description "An implementation of the maxflow algorithm described in > +@cite{An Experimental Comparison of Min-Cut/Max-Flow Algorithms for > +Energy Minimization in Computer Vision.\n > +Yuri Boykov and Vladimir Kolmogorov.\n > +In IEEE Transactions on Pattern Analysis and Machine Intelligence,\n > +September 2004}") These aren't showing up as new lines. I tried replacing the newline characters with the appropriate Texinfo substitute, @*, but that gave me a parsing error. We might have to dive into some source code to fix this (but hopefully not). > + (license license:gpl3+))) > + > (define-public petsc > (package > (name "petsc") Otherwise LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljMV20ACgkQ5qXuPBlG eg15bhAAjNkVuLWyZeuBJkh3xlSTlfUEpZmDQM/gpdwvoggbARvY00N/Od9u2rGY TcGhmFVhVrRVOKeWSjZ2N1XeOc/WyF4HueEKmglnAAl9bUNomhhHJTTntWhVInNj cfW4ijN+dvqu3oKoVYEEhdVazmptSjmt4WnfM73PcBajzLLOyRKPQT8x9oPUWQBb 9sOyqq/RnKztrYVtFXyHAZ5PdgBAoNToVSzTPLJjhlm27dvtzW1dsFJLz6djJWy6 Dj29lxxFzN4lDcyQfORAa1pyhzx4I4scyIFxRXQGJIDGnPzV3fdVms8dxmR7ZH7E 3btZUpN/fO73qDs3ILexuOETkCNqNE6LQk4rCY2vgqC4IWdl6V0TmFZCvS75+edL pXT5+2h++pJyrkeDvBavy3IHBRv36S2iK6DfBnz4fZJNJuR0T49ALRo4YZSVPXmn k8NU908TVBnzd8SuRLktjachQJLWi0xdmad/h4/2cP+DCOMMc9w24+p2Uutakpe+ 1J0NQlmvyP2Kpz4F12roeS6Mz95LyjMuJsYIBN/MOquUaxeO2hXvadlS2GSQPozj 9BwlnrXEsQalcbmHkH8N2jo7iWOZf55NVvbSMmHoR6vVuoKJSt8ULHWv5oPLx0+p cNN1x4vm9bv/v5Iwv9diWUPSh4w/Aky3YEJGRTN6oHCJL65vWW4= =aUUs -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 17 19:40:00 2017 Received: (at 26113) by debbugs.gnu.org; 17 Mar 2017 23:40:01 +0000 Received: from localhost ([127.0.0.1]:33041 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cp1TU-0005Zs-Mm for submit@debbugs.gnu.org; Fri, 17 Mar 2017 19:40:00 -0400 Received: from de.cellform.com ([88.217.224.109]:51633 helo=jocasta.intra) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cp1TQ-0005Zf-Uk for 26113@debbugs.gnu.org; Fri, 17 Mar 2017 19:39:58 -0400 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id v2HNdtkP001042 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 18 Mar 2017 00:39:55 +0100 Received: (from john@localhost) by jocasta.intra (8.14.4/8.14.4/Submit) id v2HNdtoI001041; Sat, 18 Mar 2017 00:39:55 +0100 Date: Sat, 18 Mar 2017 00:39:55 +0100 From: John Darrington To: Kei Kebreau Subject: Re: bug#26113: [PATCH 4/7] gnu: Add maxflow. Message-ID: <20170317233954.GA1013@jocasta.intra> References: <1489608324-23632-1-git-send-email-jmd@gnu.org> <1489608324-23632-4-git-send-email-jmd@gnu.org> <87y3w360sy.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <87y3w360sy.fsf@openmailbox.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26113 Cc: 26113@debbugs.gnu.org, John Darrington X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 17, 2017 at 05:38:53PM -0400, Kei Kebreau wrote: > + (description "An implementation of the maxflow algorithm descri= bed in > +@cite{An Experimental Comparison of Min-Cut/Max-Flow Algorithms for > +Energy Minimization in Computer Vision.\n > +Yuri Boykov and Vladimir Kolmogorov.\n > +In IEEE Transactions on Pattern Analysis and Machine Intelligence,\n > +September 2004}") =20 These aren't showing up as new lines. I tried replacing the newline characters with the appropriate Texinfo substitute, @*, but that gave = me a parsing error. We might have to dive into some source code to fix th= is (but hopefully not). I think that would be in the Guile source and not the Guix source :( I don't know what the answer is here. Does anyone else have an idea? --=20 Avoid eavesdropping. Send strong encrypted email. PGP Public key ID: 1024D/2DE827B3=20 fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key. --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAljMc8oACgkQimdxnC3oJ7MqJgCfS2DhCSdsmd3oTrdXnS9E1VgJ UX8AnR1uiWEIXczH2DrHYa+ispNJ2Uqz =ikLc -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 18 05:40:41 2017 Received: (at 26113-done) by debbugs.gnu.org; 18 Mar 2017 09:40:41 +0000 Received: from localhost ([127.0.0.1]:33236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cpAqn-0003j8-Lp for submit@debbugs.gnu.org; Sat, 18 Mar 2017 05:40:41 -0400 Received: from de.cellform.com ([88.217.224.109]:51651 helo=jocasta.intra) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cpAqm-0003j0-Dc for 26113-done@debbugs.gnu.org; Sat, 18 Mar 2017 05:40:40 -0400 Received: from jocasta.intra (localhost [127.0.0.1]) by jocasta.intra (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id v2I9edIZ013755 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for <26113-done@debbugs.gnu.org>; Sat, 18 Mar 2017 10:40:39 +0100 Received: (from john@localhost) by jocasta.intra (8.14.4/8.14.4/Submit) id v2I9ecut013754 for 26113-done@debbugs.gnu.org; Sat, 18 Mar 2017 10:40:38 +0100 From: John Darrington Message-Id: <201703180940.v2I9ecut013754@jocasta.intra> Date: Sat, 18 Mar 2017 10:40:38 +0100 To: 26113-done@debbugs.gnu.org Subject: Done User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 26113-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) I pushed this. From unknown Sun Jun 22 11:40:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 15 Apr 2017 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator