Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

697

Downloads of v 4.4.2:

697

Last Update:

01 May 2019

Package Maintainer(s):

Software Author(s):

  • [[Authors]]

Tags:

scicoslab scientific computation

ScicosLab

  • 1
  • 2
  • 3

4.4.2 | Updated: 01 May 2019

Downloads:

697

Downloads of v 4.4.2:

697

Maintainer(s):

Software Author(s):

  • [[Authors]]

ScicosLab 4.4.2

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install ScicosLab, run the following command from the command line or from PowerShell:

>

To upgrade ScicosLab, run the following command from the command line or from PowerShell:

>

To uninstall ScicosLab, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade scicoslab -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade scicoslab -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install scicoslab
  win_chocolatey:
    name: scicoslab
    version: '4.4.2'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'scicoslab' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '4.4.2'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller scicoslab
{
    Name     = "scicoslab"
    Version  = "4.4.2"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'scicoslab':
  ensure   => '4.4.2',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator gep13 on 08 May 2019.

Description

ScicosLab is the new name of ScilabGtk. This change of name has been decided in order to avoid all confusion with Scilab, which is no longer developed at INRIA. ScicosLab is developed by some of the researchers who originally developed Scilab at INRIA and ENPC. ScicosLab is used in particular for disributing new software developments stemming from research activities of the Metalau team at INRIA and ENPC, such as Scicos and the Maxplus algebra toolbox.

ScicosLab is a Gtk+ version of Scilab, based on the official Scilab BUILD4 distribution. It aims at maintaining the Gtk+ port of Scilab instead of the default X11 graphical user interface. It can be compiled on Linux, or MacOSX-X11-Fink, or MacOSX-X11-MacPorts, or Windows-Cygwin. A set of binary packages are available for popular platforms (such as Linux Fedora, Debian, MacOSX, Windows). Note that the Win32 Windows binary have been obtained by cross-compilation on a Linux host, from a unique source code. Note also that the Scilab consortium team does not maintain ScicosLab.

ScicosLab is covered by the Scilab License (license.txt).

To contact ScicosLab maintainers to report bugs or make suggestions, send an email to: [email protected]

History

  • Initial design: (called Basile) F. Delebecque, S. Steer, with contributions by C. Bunks (Signal Processing), C. Lemarechal (Optimization), J.P. Chancelier (X11 Graphics, port to Lisp Machine) ...
  • Development: Scilab Group F. Delebecque (kernel, libraries), J.P. Chancelier (graphics, kernel, Windows version), C. Gomez and M.Goursat (Metanet), R. Nikoukhah (Scicos), S. Steer (kernel, graphics, Scicos), and contributions by B. Pincon (Code improvements), E. Segre and F. Vogel (Scipad editor),
  • Scilab Consortium: Scilab 4 distribution under the responsibility of C.Gomez and S.Steer (Windows packaging, Graphic editor, Distribution).
  • ScicosLab distribution: J.P. Chancelier(Gtk support, updates, cross compilation), F.Delebecque, B. Pincon and J.P. Quadrat (updates).

A more complete history can be found on the Scicos site.

ScicosLab incorporates some toolboxes (in particular MaxPlus arithmetic toolbox by S. Gaubert and J.P. Quadrat ) formerly available as contributions in the standard Scilab distribution.

screenshot


legal\LICENSE.txt
                                SCILAB License
                                **************

1- Preface
**********

The aim of this license is to lay down the conditions enabling you to
use, modify and circulate the SOFTWARE. However, INRIA and ENPC remain
the authors of the SOFTWARE and so retain property rights and the use
of all ancillary rights.

2- Definitions
**************

The SOFTWARE is defined as all successive versions of SCILAB software
and their documentation that have been developed by INRIA and ENPC.

SCILAB DERIVED SOFTWARE is defined as all or part of the SOFTWARE that
you have modified and/or translated and/or adapted.

SCILAB COMPOSITE SOFTWARE is defined as all or a part of the SOFTWARE
that you have interfaced with a software, an application package or a
toolbox of which you are owner or entitled beneficiary.

3- Object and conditions of the SOFTWARE license
************************************************

a) INRIA and ENPC authorize you free of charge, to reproduce the
SOFTWARE source and/or object code on any present and future support,
without restriction, providing the following reference appears in all
the copies: Scilab (c)INRIA-ENPC.

b) INRIA and ENPC authorize you free of charge to correct any bugs,
carry out any modifications required for the porting of the SOFTWARE
and to carry out any usual functional modification or correction,
providing you insert a patch file or you indicate by any other
equivalent means the nature and date of the modification or the
correction, on the corresponding file(s) of the SOFTWARE.

c) INRIA and ENPC authorize you free of charge to use the SOFTWARE
source and/or object code, without restriction, providing the
following reference appears in all the copies: Scilab (c)INRIA-ENPC.

d) INRIA and ENPC authorize you free of charge to circulate and
distribute, free of charge or for a fee, the SOFTWARE source and/or
object code, including the SOFTWARE modified in accordance with
above-mentioned article 3 b), on any present and future support,
providing:

- the following reference appears in all the copies: Scilab
  (c)INRIA-ENPC.

- the SOFTWARE is circulated or distributed under the present license.

- patch files or files containing equivalent means indicating the
  nature and the date of the modification or the correction to the
  SOFTWARE file(s) concerned are freely circulated.

4- Object and conditions of the DERIVED SOFTWARE license
********************************************************

