emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61204: closed (Scilab scientific software)


From: GNU bug Tracking System
Subject: bug#61204: closed (Scilab scientific software)
Date: Thu, 30 Mar 2023 20:44:01 +0000

Your message dated Thu, 30 Mar 2023 22:43:16 +0200
with message-id <87zg7uhswr.fsf@gnu.org>
and subject line Re: [PATCH v2 3/3] gnu: Add scilab.
has caused the debbugs.gnu.org bug report #61204,
regarding Scilab scientific software
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61204: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61204
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Scilab scientific software Date: Wed, 01 Feb 2023 02:07:00 +0100
Hi guix!

I took a job where I have to use the scientific software suite Scilab in
an old version (5.4.1). I'll probably update it during this job.

I managed to package this version in the non-graphical version of Scilab
5.5.X versions this weekend.

It needs some old software libraries (metis@4, suitesparse@3), which
releases are not even in guix's history, and some compilation errors
fixes.

I go ahead and propose these patches in the next patches. I may continue
to work to propose updates up to the latest versions, but they need some
more work.

-- 
Best regards,
Nicolas Graves



--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2 3/3] gnu: Add scilab. Date: Thu, 30 Mar 2023 22:43:16 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi Nicolas,

Nicolas Graves <ngraves@ngraves.fr> skribis:

> * gnu/packages/maths.scm (scilab): New variable.

Applied all three patches with the license change below: I checked
‘COPYING’ and scanned a bunch of files, and it’s consistently
CeCILL v2.1.

Thanks!

Ludo’.

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0d7035df4e..72dccd04bf 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8755,4 +8755,4 @@ (define-public scilab
 statistical analysis, image enhancement, fluid dynamics simulations, numerical
 optimization, and modeling, simulation of explicit and implicit dynamical
 systems and symbolic manipulations.")
-    (license license:gpl2)))
+    (license license:cecill)))                    ;CeCILL v2.1

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]