Description
slang-gsl - GNU Scientific Library binding for S-Lang
Property | Value |
---|---|
Distribution | Debian 10 (Buster) |
Repository | Debian Main i386 |
Package filename | slang-gsl_0.7.0-6+b1_i386.deb |
Package name | slang-gsl |
Package version | 0.7.0 |
Package release | 6+b1 |
Package architecture | i386 |
Package type | deb |
Category | field::physics interpreters role::shared-lib suite::gnu |
Homepage | http://space.mit.edu/cxc/software/slang/modules/gsl/ |
License | - |
Maintainer | Debian QA Group <packages@qa.debian.org> |
Download size | 49.80 KB |
Installed size | 292.00 KB |
The GNU Scientific Library (GSL) is a vast collection of robust and well documented numerical functions. It includes support for many special functions, random numbers, interpolation and integration routines, and much more. Many of the routines in the GSL may be made available to the S-Lang interpreter via the GSL modules included in this package. The following GSL modules are available: * gslsf: The GSL special function module. Currently, this module provides an interface to nearly 200 GSL special functions. * gslconst: The GSL constants module. This module defines many constants such as CONST_MKSA_SPEED_OF_LIGHT, CONST_CGSM_BOLTZMANN, etc. * gslinterp: The GSL interpolation module, which includes routines for linear interpolation, cubic splines, etc. * gslrand: The GSL random number module. This module supports most of GSL's random number generators and distributions. * gslcdf: The GSL cumulative distribution function module. * gslfft: The GSL fast-fourier transform module. * gslcore: This is a module that must be loaded before any of the above modules can be loaded. Its main purpose is to provide support functions for the other GSL modules.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
slang-gsl_0.7.0-6+b1_amd64.deb | 0.7.0 | amd64 | Debian Main |
slang-gsl | - | - | - |
Requires
Name | Value |
---|---|
libc6 | >= 2.4 |
libgsl23 | - |
libgslcblas0 | - |
libslang2 | >= 2.2.4 |
Download
Type | URL |
---|---|
Mirror | ftp.br.debian.org |
Binary Package | slang-gsl_0.7.0-6+b1_i386.deb |
Source Package | slgsl |
Install Howto
- Update the package index:
# sudo apt-get update
- Install slang-gsl deb package:
# sudo apt-get install slang-gsl
Files
Path |
---|
/usr/lib/i386-linux-gnu/slang/v2/modules/gsl-module.so |
/usr/lib/i386-linux-gnu/slang/v2/modules/gsl-module.so.0.7.0 |
/usr/share/doc/slang-gsl/COPYRIGHT |
/usr/share/doc/slang-gsl/ChangeLog |
/usr/share/doc/slang-gsl/NEWS.gz |
/usr/share/doc/slang-gsl/README |
/usr/share/doc/slang-gsl/changelog.Debian.gz |
/usr/share/doc/slang-gsl/changelog.Debian.i386.gz |
/usr/share/doc/slang-gsl/changelog.gz |
/usr/share/doc/slang-gsl/copyright |
/usr/share/doc/slang-gsl/index.html |
/usr/share/doc/slang-gsl/examples/tests/test_err.sl |
/usr/share/doc/slang-gsl/examples/tests/test_fft.sl |
/usr/share/doc/slang-gsl/examples/tests/test_import.sl |
/usr/share/doc/slang-gsl/examples/tests/test_interp.sl |
/usr/share/doc/slang-gsl/examples/tests/test_rand.sl |
/usr/share/slsh/local-packages/gsl.sl |
/usr/share/slsh/local-packages/gslcdf.sl |
/usr/share/slsh/local-packages/gslconst.sl |
/usr/share/slsh/local-packages/gslcore.sl |
/usr/share/slsh/local-packages/gslfft.sl |
/usr/share/slsh/local-packages/gslinterp.sl |
/usr/share/slsh/local-packages/gslmatrix.sl |
/usr/share/slsh/local-packages/gslrand.sl |
/usr/share/slsh/local-packages/gslsf.sl |
/usr/share/slsh/local-packages/help/slgsl.hlp |
Changelog
2016-01-16 - Andreas Beckmann <anbe@debian.org> slgsl (0.7.0-6) unstable; urgency=medium * QA upload. * Set Maintainer to Debian QA Group. (See: #748262) (Closes: #571890) * Update Build-Depends for GSL 2, change libgsl0-dev to libgsl-dev, thanks to Bas Couwenberg. (Closes: #807227) * Use source format 3.0 (quilt). * Use debhelper compat level 9. * Switch from cdbs to dh. * Move git repository to collab-maint. * Bump Standards-Version to 3.9.6, no changes needed.
2015-11-16 - YunQiang Su <syq@debian.org> slgsl (0.7.0-5.2) unstable; urgency=medium * Non-maintainer upload. * Fix FTBFS due to detect gsl error. (Closes: #796402)
2011-12-17 - Simon Paillard <spaillard@debian.Org> slgsl (0.7.0-5.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS: use --with-slanglib multiarch path (Closes: #640685)
2009-04-26 - Rafael Laboissiere <rafael@debian.org> slgsl (0.7.0-5) unstable; urgency=low * debian/control: + Bump Standards-Version to 3.8.1 (add debian/README.source file telling that quilt is used to obtain the upstream sources patched for Debian) + The package is now maintained with Git at alioth.debian.org. Add Vcs-Git field and change Vcs-Browser accordingly. + Fix Lintian warning debhelper-but-no-misc-depends + Bump build dependency on debhelper to >= 7 * debian/compat: Set compatibility level of debhelper to 7 * debian/patches/use-fPIC.patch: Add description (fix Lintian warning) * debian/watch: Add file for uscan
2008-03-17 - Rafael Laboissiere <rafael@debian.org> slgsl (0.7.0-4) unstable; urgency=low * Switch from CDBS' simple patchsys to quilt * debian/control: Fix spelling of S-Lang in description
2007-12-15 - Rafael Laboissiere <rafael@debian.org> slgsl (0.7.0-3) unstable; urgency=low * debian/control: + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-* + Dropped the Homepage pseudo-header from the extended description + Bumped Standards-Version to 3.7.3
2007-09-27 - Rafael Laboissiere <rafael@debian.org> slgsl (0.7.0-2) unstable; urgency=low * debian/patches/use-fPIC.patch: Added patch for compiling files with -fPIC (closes: #444316)
2007-09-21 - Rafael Laboissiere <rafael@debian.org> slgsl (0.7.0-1) unstable; urgency=low * New upstream release * debian/control: Added Homepage field
2006-12-18 - Rafael Laboissiere <rafael@debian.org> slgsl (0.5.4-1) unstable; urgency=low * New upstream release
2006-08-15 - Rafael Laboissiere <rafael@debian.org> slgsl (0.5.2-5) unstable; urgency=low * debian/control: - Added my name to the Uploaders list - Bumped Standards-Version to 3.7.2 (no changes needed)
See Also
Package | Description |
---|---|
slang-pvm_0.1.5-13_i386.deb | PVM (Parallel Virtual Machine) interface for S-Lang |
slang-sqlite_0.4.0-4_i386.deb | S-Lang bindings to the sqlite3 database library |
slang-tess_0.3.0-7_all.deb | regression testing system for the S-Lang scripting language |
slang-wildcard_0.5.0-3_i386.deb | adds a wildcard match function to S-Lang |
slang-xfig_0.2.0~.117-2_i386.deb | produce plots and drawings through Xfig's fig2dev in S-Lang |
slapd-contrib_2.4.47+dfsg-3+deb10u1_i386.deb | contributed plugins for OpenLDAP slapd |
slapd-smbk5pwd_2.4.47+dfsg-3+deb10u1_all.deb | transitional package for slapd-contrib |
slapd_2.4.47+dfsg-3+deb10u1_i386.deb | OpenLDAP server (slapd) |
slapi-dev_2.4.47+dfsg-3+deb10u1_i386.deb | development libraries for OpenLDAP SLAPI plugin interface |
slapi-nis_0.56.2-1_i386.deb | NIS Server and Schema Compatibility plugins for 389 Directory Server |
slashem-common_0.0.7E7F3-9+b1_i386.deb | files common to all slashem-packages |
slashem-gtk_0.0.7E7F3-9+b1_i386.deb | variant of Nethack (Gtk window port) |
slashem-sdl_0.0.7E7F3-9+b1_i386.deb | variant of Nethack (SDL window port) |
slashem-x11_0.0.7E7F3-9+b1_i386.deb | variant of Nethack (X11 window port) |
slashem_0.0.7E7F3-9+b1_i386.deb | variant of Nethack |
Advertisement
Advertisement