a) INRIA and ENPC authorize you free of charge to reproduce and modify
and/or translate and/or adapt all or part of the source and/or the
object code of the SOFTWARE, providing a patch file indicating the
date and the nature of the modification and/or the translation and/or
the adaptation and the name of their author in the SOFTWARE file(s)
concerned is inserted. The SOFTWARE thus modified is defined as
DERIVED SOFTWARE. The INRIA authorizes you free of charge to use the
source and/or object code of the SOFTWARE, without restriction,
providing the following reference appears in all the copies: Scilab
(c)INRIA-ENPC.

b) INRIA and ENPC authorize you free of charge to use the SOFTWARE
source and/or object code modified according to article 4-a) above,
without restriction, providing the following reference appears in all
the copies: "Scilab inside (c)INRIA-ENPC".

c) The INRIA and the ENPC authorize you free of charge to circulate
and distribute for no charge, for non-commercial purposes the source
and/or object code of DERIVED SOFTWARE on any present and future
support, providing:

- the reference " Scilab inside (c)INRIA-ENPC  " is prominently
  mentioned;

- the DERIVED SOFTWARE is distributed under the present license;

- the recipients of the distribution can access the SOFTWARE  code
  source;

- the DERIVED SOFTWARE is distributed under a name other than SCILAB.

d) Any commercial use or circulation of the DERIVED SOFTWARE shall
have been previously authorized by INRIA and ENPC.

5- Object and conditions of the license concerning COMPOSITE SOFTWARE
*********************************************************************

a) INRIA and ENPC authorize you to reproduce and interface all or part
of the SOFTWARE with all or part of other software, application
packages or toolboxes of which you are owner or entitled beneficiary
in order to obtain COMPOSITE SOFTWARE.

b) INRIA and ENPC authorize you free, of charge, to use the SOFTWARE
source and/or object code included in the COMPOSITE SOFTWARE, without
restriction, providing the following statement appears in all the
copies: "composite software using Scilab (c)INRIA-ENPC functionality".

c) INRIA and ENPC authorize you, free of charge, to circulate and
distribute for no charge, for purposes other than commercial, the
source and/or object code of COMPOSITE SOFTWARE on any present and
future support, providing:

- the following reference is prominently mentioned: "composite
  software using Scilab (c)INRIA-ENPC functionality ";

- the SOFTWARE included in COMPOSITE SOFTWARE is distributed under the
  present license ;

- recipients of the distribution have access to the SOFTWARE  source
  code;

- the COMPOSITE SOFTWARE is distributed under a name other than
  SCILAB.

e) Any commercial use or distribution of COMPOSITE SOFTWARE shall have
been previously authorized by INRIA and ENPC.

6- Limitation of the warranty
*****************************

Except when mentioned otherwise in writing, the SOFTWARE is supplied
as is, with no explicit or implicit warranty, including warranties of
commercialization or adaptation. You assume all risks concerning the
quality or the effects of the SOFTWARE and its use. If the SOFTWARE is
defective, you will bear the costs of all required services,
corrections or repairs.

7- Consent
**********

When you access and use the SOFTWARE, you are presumed to be aware of
and to have accepted all the rights and obligations of the present
license.

8- Binding effect
*****************

This license has the binding value of a contract.
You are not responsible for respect of the license by a third party.

9- Applicable law
*****************

The present license and its effects are subject to French law and the
competent French courts.
legal\VERIFICATION.txt
VERIFICATION
 
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
Package can be verified like this:
 
1. Download:
 
   x32: http://cermics.enpc.fr/~jpc/scilab-gtk-tiddly/files/scicoslab4.4.2-install.exe
   x64: http://cermics.enpc.fr/~jpc/scilab-gtk-tiddly/files/scicoslab4.4.2-install.exe
  
2. You can use one of the following methods to obtain the SHA256 checksum:
   - Use powershell function 'Get-FileHash'
   - Use Chocolatey utility 'checksum.exe'
 
   checksum type: sha256
   checksum32: B882232646A12387EF174ECE9393B8661F7C5F3FC28CB4511535D49B4EFC823C
   checksum64: B882232646A12387EF174ECE9393B8661F7C5F3FC28CB4511535D49B4EFC823C
 
Using AU:
 
   Get-RemoteChecksum http://cermics.enpc.fr/~jpc/scilab-gtk-tiddly/files/scicoslab4.4.2-install.exe
   Get-RemoteChecksum http://cermics.enpc.fr/~jpc/scilab-gtk-tiddly/files/scicoslab4.4.2-install.exe
 
File 'LICENSE.txt' is obtained from:
   http://cermics.enpc.fr/~jpc/scilab-gtk-tiddly/files/license.txt
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  destination   = $toolsDir
  file          = "$toolsDir\scicoslab4.4.2-install.exe"
  silentArgs	= "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
}

Install-ChocolateyInstallPackage @packageArgs
tools\scicoslab4.4.2-install.exe
md5: E2E2AB1733772BAC3EB8687C82250A49 | sha1: 99A4CE77CBDBC13940FAFBF3BEC984EF6FB6B415 | sha256: B882232646A12387EF174ECE9393B8661F7C5F3FC28CB4511535D49B4EFC823C | sha512: 4B8AA216E81C6456C8AA7CDA59D07068611F08D9EA5EB05FC0473CC557342E6AE5566E59AB83D681ADA44F5A097CB076AB033B7D95114880696FA798BDA4901C

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status

This package has no dependencies.

Discussion for the ScicosLab Package

Ground Rules:

  • This discussion is only about ScicosLab and the ScicosLab package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or ScicosLab, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus