From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 12 06:09:21 2019 Received: (at submit) by debbugs.gnu.org; 12 Jul 2019 10:09:21 +0000 Received: from localhost ([127.0.0.1]:39305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hlsUL-0007jG-Nc for submit@debbugs.gnu.org; Fri, 12 Jul 2019 06:09:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:60079) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hlsUE-0007j3-Vt for submit@debbugs.gnu.org; Fri, 12 Jul 2019 06:09:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54179) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlsUD-0006t7-Kq for guix-patches@gnu.org; Fri, 12 Jul 2019 06:09:06 -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.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlsUC-0000CP-7M for guix-patches@gnu.org; Fri, 12 Jul 2019 06:09:05 -0400 Received: from smtp.hosts.co.uk ([85.233.160.19]:49772) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hlsUC-0008W9-1W for guix-patches@gnu.org; Fri, 12 Jul 2019 06:09:04 -0400 Received: from [79.123.23.187] (helo=parkin.tourbillion-technology.com.com) by smtp.hosts.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim) (envelope-from ) id 1hlsU6-0007MN-53; Fri, 12 Jul 2019 11:08:59 +0100 From: Paul Garlick To: guix-patches@gnu.org Subject: [PATCH] gnu: Add opencascade-occt. Date: Fri, 12 Jul 2019 11:07:48 +0100 Message-Id: <1562926068-5497-1-git-send-email-pgarlick@tourbillion-technology.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 85.233.160.19 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: Paul Garlick 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: -1.0 (-) * gnu/packages/maths.scm (opencascade-occt): New variable. --- gnu/packages/maths.scm | 87 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 86 insertions(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 7d2c479..8b23459 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2016, 2017, 2018, 2019 Ludovic Courtès ;;; Copyright © 2016 Leo Famulari ;;; Copyright © 2016, 2017 Thomas Danckaert -;;; Copyright © 2017, 2018 Paul Garlick +;;; Copyright © 2017, 2018, 2019 Paul Garlick ;;; Copyright © 2017 ng0 ;;; Copyright © 2017 Ben Woodcroft ;;; Copyright © 2017 Theodoros Foradis @@ -1618,6 +1618,91 @@ Open CASCADE library.") license:expat; file src/OpenGl/OpenGl_glext.h license:bsd-3)))); test framework gtest +(define-public opencascade-occt + (package + (name "opencascade-occt") + (version "7.3.0p3") + (source + (origin + (method url-fetch) + (uri (string-append + "https://git.dev.opencascade.org/gitweb/?p=occt.git;" + "a=snapshot;sf=tgz;h=refs/tags/V" + (string-map (lambda (x) (if (eq? x #\.) #\_ x)) version))) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "06zjsirydlz9i0ww4s3fgwy6qjflli7041m6i0di64skwyrnvm7v")) + (modules '((guix build utils))) + (snippet + '(begin + ;; Remove files specific to non-free operating systems. + (delete-file-recursively "samples/ios") + (delete-file-recursively "samples/mfc") + (delete-file-recursively "samples/qt/FuncDemo") + (delete-file "genconf.bat") + (delete-file "gendoc.bat") + (delete-file "genproj.bat") + (delete-file "upgrade.bat") + ;; Remove references to deleted files. + (substitute* "dox/FILES_HTML.txt" + ((".*standard.*") "" ) + ((".*UIKitSample.*") "")) + #t)))) + (build-system cmake-build-system) + (arguments + '(;; There is no test target for make. + #:tests? #f + ;; Configure without freeimage: attempting to link against the + ;; freeimage version 3.17 library leads to 'undefined + ;; reference' errors. + #:configure-flags + (list "-DUSE_FREEIMAGE:BOOL=OFF" + "-DUSE_TBB:BOOL=ON" + "-DUSE_VTK:BOOL=OFF" + "-DBUILD_DOC_Overview:BOOL=OFF" + "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" + "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" + "-UCMAKE_INSTALL_LIBDIR"))) + (inputs + `(("doxygen" ,doxygen) + ;("freeimage" ,freeimage) + ("freetype" ,freetype) + ("glu" ,glu) + ("libxext" ,libxext) + ("libxi" ,libxi) + ("libxmu" ,libxmu) + ("mesa" ,mesa) + ("tbb" ,tbb) + ("tcl" ,tcl) + ("tk" ,tk))) + ;; TODO: build Overview documentation and add 'doc' output. + (home-page "https://www.opencascade.com") + (synopsis "Libraries for 3D modeling and numerical simulation") + (description + "Open CASCADE is a set of libraries for the development of applications +dealing with 3D CAD data or requiring industrial 3D capabilities. It includes +C++ class libraries providing services for 3D surface and solid modeling, CAD +data exchange, and visualization. It is used for development of specialized +software dealing with 3D models in design (CAD), manufacturing (CAM), +numerical simulation (CAE), measurement equipment (CMM), and quality +control (CAQ) domains. + +This is the certified version of the Open Cascade Technology (OCCT) library.") + (license (list ;; OCCT library: + license:lgpl2.1; with an exception for the use of header + ; files, see OCCT_LGPL_EXCEPTION.txt. + ;; Files src/OpenGl/glext.h, adm/cmake/cotire.cmake and + ;; src/OpenGl/OpenGl_HaltonSampler.hxx: + license:expat + ;; Files src/ExprIntrp/ExprIntrp.tab.* and + ;; src/StepFile/step.tab.*: + license:gpl3+ ; with Bison 2.2 exception. + ;; File src/NCollection/NCollection_UtfIterator.lxx: + (license:non-copyleft + "https://www.unicode.org/license.html") + ;; File src/NCollection/NCollection_StdAllocator.hxx: + license:public-domain)))) + (define-public gmsh (package (name "gmsh") -- 1.8.3.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 12 17:51:45 2019 Received: (at 36615) by debbugs.gnu.org; 12 Jul 2019 21:51:45 +0000 Received: from localhost ([127.0.0.1]:40891 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hm3S9-0006dE-Ur for submit@debbugs.gnu.org; Fri, 12 Jul 2019 17:51:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43178) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hm3S8-0006cy-2E for 36615@debbugs.gnu.org; Fri, 12 Jul 2019 17:51:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hm3S2-0005p8-AW; Fri, 12 Jul 2019 17:51:34 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=53962 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hm3S1-0002IX-0s; Fri, 12 Jul 2019 17:51:33 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Paul Garlick Subject: Re: [bug#36615] [PATCH] gnu: Add opencascade-occt. References: <1562926068-5497-1-git-send-email-pgarlick@tourbillion-technology.com> Date: Fri, 12 Jul 2019 23:51:31 +0200 In-Reply-To: <1562926068-5497-1-git-send-email-pgarlick@tourbillion-technology.com> (Paul Garlick's message of "Fri, 12 Jul 2019 11:07:48 +0100") Message-ID: <87blxydiqk.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36615 Cc: 36615@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: -3.3 (---) Hi Paul, Paul Garlick skribis: > * gnu/packages/maths.scm (opencascade-occt): New variable. [...] > + (origin > + (method url-fetch) > + (uri (string-append > + "https://git.dev.opencascade.org/gitweb/?p=3Docct.git;" > + "a=3Dsnapshot;sf=3Dtgz;h=3Drefs/tags/V" > + (string-map (lambda (x) (if (eq? x #\.) #\_ x)) version))) I think you should use =E2=80=98git-fetch=E2=80=99 instead because generate= d tarballs are notoriously prone to silent change. > + (arguments > + '(;; There is no test target for make. > + #:tests? #f Sometimes CMake-based packages have a configure-time option like -DWITH_TESTS=3DON. Is there something like that here? Apart from that it LGTM. Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 14:33:46 2019 Received: (at 36615) by debbugs.gnu.org; 15 Jul 2019 18:33:46 +0000 Received: from localhost ([127.0.0.1]:49069 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn5n8-0005lX-QQ for submit@debbugs.gnu.org; Mon, 15 Jul 2019 14:33:46 -0400 Received: from smtp.hosts.co.uk ([85.233.160.19]:57281) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn5mz-0005lB-40 for 36615@debbugs.gnu.org; Mon, 15 Jul 2019 14:33:37 -0400 Received: from [79.123.23.187] (helo=pancake.local) by smtp.hosts.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim) (envelope-from ) id 1hn5ms-0001PB-8F; Mon, 15 Jul 2019 19:33:23 +0100 Message-ID: <3458feeb2324ad0285fea2ac4b16330c64e59b99.camel@tourbillion-technology.com> Subject: Re: [bug#36615] [PATCH] gnu: Add opencascade-occt. From: Paul Garlick To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Date: Mon, 15 Jul 2019 19:33:20 +0100 In-Reply-To: <87blxydiqk.fsf@gnu.org> References: <1562926068-5497-1-git-send-email-pgarlick@tourbillion-technology.com> <87blxydiqk.fsf@gnu.org> Content-Type: multipart/mixed; boundary="=-R6sr3mL9cvdpIYd6MwbN" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36615 Cc: 36615@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: -1.0 (-) --=-R6sr3mL9cvdpIYd6MwbN Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Hi Ludo, Many thanks for your review. I attach the revised patch. > I think you should use ‘git-fetch’ instead because generated tarballs > are notoriously prone to silent change. 'git-fetch' it is. There is a clone-via-https option for OpenCASCADE so I have updated the 'origin' section accordingly. > Sometimes CMake-based packages have a configure-time option like > -DWITH_TESTS=ON. Is there something like that here? Not in this case, AFAICS. There is a test system that is accessible after installation, via a shell script, so I have included a comment and a link to the documentation for that. This version of OpenCASCADE is the upstream version. In recent times it has been updated more regularly than the oce version. Best regards, Paul. --=-R6sr3mL9cvdpIYd6MwbN Content-Type: text/x-patch; name="0001-gnu-Add-opencascade-occt.patch"; charset="UTF-8" Content-Description: Content-Disposition: inline; filename="0001-gnu-Add-opencascade-occt.patch" Content-Transfer-Encoding: 8bit >From 3f50efc7447e7d511cca0ca05ec3539df73838fa Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Fri, 12 Jul 2019 10:56:41 +0100 Subject: [PATCH] gnu: Add opencascade-occt. * gnu/packages/maths.scm (opencascade-occt): New variable. --- gnu/packages/maths.scm | 91 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 90 insertions(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 7d2c479..afeac50 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2016, 2017, 2018, 2019 Ludovic Courtès ;;; Copyright © 2016 Leo Famulari ;;; Copyright © 2016, 2017 Thomas Danckaert -;;; Copyright © 2017, 2018 Paul Garlick +;;; Copyright © 2017, 2018, 2019 Paul Garlick ;;; Copyright © 2017 ng0 ;;; Copyright © 2017 Ben Woodcroft ;;; Copyright © 2017 Theodoros Foradis @@ -1618,6 +1618,95 @@ Open CASCADE library.") license:expat; file src/OpenGl/OpenGl_glext.h license:bsd-3)))); test framework gtest +(define-public opencascade-occt + (package + (name "opencascade-occt") + (version "7.3.0p3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.dev.opencascade.org/repos/occt.git") + (commit "e1c158598a585694ad769cde5fe705a23dd586f0"))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0bdywwxb6mk0ykbiajlvsb37295akqjp0a60y672qjfa67k0ljv4")) + (modules '((guix build utils))) + (snippet + '(begin + ;; Remove files specific to non-free operating systems. + (delete-file-recursively "samples/ios") + (delete-file-recursively "samples/mfc") + (delete-file-recursively "samples/qt/FuncDemo") + (delete-file "genconf.bat") + (delete-file "gendoc.bat") + (delete-file "genproj.bat") + (delete-file "upgrade.bat") + ;; Remove references to deleted files. + (substitute* "dox/FILES_HTML.txt" + ((".*standard.*") "" ) + ((".*UIKitSample.*") "")) + #t)))) + (build-system cmake-build-system) + (arguments + '(;; There is no test target for make. OCCT provides an + ;; 'Automated Testing System', which may be accessed after + ;; installation via the draw.sh script. draw.sh is located in + ;; the bin directory. For details see: + ;; https://www.opencascade.com/doc/occt-7.3.0/overview/html/\ + ;; occt_dev_guides__tests.html + #:tests? #f + ;; Configure without freeimage: attempting to link against the + ;; freeimage version 3.17 library leads to 'undefined + ;; reference' errors. + #:configure-flags + (list "-DUSE_FREEIMAGE:BOOL=OFF" + "-DUSE_TBB:BOOL=ON" + "-DUSE_VTK:BOOL=OFF" + "-DBUILD_DOC_Overview:BOOL=OFF" + "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON" + "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON" + "-UCMAKE_INSTALL_LIBDIR"))) + (inputs + `(("doxygen" ,doxygen) + ;("freeimage" ,freeimage) + ("freetype" ,freetype) + ("glu" ,glu) + ("libxext" ,libxext) + ("libxi" ,libxi) + ("libxmu" ,libxmu) + ("mesa" ,mesa) + ("tbb" ,tbb) + ("tcl" ,tcl) + ("tk" ,tk))) + ;; TODO: build Overview documentation and add 'doc' output. + (home-page "https://www.opencascade.com") + (synopsis "Libraries for 3D modeling and numerical simulation") + (description + "Open CASCADE is a set of libraries for the development of applications +dealing with 3D CAD data or requiring industrial 3D capabilities. It includes +C++ class libraries providing services for 3D surface and solid modeling, CAD +data exchange, and visualization. It is used for development of specialized +software dealing with 3D models in design (CAD), manufacturing (CAM), +numerical simulation (CAE), measurement equipment (CMM), and quality +control (CAQ) domains. + +This is the certified version of the Open Cascade Technology (OCCT) library.") + (license (list ;; OCCT library: + license:lgpl2.1; with an exception for the use of header + ; files, see OCCT_LGPL_EXCEPTION.txt. + ;; Files src/OpenGl/glext.h, adm/cmake/cotire.cmake and + ;; src/OpenGl/OpenGl_HaltonSampler.hxx: + license:expat + ;; Files src/ExprIntrp/ExprIntrp.tab.* and + ;; src/StepFile/step.tab.*: + license:gpl3+ ; with Bison 2.2 exception. + ;; File src/NCollection/NCollection_UtfIterator.lxx: + (license:non-copyleft + "https://www.unicode.org/license.html") + ;; File src/NCollection/NCollection_StdAllocator.hxx: + license:public-domain)))) + (define-public gmsh (package (name "gmsh") -- 1.8.3.1 --=-R6sr3mL9cvdpIYd6MwbN-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 15:59:36 2019 Received: (at 36615) by debbugs.gnu.org; 15 Jul 2019 19:59:36 +0000 Received: from localhost ([127.0.0.1]:49207 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn78K-0000YE-5a for submit@debbugs.gnu.org; Mon, 15 Jul 2019 15:59:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn78G-0000Xz-GY for 36615@debbugs.gnu.org; Mon, 15 Jul 2019 15:59:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hn78A-0002eZ-S7; Mon, 15 Jul 2019 15:59:26 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=53100 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hn78A-0000tU-Az; Mon, 15 Jul 2019 15:59:26 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Paul Garlick Subject: Re: [bug#36615] [PATCH] gnu: Add opencascade-occt. References: <1562926068-5497-1-git-send-email-pgarlick@tourbillion-technology.com> <87blxydiqk.fsf@gnu.org> <3458feeb2324ad0285fea2ac4b16330c64e59b99.camel@tourbillion-technology.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 27 Messidor an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 15 Jul 2019 21:59:23 +0200 In-Reply-To: <3458feeb2324ad0285fea2ac4b16330c64e59b99.camel@tourbillion-technology.com> (Paul Garlick's message of "Mon, 15 Jul 2019 19:33:20 +0100") Message-ID: <87tvbnhxwk.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36615 Cc: 36615@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: -3.3 (---) Hi Paul, Paul Garlick skribis: >> Sometimes CMake-based packages have a configure-time option like >> -DWITH_TESTS=3DON. Is there something like that here? > > Not in this case, AFAICS. There is a test system that is accessible > after installation, via a shell script, so I have included a comment > and a link to the documentation for that. OK, sounds good. > This version of OpenCASCADE is the upstream version. In recent times > it has been updated more regularly than the oce version. I see. > From 3f50efc7447e7d511cca0ca05ec3539df73838fa Mon Sep 17 00:00:00 2001 > From: Paul Garlick > Date: Fri, 12 Jul 2019 10:56:41 +0100 > Subject: [PATCH] gnu: Add opencascade-occt. > > * gnu/packages/maths.scm (opencascade-occt): New variable. [...] > + (version "7.3.0p3") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://git.dev.opencascade.org/repos/occt.git") > + (commit "e1c158598a585694ad769cde5fe705a23dd586f0"))) If there=E2=80=99s a =E2=80=9Cv7.3.0p3=E2=80=9D tag or similar, please use = that in the =E2=80=98commit=E2=80=99 field to make it clear that the commit matches the version string. > + ;; Remove references to deleted files. > + (substitute* "dox/FILES_HTML.txt" > + ((".*standard.*") "" ) > + ((".*UIKitSample.*") "")) ^ Nitpick: this is usually aligned below the first =E2=80=98u=E2=80=99 of =E2= =80=98substitute*=E2=80=99. :-) OK to push with these changes, thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 16 17:32:28 2019 Received: (at 36615) by debbugs.gnu.org; 16 Jul 2019 21:32:28 +0000 Received: from localhost ([127.0.0.1]:51268 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnV3k-0000OU-B5 for submit@debbugs.gnu.org; Tue, 16 Jul 2019 17:32:28 -0400 Received: from smtp.hosts.co.uk ([85.233.160.19]:27536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnV3i-0000O1-44 for 36615@debbugs.gnu.org; Tue, 16 Jul 2019 17:32:27 -0400 Received: from [79.123.23.187] (helo=pancake.local) by smtp.hosts.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim) (envelope-from ) id 1hnV3c-0001Ua-6w; Tue, 16 Jul 2019 22:32:20 +0100 Message-ID: <18a9257fc85933a5f1e469e91f8d1ec4fd83e0d7.camel@tourbillion-technology.com> Subject: Re: [bug#36615] [PATCH] gnu: Add opencascade-occt. From: Paul Garlick To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Date: Tue, 16 Jul 2019 22:32:18 +0100 In-Reply-To: <87tvbnhxwk.fsf@gnu.org> References: <1562926068-5497-1-git-send-email-pgarlick@tourbillion-technology.com> <87blxydiqk.fsf@gnu.org> <3458feeb2324ad0285fea2ac4b16330c64e59b99.camel@tourbillion-technology.com> <87tvbnhxwk.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36615 Cc: 36615@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: -1.7 (-) Hi Ludo, > OK to push with these changes, thank you! Pushed as commit 37dc29200c44adc0474476b8df46ed44e8a1d41a. Thanks! Paul. From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 17 08:54:08 2019 Received: (at control) by debbugs.gnu.org; 17 Jul 2019 12:54:08 +0000 Received: from localhost ([127.0.0.1]:51668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnjRg-0002JZ-9F for submit@debbugs.gnu.org; Wed, 17 Jul 2019 08:54:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnjRd-0002J1-QP for control@debbugs.gnu.org; Wed, 17 Jul 2019 08:54:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hnjRX-00052g-JX for control@debbugs.gnu.org; Wed, 17 Jul 2019 08:53:59 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=32960 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hnjRW-0001e0-Pl for control@debbugs.gnu.org; Wed, 17 Jul 2019 08:53:59 -0400 Date: Wed, 17 Jul 2019 14:53:56 +0200 Message-Id: <87muhcddp7.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #36615 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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: -3.3 (---) tags 36615 fixed close 36615 quit From unknown Mon Jun 16 23:46:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 15 Aug 2019 11:24:04 +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